diff --git a/.changeset/forty-months-explode.md b/.changeset/forty-months-explode.md deleted file mode 100644 index 837aa865a8..0000000000 --- a/.changeset/forty-months-explode.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'merchant-center-application-template-starter': patch -'@commercetools-frontend/application-components': patch -'@commercetools-frontend/application-shell': patch -'@commercetools-frontend/i18n': patch -'@commercetools-frontend/react-notifications': patch -'playground': patch -'@commercetools-local/visual-testing-app': patch -'@commercetools-website/custom-applications': patch -'@commercetools-website/components-playground': patch ---- - -upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). diff --git a/.changeset/good-zebras-promise.md b/.changeset/good-zebras-promise.md deleted file mode 100644 index d8c902863f..0000000000 --- a/.changeset/good-zebras-promise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@commercetools-backend/express": patch -"@commercetools-frontend/application-shell": patch ---- - -Migrate to Typescript v4 diff --git a/.changeset/large-taxis-deny.md b/.changeset/large-taxis-deny.md deleted file mode 100644 index 453e3da2e3..0000000000 --- a/.changeset/large-taxis-deny.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@commercetools-frontend/application-components": patch -"@commercetools-frontend/application-shell": patch -"@commercetools-frontend/babel-preset-mc-app": patch -"@commercetools-frontend/react-notifications": patch ---- - -Migrate to emotion v11. https://emotion.sh/docs/emotion-11 diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index c2fe24774f..f79510072a 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,16 @@ # merchant-center-application-template-starter +## 17.0.9 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/application-components@17.4.1 + - @commercetools-frontend/application-shell@17.4.1 + - @commercetools-frontend/i18n@17.4.1 + ## 17.0.8 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index 6f78fb267c..62549cdd4e 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter", - "version": "17.0.8", + "version": "17.0.9", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -17,10 +17,10 @@ "dependencies": { "@apollo/client": "3.2.5", "@commercetools-frontend/actions-global": "17.3.1", - "@commercetools-frontend/application-components": "17.3.1", - "@commercetools-frontend/application-shell": "17.4.0", + "@commercetools-frontend/application-components": "17.4.1", + "@commercetools-frontend/application-shell": "17.4.1", "@commercetools-frontend/assets": "17.3.0", - "@commercetools-frontend/i18n": "17.3.1", + "@commercetools-frontend/i18n": "17.4.1", "@commercetools-frontend/permissions": "17.3.1", "@commercetools-uikit/flat-button": "10.40.0", "@commercetools-uikit/icons": "10.40.1", @@ -36,9 +36,9 @@ "redux": "4.0.5" }, "devDependencies": { - "@commercetools-frontend/jest-preset-mc-app": "17.3.1", + "@commercetools-frontend/jest-preset-mc-app": "17.4.1", "@commercetools-frontend/mc-dev-authentication": "17.3.0", - "@commercetools-frontend/mc-scripts": "17.4.0", + "@commercetools-frontend/mc-scripts": "17.4.1", "@formatjs/cli": "2.13.12", "@testing-library/react": "11.1.2", "dotenv-cli": "4.0.0", diff --git a/packages-backend/express/CHANGELOG.md b/packages-backend/express/CHANGELOG.md index 2b2c311049..8b29016964 100644 --- a/packages-backend/express/CHANGELOG.md +++ b/packages-backend/express/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/express +## 17.4.1 + +### Patch Changes + +- [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638) [#1695](https://github.com/commercetools/merchant-center-application-kit/pull/1695) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to Typescript v4 + ## 17.3.1 ### Patch Changes diff --git a/packages-backend/express/package.json b/packages-backend/express/package.json index c32d19bbf8..f8288e894e 100644 --- a/packages-backend/express/package.json +++ b/packages-backend/express/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/express", - "version": "17.3.1", + "version": "17.4.1", "description": "Zero-config HTTP server as Express.js to facilitate development", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index 1c7c8a491f..233068c50b 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/application-components +## 17.4.1 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +* [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11 + +* Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94)]: + - @commercetools-frontend/i18n@17.4.1 + ## 17.3.1 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 383bfe3a06..eed1474d49 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "17.3.1", + "version": "17.4.1", "description": "Generic components for building Merchant Center applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -39,7 +39,7 @@ "@babel/runtime-corejs3": "7.12.5", "@commercetools-frontend/assets": "17.3.0", "@commercetools-frontend/constants": "17.3.0", - "@commercetools-frontend/i18n": "17.3.1", + "@commercetools-frontend/i18n": "17.4.1", "@commercetools-uikit/card": "^10.40.0", "@commercetools-uikit/constraints": "^10.40.0", "@commercetools-uikit/design-system": "^10.40.0", diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index dda4856047..d3b40f4d85 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,20 @@ # @commercetools-frontend/application-shell +## 17.4.1 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +* [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638) [#1695](https://github.com/commercetools/merchant-center-application-kit/pull/1695) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to Typescript v4 + +- [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11 + +- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/application-components@17.4.1 + - @commercetools-frontend/i18n@17.4.1 + - @commercetools-frontend/react-notifications@17.4.1 + ## 17.4.0 ### Minor Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index d1ae59d1b6..24e550ef2c 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "17.4.0", + "version": "17.4.1", "description": "React component to bootstrap the general MC application logic", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -34,16 +34,16 @@ "@babel/runtime": "7.12.5", "@babel/runtime-corejs3": "7.12.5", "@commercetools-frontend/actions-global": "17.3.1", - "@commercetools-frontend/application-components": "17.3.1", + "@commercetools-frontend/application-components": "17.4.1", "@commercetools-frontend/application-shell-connectors": "17.3.1", "@commercetools-frontend/assets": "17.3.0", "@commercetools-frontend/browser-history": "17.3.0", "@commercetools-frontend/constants": "17.3.0", - "@commercetools-frontend/i18n": "17.3.1", + "@commercetools-frontend/i18n": "17.4.1", "@commercetools-frontend/l10n": "17.3.1", "@commercetools-frontend/notifications": "17.3.0", "@commercetools-frontend/permissions": "17.3.1", - "@commercetools-frontend/react-notifications": "17.3.1", + "@commercetools-frontend/react-notifications": "17.4.1", "@commercetools-frontend/sdk": "17.3.0", "@commercetools-frontend/sentry": "17.3.1", "@commercetools-frontend/url-utils": "17.3.0", diff --git a/packages/babel-preset-mc-app/CHANGELOG.md b/packages/babel-preset-mc-app/CHANGELOG.md index 6227e9398b..7337a9edc4 100644 --- a/packages/babel-preset-mc-app/CHANGELOG.md +++ b/packages/babel-preset-mc-app/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/babel-preset-mc-app +## 17.4.1 + +### Patch Changes + +- [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11 + ## 17.3.1 ### Patch Changes diff --git a/packages/babel-preset-mc-app/package.json b/packages/babel-preset-mc-app/package.json index af385a453b..0386119d89 100644 --- a/packages/babel-preset-mc-app/package.json +++ b/packages/babel-preset-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/babel-preset-mc-app", - "version": "17.3.1", + "version": "17.4.1", "description": "Babel preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index b31e655dc5..0c566f8504 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/i18n +## 17.4.1 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + ## 17.3.1 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 898199b2ef..9388bab670 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/i18n", - "version": "17.3.1", + "version": "17.4.1", "description": "MC i18n messages", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -9,7 +9,12 @@ "directory": "packages/i18n" }, "homepage": "https://docs.commercetools.com/custom-applications", - "keywords": ["javascript", "frontend", "react", "toolkit"], + "keywords": [ + "javascript", + "frontend", + "react", + "toolkit" + ], "license": "MIT", "private": false, "publishConfig": { @@ -19,7 +24,13 @@ "module": "./dist/i18n-index.es.js", "typings": "./dist/typings/src/index.d.ts", "types": "./dist/typings/src/index.d.ts", - "files": ["compiled-data", "dist", "package.json", "LICENSE", "README.md"], + "files": [ + "compiled-data", + "dist", + "package.json", + "LICENSE", + "README.md" + ], "scripts": { "prepare": "./../../scripts/version.js replace", "prebuild": "rimraf dist/** && yarn compile-data", diff --git a/packages/jest-preset-mc-app/CHANGELOG.md b/packages/jest-preset-mc-app/CHANGELOG.md index ad57341ff9..29d72228f6 100644 --- a/packages/jest-preset-mc-app/CHANGELOG.md +++ b/packages/jest-preset-mc-app/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/jest-preset-mc-app +## 17.4.1 + +### Patch Changes + +- Updated dependencies [[`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/babel-preset-mc-app@17.4.1 + ## 17.3.1 ### Patch Changes diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index 4f9506a678..51d0d36050 100644 --- a/packages/jest-preset-mc-app/package.json +++ b/packages/jest-preset-mc-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/jest-preset-mc-app", - "version": "17.3.1", + "version": "17.4.1", "description": "Jest preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -18,7 +18,7 @@ "main": "./jest-preset.js", "module": "./jest-preset.js", "dependencies": { - "@commercetools-frontend/babel-preset-mc-app": "17.3.1", + "@commercetools-frontend/babel-preset-mc-app": "17.4.1", "@commercetools/enzyme-extensions": "5.0.0", "@commercetools/jest-enzyme-matchers": "1.1.2", "@sheerun/mutationobserver-shim": "0.3.3", diff --git a/packages/mc-scripts/CHANGELOG.md b/packages/mc-scripts/CHANGELOG.md index ea1c3e80ed..cea4ea4b82 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/mc-scripts +## 17.4.1 + +### Patch Changes + +- Updated dependencies [[`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/babel-preset-mc-app@17.4.1 + ## 17.4.0 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 07974eb970..29aa40798f 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "17.4.0", + "version": "17.4.1", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -35,7 +35,7 @@ "@babel/runtime-corejs3": "7.12.5", "@commercetools-frontend/application-config": "17.4.0", "@commercetools-frontend/assets": "17.3.0", - "@commercetools-frontend/babel-preset-mc-app": "17.3.1", + "@commercetools-frontend/babel-preset-mc-app": "17.4.1", "@commercetools-frontend/mc-dev-authentication": "17.3.0", "@commercetools-frontend/mc-html-template": "17.4.0", "@pmmmwh/react-refresh-webpack-plugin": "0.4.3", diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 3b7c53cc0b..5e8a4a0ae0 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/react-notifications +## 17.4.1 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +* [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32) [#1876](https://github.com/commercetools/merchant-center-application-kit/pull/1876) Thanks [@renovate](https://github.com/apps/renovate)! - Migrate to emotion v11. https://emotion.sh/docs/emotion-11 + ## 17.3.1 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 6a0b20ba7a..f0ac6fbcdf 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/react-notifications", - "version": "17.3.1", + "version": "17.4.1", "description": "React bindings for @commercetools-frontend/notifications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 8d5f772e62..04e158c109 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,16 @@ # playground +## 17.0.10 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`e2d519f`](https://github.com/commercetools/merchant-center-application-kit/commit/e2d519f8669319a60d70eddb04fbaeb5649ad638), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/application-components@17.4.1 + - @commercetools-frontend/application-shell@17.4.1 + - @commercetools-frontend/i18n@17.4.1 + ## 17.0.9 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 606767f8e9..b7e4b43acc 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "17.0.9", + "version": "17.0.10", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -16,12 +16,12 @@ "dependencies": { "@commercetools-docs/ui-kit": "10.0.2", "@commercetools-frontend/actions-global": "17.3.1", - "@commercetools-frontend/application-components": "17.3.1", - "@commercetools-frontend/application-shell": "17.4.0", + "@commercetools-frontend/application-components": "17.4.1", + "@commercetools-frontend/application-shell": "17.4.1", "@commercetools-frontend/application-shell-connectors": "17.3.1", "@commercetools-frontend/assets": "17.3.0", "@commercetools-frontend/constants": "17.3.0", - "@commercetools-frontend/i18n": "17.3.1", + "@commercetools-frontend/i18n": "17.4.1", "@commercetools-frontend/l10n": "17.3.1", "@commercetools-frontend/permissions": "17.3.1", "@commercetools-frontend/sdk": "17.3.0", @@ -49,7 +49,7 @@ }, "devDependencies": { "@commercetools-frontend/mc-dev-authentication": "17.3.0", - "@commercetools-frontend/mc-scripts": "17.4.0", + "@commercetools-frontend/mc-scripts": "17.4.1", "@formatjs/cli": "2.13.12", "dotenv-cli": "4.0.0" } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index edcb8e7b06..f1eea2f514 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-local/visual-testing-app +## 17.0.8 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/application-components@17.4.1 + - @commercetools-frontend/react-notifications@17.4.1 + ## 17.0.7 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index 71ad2a8b34..3305bd06a7 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-local/visual-testing-app", - "version": "17.0.7", + "version": "17.0.8", "description": "An app to facilitate visual testing", "private": true, "scripts": { @@ -11,9 +11,9 @@ "serve": "mc-scripts serve" }, "dependencies": { - "@commercetools-frontend/application-components": "17.3.1", + "@commercetools-frontend/application-components": "17.4.1", "@commercetools-frontend/constants": "17.3.0", - "@commercetools-frontend/react-notifications": "17.3.1", + "@commercetools-frontend/react-notifications": "17.4.1", "@commercetools-uikit/design-system": "10.40.0", "@commercetools-uikit/icon-button": "10.40.0", "@commercetools-uikit/icons": "10.40.1", @@ -31,6 +31,6 @@ "react-router-dom": "5.2.0" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "17.4.0" + "@commercetools-frontend/mc-scripts": "17.4.1" } } diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index 552e3e221a..5f3a822aae 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-website/components-playground +## 16.10.16 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + +- Updated dependencies [[`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94), [`d832bd4`](https://github.com/commercetools/merchant-center-application-kit/commit/d832bd44c354aaf2374c0c75c9050c673998ff32)]: + - @commercetools-frontend/application-components@17.4.1 + - @commercetools-frontend/i18n@17.4.1 + ## 16.10.15 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index c1907f391c..5192956212 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "16.10.15", + "version": "16.10.16", "private": true, "scripts": { "build:local": "gatsby build", @@ -10,8 +10,8 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "17.3.1", - "@commercetools-frontend/i18n": "17.3.1", + "@commercetools-frontend/application-components": "17.4.1", + "@commercetools-frontend/i18n": "17.4.1", "@commercetools-uikit/design-system": "10.40.0", "@commercetools-uikit/icon-button": "10.40.0", "@commercetools-uikit/icons": "10.40.1", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index f8af6868f6..0d91fa8a3a 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-website/custom-applications +## 17.0.6 + +### Patch Changes + +- [`636fc45`](https://github.com/commercetools/merchant-center-application-kit/commit/636fc45c0d53544a90b0977b2212ec3a8aec8b94) [#1887](https://github.com/commercetools/merchant-center-application-kit/pull/1887) Thanks [@adnasa](https://github.com/adnasa)! - upgrade ui-kit, which includes the new [horizontal constraint changes](https://github.com/commercetools/ui-kit/pull/1632). + ## 17.0.5 ### Patch Changes diff --git a/website/package.json b/website/package.json index 88cfb26968..c8edab6653 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/custom-applications", - "version": "17.0.5", + "version": "17.0.6", "private": true, "scripts": { "build": "gatsby build --prefix-paths",