Skip to content

Commit

Permalink
Version Packages (#2259)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
CT Release Bot and github-actions[bot] authored Jun 11, 2021
1 parent 4d9bce0 commit a885463
Show file tree
Hide file tree
Showing 41 changed files with 254 additions and 111 deletions.
15 changes: 0 additions & 15 deletions .changeset/dirty-beans-yawn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/long-wolves-bake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-doors-fold.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/proud-cows-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-walls-know.md

This file was deleted.

11 changes: 11 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# merchant-center-application-template-starter

## 18.1.7

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/actions-global@20.5.0
- @commercetools-frontend/application-components@20.5.0
- @commercetools-frontend/application-shell@20.5.0
- @commercetools-frontend/permissions@20.5.0
- @commercetools-frontend/i18n@20.5.0

## 18.1.6

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter",
"version": "18.1.6",
"version": "18.1.7",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@apollo/client": "3.3.19",
"@commercetools-frontend/actions-global": "20.4.0",
"@commercetools-frontend/application-components": "20.4.0",
"@commercetools-frontend/application-shell": "20.4.0",
"@commercetools-frontend/actions-global": "20.5.0",
"@commercetools-frontend/application-components": "20.5.0",
"@commercetools-frontend/application-shell": "20.5.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/permissions": "20.4.0",
"@commercetools-frontend/i18n": "20.5.0",
"@commercetools-frontend/permissions": "20.5.0",
"@commercetools-uikit/flat-button": "^12.0.4",
"@commercetools-uikit/icons": "^12.0.0",
"@commercetools-uikit/spacings": "^12.0.0",
Expand All @@ -36,9 +36,9 @@
"redux": "4.1.0"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "20.4.0",
"@commercetools-frontend/jest-preset-mc-app": "20.5.0",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.4.0",
"@commercetools-frontend/mc-scripts": "20.5.0",
"@formatjs/cli": "4.2.19",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "11.2.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/actions-global

## 20.5.0

### Patch Changes

- Updated dependencies [[`b9196aa7`](https://github.com/commercetools/merchant-center-application-kit/commit/b9196aa7097dae058d46f335e6332a5ee014a9d1)]:
- @commercetools-frontend/constants@20.5.0
- @commercetools-frontend/sentry@20.5.0

## 20.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/actions-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/actions-global",
"version": "20.4.0",
"version": "20.5.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -25,9 +25,9 @@
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/browser-history": "20.0.1",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/constants": "20.5.0",
"@commercetools-frontend/notifications": "20.0.1",
"@commercetools-frontend/sentry": "20.4.0",
"@commercetools-frontend/sentry": "20.5.0",
"@types/lodash": "^4.14.167",
"@types/react": "^17.0.7",
"@types/react-redux": "^7.1.16",
Expand Down
10 changes: 10 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/application-components

## 20.5.0

### Patch Changes

- Updated dependencies [[`b9196aa7`](https://github.com/commercetools/merchant-center-application-kit/commit/b9196aa7097dae058d46f335e6332a5ee014a9d1)]:
- @commercetools-frontend/constants@20.5.0
- @commercetools-frontend/application-shell-connectors@20.5.0
- @commercetools-frontend/i18n@20.5.0
- @commercetools-frontend/l10n@20.5.0

## 20.4.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-components",
"version": "20.4.0",
"version": "20.5.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-shell-connectors": "20.4.0",
"@commercetools-frontend/application-shell-connectors": "20.5.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/l10n": "20.4.0",
"@commercetools-frontend/constants": "20.5.0",
"@commercetools-frontend/i18n": "20.5.0",
"@commercetools-frontend/l10n": "20.5.0",
"@commercetools-uikit/async-select-input": "^12.0.3",
"@commercetools-uikit/card": "^12.0.0",
"@commercetools-uikit/constraints": "^12.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-shell-connectors

## 20.5.0

### Patch Changes

- Updated dependencies [[`b9196aa7`](https://github.com/commercetools/merchant-center-application-kit/commit/b9196aa7097dae058d46f335e6332a5ee014a9d1)]:
- @commercetools-frontend/constants@20.5.0
- @commercetools-frontend/sentry@20.5.0

## 20.4.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "20.4.0",
"version": "20.5.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/sentry": "20.4.0",
"@commercetools-frontend/constants": "20.5.0",
"@commercetools-frontend/sentry": "20.5.0",
"@emotion/react": "11.4.0",
"@types/lodash": "^4.14.167",
"@types/prop-types": "^15.7.3",
Expand Down
16 changes: 16 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-frontend/application-shell

## 20.5.0

### Patch Changes

- Updated dependencies [[`b9196aa7`](https://github.com/commercetools/merchant-center-application-kit/commit/b9196aa7097dae058d46f335e6332a5ee014a9d1)]:
- @commercetools-frontend/constants@20.5.0
- @commercetools-frontend/actions-global@20.5.0
- @commercetools-frontend/application-components@20.5.0
- @commercetools-frontend/application-shell-connectors@20.5.0
- @commercetools-frontend/react-notifications@20.5.0
- @commercetools-frontend/sdk@20.5.0
- @commercetools-frontend/sentry@20.5.0
- @commercetools-frontend/permissions@20.5.0
- @commercetools-frontend/i18n@20.5.0
- @commercetools-frontend/l10n@20.5.0

## 20.4.0

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell",
"version": "20.4.0",
"version": "20.5.0",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -28,19 +28,19 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/actions-global": "20.4.0",
"@commercetools-frontend/application-components": "20.4.0",
"@commercetools-frontend/application-shell-connectors": "20.4.0",
"@commercetools-frontend/actions-global": "20.5.0",
"@commercetools-frontend/application-components": "20.5.0",
"@commercetools-frontend/application-shell-connectors": "20.5.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/browser-history": "20.0.1",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/l10n": "20.4.0",
"@commercetools-frontend/constants": "20.5.0",
"@commercetools-frontend/i18n": "20.5.0",
"@commercetools-frontend/l10n": "20.5.0",
"@commercetools-frontend/notifications": "20.0.1",
"@commercetools-frontend/permissions": "20.4.0",
"@commercetools-frontend/react-notifications": "20.4.0",
"@commercetools-frontend/sdk": "20.3.1",
"@commercetools-frontend/sentry": "20.4.0",
"@commercetools-frontend/permissions": "20.5.0",
"@commercetools-frontend/react-notifications": "20.5.0",
"@commercetools-frontend/sdk": "20.5.0",
"@commercetools-frontend/sentry": "20.5.0",
"@commercetools-frontend/url-utils": "20.0.1",
"@commercetools-uikit/avatar": "^12.0.0",
"@commercetools-uikit/card": "^12.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-frontend/babel-preset-mc-app

## 20.5.0

### Minor Changes

- [#2261](https://github.com/commercetools/merchant-center-application-kit/pull/2261) [`481fb8f8`](https://github.com/commercetools/merchant-center-application-kit/commit/481fb8f8ace9502e48d89eb81b58ebf70a5724ba) Thanks [@tdeekens](https://github.com/tdeekens)! - Adds the ability to explicitly disable core-js for `babel-preset-mc-app`

Some environments or build targets might not require core-js. In order to opt-out of it you can specify a `disableCoreJs` option.

### Patch Changes

- [#2260](https://github.com/commercetools/merchant-center-application-kit/pull/2260) [`9aba0c49`](https://github.com/commercetools/merchant-center-application-kit/commit/9aba0c49d9ce643f66c58031c69b25ded9eb4859) Thanks [@tdeekens](https://github.com/tdeekens)! - Set Node.js version to `current` in the `babel-preset-mc-app` for `babel-preset-env`

The previous version was hard-coded to `8` while `current` whill always use the version of the running process.

## 20.4.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/babel-preset-mc-app",
"version": "20.4.0",
"version": "20.5.0",
"description": "Babel preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/constants

## 20.5.0

### Patch Changes

- [#2258](https://github.com/commercetools/merchant-center-application-kit/pull/2258) [`b9196aa7`](https://github.com/commercetools/merchant-center-application-kit/commit/b9196aa7097dae058d46f335e6332a5ee014a9d1) Thanks [@Rombelirk](https://github.com/Rombelirk)! - Add API targets for order search and order indexer

## 20.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/constants",
"version": "20.3.0",
"version": "20.5.0",
"description": "Shared constants for MC applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/i18n

## 20.5.0

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/sentry@20.5.0

## 20.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/i18n",
"version": "20.4.0",
"version": "20.5.0",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/sentry": "20.4.0",
"@commercetools-frontend/sentry": "20.5.0",
"@commercetools-uikit/i18n": "12.0.0",
"@emotion/react": "11.4.0",
"@types/prop-types": "^15.7.3",
Expand Down
21 changes: 21 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @commercetools-frontend/jest-preset-mc-app

## 20.5.0

### Minor Changes

- [#2262](https://github.com/commercetools/merchant-center-application-kit/pull/2262) [`4d9bce0f`](https://github.com/commercetools/merchant-center-application-kit/commit/4d9bce0ff9aee5c6f27f751e44815465f1452c09) Thanks [@tdeekens](https://github.com/tdeekens)! - Add a `babelConfig` to the `jest-preset-mc-app` `cosmiconfig`.

To use it create a `jest-preset-mc-app.config.js` in the root of your project and e.g. add a:

```js
module.exports = {
babelConfig: {
disableCoreJs: true,
},
};
```

### Patch Changes

- Updated dependencies [[`481fb8f8`](https://github.com/commercetools/merchant-center-application-kit/commit/481fb8f8ace9502e48d89eb81b58ebf70a5724ba), [`9aba0c49`](https://github.com/commercetools/merchant-center-application-kit/commit/9aba0c49d9ce643f66c58031c69b25ded9eb4859)]:
- @commercetools-frontend/babel-preset-mc-app@20.5.0

## 20.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-preset-mc-app",
"version": "20.4.0",
"version": "20.5.0",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -19,7 +19,7 @@
"main": "./jest-preset.js",
"module": "./jest-preset.js",
"dependencies": {
"@commercetools-frontend/babel-preset-mc-app": "20.4.0",
"@commercetools-frontend/babel-preset-mc-app": "20.5.0",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.13.0",
"babel-jest": "27.0.1",
Expand Down
Loading

1 comment on commit a885463

@vercel
Copy link

@vercel vercel bot commented on a885463 Jun 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.