diff --git a/.changeset/five-spies-carry.md b/.changeset/five-spies-carry.md deleted file mode 100644 index a5360ca552..0000000000 --- a/.changeset/five-spies-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-website/custom-applications': patch ---- - -Fix apollo Query component import path diff --git a/.changeset/pink-queens-prove.md b/.changeset/pink-queens-prove.md deleted file mode 100644 index cfb93b9710..0000000000 --- a/.changeset/pink-queens-prove.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@commercetools-frontend/application-components": patch -"@commercetools-frontend/application-shell-connectors": patch -"@commercetools-frontend/application-shell": patch -"merchant-center-application-template-starter": patch ---- - -Update dependency eslint-plugin-testing-library to v4 and use `screen` over assigning to `rendered` diff --git a/.changeset/twenty-trainers-cry.md b/.changeset/twenty-trainers-cry.md deleted file mode 100644 index 82295c403f..0000000000 --- a/.changeset/twenty-trainers-cry.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"@commercetools-frontend/application-components": patch -"@commercetools-frontend/application-config": patch -"@commercetools-frontend/application-shell-connectors": patch -"@commercetools-frontend/application-shell": patch -"@commercetools-frontend/babel-preset-mc-app": patch -"@commercetools-frontend/cypress": patch -"@commercetools-frontend/i18n": patch -"@commercetools-frontend/jest-preset-mc-app": patch -"@commercetools-frontend/mc-html-template": patch -"@commercetools-frontend/mc-scripts": patch -"@commercetools-frontend/react-notifications": patch -"@commercetools-frontend/sdk": patch -"@commercetools-frontend/sentry": patch -"@commercetools-backend/express": patch -"@commercetools-backend/loggers": patch -"merchant-center-application-template-starter": patch -"playground": patch -"@commercetools-local/visual-testing-app": patch -"@commercetools-website/custom-applications": patch -"@commercetools-website/components-playground": patch ---- - -chore(deps): update all dependencies diff --git a/.changeset/unlucky-steaks-add.md b/.changeset/unlucky-steaks-add.md deleted file mode 100644 index 7bb6221c54..0000000000 --- a/.changeset/unlucky-steaks-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools-frontend/mc-scripts": patch ---- - -fix(deps): update dependency css-minimizer-webpack-plugin to v3 diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index 644abbccb4..86794d86d8 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,20 @@ # merchant-center-application-template-starter +## 18.1.4 + +### Patch Changes + +- [#2160](https://github.com/commercetools/merchant-center-application-kit/pull/2160) [`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency eslint-plugin-testing-library to v4 and use `screen` over assigning to `rendered` + +* [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +* Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-components@20.2.2 + - @commercetools-frontend/application-shell@20.2.2 + - @commercetools-frontend/i18n@20.2.2 + - @commercetools-frontend/permissions@20.2.2 + - @commercetools-frontend/actions-global@20.2.2 + ## 18.1.3 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index f706ee1dba..0ef793d332 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter", - "version": "18.1.3", + "version": "18.1.4", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -17,12 +17,12 @@ }, "dependencies": { "@apollo/client": "3.3.18", - "@commercetools-frontend/actions-global": "20.2.1", - "@commercetools-frontend/application-components": "20.2.1", - "@commercetools-frontend/application-shell": "20.2.1", + "@commercetools-frontend/actions-global": "20.2.2", + "@commercetools-frontend/application-components": "20.2.2", + "@commercetools-frontend/application-shell": "20.2.2", "@commercetools-frontend/assets": "18.5.4", - "@commercetools-frontend/i18n": "20.2.1", - "@commercetools-frontend/permissions": "20.2.1", + "@commercetools-frontend/i18n": "20.2.2", + "@commercetools-frontend/permissions": "20.2.2", "@commercetools-uikit/flat-button": "^12.0.4", "@commercetools-uikit/icons": "^12.0.0", "@commercetools-uikit/spacings": "^12.0.0", @@ -36,9 +36,9 @@ "redux": "4.1.0" }, "devDependencies": { - "@commercetools-frontend/jest-preset-mc-app": "20.1.2", + "@commercetools-frontend/jest-preset-mc-app": "20.2.2", "@commercetools-frontend/mc-dev-authentication": "19.0.0", - "@commercetools-frontend/mc-scripts": "20.2.1", + "@commercetools-frontend/mc-scripts": "20.2.2", "@formatjs/cli": "4.2.14", "@manypkg/cli": "0.17.0", "@testing-library/react": "11.2.7", diff --git a/packages-backend/express/CHANGELOG.md b/packages-backend/express/CHANGELOG.md index a7ff5c4900..bdef0dca1b 100644 --- a/packages-backend/express/CHANGELOG.md +++ b/packages-backend/express/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/express +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.1.2 ### Patch Changes diff --git a/packages-backend/express/package.json b/packages-backend/express/package.json index a91a375061..1015534302 100644 --- a/packages-backend/express/package.json +++ b/packages-backend/express/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/express", - "version": "20.1.2", + "version": "20.2.2", "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-backend/loggers/CHANGELOG.md b/packages-backend/loggers/CHANGELOG.md index 200778f4f4..7a7548cccf 100644 --- a/packages-backend/loggers/CHANGELOG.md +++ b/packages-backend/loggers/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/loggers +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.2.1 ### Patch Changes diff --git a/packages-backend/loggers/package.json b/packages-backend/loggers/package.json index 4e7641a29d..802e927bfb 100644 --- a/packages-backend/loggers/package.json +++ b/packages-backend/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/loggers", - "version": "20.2.1", + "version": "20.2.2", "description": "Opinionated JSON loggers for HTTP server applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/actions-global/CHANGELOG.md b/packages/actions-global/CHANGELOG.md index 6c6867afbd..8958f1a696 100644 --- a/packages/actions-global/CHANGELOG.md +++ b/packages/actions-global/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/actions-global +## 20.2.2 + +### Patch Changes + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/sentry@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/actions-global/package.json b/packages/actions-global/package.json index 5b24b206d8..fba9cb944b 100644 --- a/packages/actions-global/package.json +++ b/packages/actions-global/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/actions-global", - "version": "20.2.1", + "version": "20.2.2", "description": "Global redux actions for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -27,7 +27,7 @@ "@commercetools-frontend/browser-history": "20.0.1", "@commercetools-frontend/constants": "20.0.1", "@commercetools-frontend/notifications": "20.0.1", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/sentry": "20.2.2", "@types/lodash": "^4.14.167", "@types/react": "^17.0.3", "@types/react-redux": "^7.1.16", diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index a2a0744050..97c449ff71 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,18 @@ # @commercetools-frontend/application-components +## 20.2.2 + +### Patch Changes + +- [#2160](https://github.com/commercetools/merchant-center-application-kit/pull/2160) [`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency eslint-plugin-testing-library to v4 and use `screen` over assigning to `rendered` + +* [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +* Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-shell-connectors@20.2.2 + - @commercetools-frontend/i18n@20.2.2 + - @commercetools-frontend/l10n@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index df374ee793..ad75d6f21e 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "20.2.1", + "version": "20.2.2", "description": "Generic components for building Merchant Center applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -33,11 +33,11 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/application-shell-connectors": "20.2.1", + "@commercetools-frontend/application-shell-connectors": "20.2.2", "@commercetools-frontend/assets": "18.5.4", "@commercetools-frontend/constants": "20.0.1", - "@commercetools-frontend/i18n": "20.2.1", - "@commercetools-frontend/l10n": "20.2.1", + "@commercetools-frontend/i18n": "20.2.2", + "@commercetools-frontend/l10n": "20.2.2", "@commercetools-uikit/async-select-input": "^12.0.3", "@commercetools-uikit/card": "^12.0.0", "@commercetools-uikit/constraints": "^12.0.0", diff --git a/packages/application-config/CHANGELOG.md b/packages/application-config/CHANGELOG.md index a457847e40..5770836f26 100644 --- a/packages/application-config/CHANGELOG.md +++ b/packages/application-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/application-config +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.1.2 ### Patch Changes diff --git a/packages/application-config/package.json b/packages/application-config/package.json index b2b87791fc..0f7141aeec 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-config", - "version": "20.1.2", + "version": "20.2.2", "description": "Configuration utilities for building Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/application-shell-connectors/CHANGELOG.md b/packages/application-shell-connectors/CHANGELOG.md index 8efed139ae..f67c8367c1 100644 --- a/packages/application-shell-connectors/CHANGELOG.md +++ b/packages/application-shell-connectors/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/application-shell-connectors +## 20.2.2 + +### Patch Changes + +- [#2160](https://github.com/commercetools/merchant-center-application-kit/pull/2160) [`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency eslint-plugin-testing-library to v4 and use `screen` over assigning to `rendered` + +* [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +* Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/sentry@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index 5ad626a1fe..43a6f4831f 100644 --- a/packages/application-shell-connectors/package.json +++ b/packages/application-shell-connectors/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell-connectors", - "version": "20.2.1", + "version": "20.2.2", "description": "Contains complementary tools for @commercetools-frontend/application-shell", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -28,7 +28,7 @@ "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", "@commercetools-frontend/constants": "20.0.1", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/sentry": "20.2.2", "@emotion/react": "11.4.0", "@types/lodash": "^4.14.167", "@types/prop-types": "^15.7.3", diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index 917cd9764d..b7e05cd3d1 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,24 @@ # @commercetools-frontend/application-shell +## 20.2.2 + +### Patch Changes + +- [#2160](https://github.com/commercetools/merchant-center-application-kit/pull/2160) [`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency eslint-plugin-testing-library to v4 and use `screen` over assigning to `rendered` + +* [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +* Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-components@20.2.2 + - @commercetools-frontend/application-shell-connectors@20.2.2 + - @commercetools-frontend/i18n@20.2.2 + - @commercetools-frontend/react-notifications@20.2.2 + - @commercetools-frontend/sdk@20.2.2 + - @commercetools-frontend/sentry@20.2.2 + - @commercetools-frontend/permissions@20.2.2 + - @commercetools-frontend/actions-global@20.2.2 + - @commercetools-frontend/l10n@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index 3d80fec826..ba051ef2d6 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "20.2.1", + "version": "20.2.2", "description": "React component to bootstrap the general MC application logic", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -28,19 +28,19 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/actions-global": "20.2.1", - "@commercetools-frontend/application-components": "20.2.1", - "@commercetools-frontend/application-shell-connectors": "20.2.1", + "@commercetools-frontend/actions-global": "20.2.2", + "@commercetools-frontend/application-components": "20.2.2", + "@commercetools-frontend/application-shell-connectors": "20.2.2", "@commercetools-frontend/assets": "18.5.4", "@commercetools-frontend/browser-history": "20.0.1", "@commercetools-frontend/constants": "20.0.1", - "@commercetools-frontend/i18n": "20.2.1", - "@commercetools-frontend/l10n": "20.2.1", + "@commercetools-frontend/i18n": "20.2.2", + "@commercetools-frontend/l10n": "20.2.2", "@commercetools-frontend/notifications": "20.0.1", - "@commercetools-frontend/permissions": "20.2.1", - "@commercetools-frontend/react-notifications": "20.2.1", - "@commercetools-frontend/sdk": "20.2.0", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/permissions": "20.2.2", + "@commercetools-frontend/react-notifications": "20.2.2", + "@commercetools-frontend/sdk": "20.2.2", + "@commercetools-frontend/sentry": "20.2.2", "@commercetools-frontend/url-utils": "20.0.1", "@commercetools-uikit/avatar": "^12.0.0", "@commercetools-uikit/card": "^12.0.0", diff --git a/packages/babel-preset-mc-app/CHANGELOG.md b/packages/babel-preset-mc-app/CHANGELOG.md index 7a7d238587..f321771720 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 +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.1.2 ### Patch Changes diff --git a/packages/babel-preset-mc-app/package.json b/packages/babel-preset-mc-app/package.json index 688b6ee7dc..6592ef77c8 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": "20.1.2", + "version": "20.2.2", "description": "Babel preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index 8aac29b0ec..494b913e0e 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/cypress +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-config@20.2.2 + ## 20.1.2 ### Patch Changes diff --git a/packages/cypress/package.json b/packages/cypress/package.json index b1ef87c857..07ea4bff9c 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/cypress", - "version": "20.1.2", + "version": "20.2.2", "description": "Cypress commands and utilities for Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/application-config": "20.1.2", + "@commercetools-frontend/application-config": "20.2.2", "@manypkg/get-packages": "1.1.1", "uuid": "8.3.2" }, diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 81e16b5781..79c1c988a6 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/i18n +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/sentry@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index cad301d552..94b9d67107 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/i18n", - "version": "20.2.1", + "version": "20.2.2", "description": "MC i18n messages", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -37,7 +37,7 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/sentry": "20.2.2", "@commercetools-uikit/i18n": "12.0.0", "@emotion/react": "11.4.0", "@types/prop-types": "^15.7.3", diff --git a/packages/jest-preset-mc-app/CHANGELOG.md b/packages/jest-preset-mc-app/CHANGELOG.md index 3cf14f4b45..ca9de31a7c 100644 --- a/packages/jest-preset-mc-app/CHANGELOG.md +++ b/packages/jest-preset-mc-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/jest-preset-mc-app +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/babel-preset-mc-app@20.2.2 + ## 20.1.2 ### Patch Changes diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index 9d688db7b7..02a47834c7 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": "20.1.2", + "version": "20.2.2", "description": "Jest preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -19,7 +19,7 @@ "main": "./jest-preset.js", "module": "./jest-preset.js", "dependencies": { - "@commercetools-frontend/babel-preset-mc-app": "20.1.2", + "@commercetools-frontend/babel-preset-mc-app": "20.2.2", "@sheerun/mutationobserver-shim": "0.3.3", "@testing-library/jest-dom": "5.12.0", "babel-jest": "26.6.3", diff --git a/packages/l10n/CHANGELOG.md b/packages/l10n/CHANGELOG.md index 8c9cfbece5..fcbb401945 100644 --- a/packages/l10n/CHANGELOG.md +++ b/packages/l10n/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/l10n +## 20.2.2 + +### Patch Changes + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/sentry@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/l10n/package.json b/packages/l10n/package.json index a054c8f5c1..9e15385cf9 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/l10n", - "version": "20.2.1", + "version": "20.2.2", "description": "React bindings to load l10n data", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -25,7 +25,7 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/sentry": "20.2.2", "@emotion/react": "11.4.0", "@types/prop-types": "^15.7.3", "@types/react": "^17.0.3", diff --git a/packages/mc-html-template/CHANGELOG.md b/packages/mc-html-template/CHANGELOG.md index da37cfaf7e..e5769dcdd0 100644 --- a/packages/mc-html-template/CHANGELOG.md +++ b/packages/mc-html-template/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/mc-html-template +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-config@20.2.2 + ## 20.1.2 ### Patch Changes diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index ad877a61bb..a1dfd667a6 100644 --- a/packages/mc-html-template/package.json +++ b/packages/mc-html-template/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-html-template", - "version": "20.1.2", + "version": "20.2.2", "description": "Everything related to render the index.html for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -33,7 +33,7 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/application-config": "20.1.2", + "@commercetools-frontend/application-config": "20.2.2", "core-js": "3.12.1", "serialize-javascript": "5.0.1", "uglify-es": "3.3.9", diff --git a/packages/mc-scripts/CHANGELOG.md b/packages/mc-scripts/CHANGELOG.md index 2205c366b8..e753c83052 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,18 @@ # @commercetools-frontend/mc-scripts +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +* [#2213](https://github.com/commercetools/merchant-center-application-kit/pull/2213) [`665961f8`](https://github.com/commercetools/merchant-center-application-kit/commit/665961f8b17dcd718f201fb407e7f06287a4e478) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency css-minimizer-webpack-plugin to v3 + +* Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-config@20.2.2 + - @commercetools-frontend/babel-preset-mc-app@20.2.2 + - @commercetools-frontend/mc-html-template@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 2c1915c06f..3b85310348 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "20.2.1", + "version": "20.2.2", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -32,11 +32,11 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/application-config": "20.1.2", + "@commercetools-frontend/application-config": "20.2.2", "@commercetools-frontend/assets": "18.5.4", - "@commercetools-frontend/babel-preset-mc-app": "20.1.2", + "@commercetools-frontend/babel-preset-mc-app": "20.2.2", "@commercetools-frontend/mc-dev-authentication": "19.0.0", - "@commercetools-frontend/mc-html-template": "20.1.2", + "@commercetools-frontend/mc-html-template": "20.2.2", "@pmmmwh/react-refresh-webpack-plugin": "0.5.0-beta.8", "@svgr/webpack": "5.5.0", "autoprefixer": "10.2.5", diff --git a/packages/permissions/CHANGELOG.md b/packages/permissions/CHANGELOG.md index aa033a014f..3dde5f5b84 100644 --- a/packages/permissions/CHANGELOG.md +++ b/packages/permissions/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/permissions +## 20.2.2 + +### Patch Changes + +- Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-shell-connectors@20.2.2 + - @commercetools-frontend/sentry@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/permissions/package.json b/packages/permissions/package.json index b50ca594b4..7d90d96819 100644 --- a/packages/permissions/package.json +++ b/packages/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/permissions", - "version": "20.2.1", + "version": "20.2.2", "description": "React components to declaratively handle MC permissions", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -24,8 +24,8 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/application-shell-connectors": "20.2.1", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/application-shell-connectors": "20.2.2", + "@commercetools-frontend/sentry": "20.2.2", "@emotion/react": "11.4.0", "@types/lodash": "^4.14.167", "@types/prop-types": "^15.7.3", diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 71e4272095..90d72e35c9 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-frontend/react-notifications +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/sentry@20.2.2 + - @commercetools-frontend/actions-global@20.2.2 + ## 20.2.1 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index ca5606d5b9..8290394c45 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/react-notifications", - "version": "20.2.1", + "version": "20.2.2", "description": "React bindings for @commercetools-frontend/notifications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -24,10 +24,10 @@ "dependencies": { "@babel/runtime": "7.14.0", "@babel/runtime-corejs3": "7.14.0", - "@commercetools-frontend/actions-global": "20.2.1", + "@commercetools-frontend/actions-global": "20.2.2", "@commercetools-frontend/constants": "20.0.1", "@commercetools-frontend/notifications": "20.0.1", - "@commercetools-frontend/sentry": "20.2.1", + "@commercetools-frontend/sentry": "20.2.2", "@commercetools-uikit/design-system": "^12.0.0", "@commercetools-uikit/icon-button": "^12.0.4", "@commercetools-uikit/icons": "^12.0.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index d9edcd9318..581b38dc91 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/sdk +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.2.0 ### Minor Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 6abe18c498..fc347835be 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sdk", - "version": "20.2.0", + "version": "20.2.2", "description": "Tools for declarative fetching", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index eb55666ad0..73815438c5 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/sentry +## 20.2.2 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 20.2.1 ### Patch Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index bd9c45016e..ff9b3e07f2 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sentry", - "version": "20.2.1", + "version": "20.2.2", "description": "Components to set up Sentry for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 58525c5654..eeb0e88c39 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,21 @@ # playground +## 18.1.4 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-components@20.2.2 + - @commercetools-frontend/application-shell-connectors@20.2.2 + - @commercetools-frontend/application-shell@20.2.2 + - @commercetools-frontend/i18n@20.2.2 + - @commercetools-frontend/sdk@20.2.2 + - @commercetools-frontend/permissions@20.2.2 + - @commercetools-frontend/actions-global@20.2.2 + - @commercetools-frontend/l10n@20.2.2 + ## 18.1.3 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index e1c55c8a73..df545e9508 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "18.1.3", + "version": "18.1.4", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -15,16 +15,16 @@ }, "dependencies": { "@commercetools-docs/ui-kit": "16.2.0", - "@commercetools-frontend/actions-global": "20.2.1", - "@commercetools-frontend/application-components": "20.2.1", - "@commercetools-frontend/application-shell": "20.2.1", - "@commercetools-frontend/application-shell-connectors": "20.2.1", + "@commercetools-frontend/actions-global": "20.2.2", + "@commercetools-frontend/application-components": "20.2.2", + "@commercetools-frontend/application-shell": "20.2.2", + "@commercetools-frontend/application-shell-connectors": "20.2.2", "@commercetools-frontend/assets": "18.5.4", "@commercetools-frontend/constants": "20.0.1", - "@commercetools-frontend/i18n": "20.2.1", - "@commercetools-frontend/l10n": "20.2.1", - "@commercetools-frontend/permissions": "20.2.1", - "@commercetools-frontend/sdk": "20.2.0", + "@commercetools-frontend/i18n": "20.2.2", + "@commercetools-frontend/l10n": "20.2.2", + "@commercetools-frontend/permissions": "20.2.2", + "@commercetools-frontend/sdk": "20.2.2", "@commercetools-uikit/checkbox-input": "^12.0.4", "@commercetools-uikit/constraints": "^12.0.0", "@commercetools-uikit/data-table": "^12.0.4", @@ -50,7 +50,7 @@ }, "devDependencies": { "@commercetools-frontend/mc-dev-authentication": "19.0.0", - "@commercetools-frontend/mc-scripts": "20.2.1", + "@commercetools-frontend/mc-scripts": "20.2.2", "@formatjs/cli": "4.2.14" } } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index e332aa195a..a4a1e72f55 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-local/visual-testing-app +## 18.0.7 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-components@20.2.2 + - @commercetools-frontend/react-notifications@20.2.2 + ## 18.0.6 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index d85c19433e..91bda66e1a 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-local/visual-testing-app", - "version": "18.0.6", + "version": "18.0.7", "description": "An app to facilitate visual testing", "private": true, "scripts": { @@ -11,9 +11,9 @@ "serve": "mc-scripts serve" }, "dependencies": { - "@commercetools-frontend/application-components": "20.2.1", + "@commercetools-frontend/application-components": "20.2.2", "@commercetools-frontend/constants": "20.0.1", - "@commercetools-frontend/react-notifications": "20.2.1", + "@commercetools-frontend/react-notifications": "20.2.2", "@commercetools-uikit/design-system": "^12.0.0", "@commercetools-uikit/icon-button": "^12.0.4", "@commercetools-uikit/icons": "^12.0.0", @@ -32,6 +32,6 @@ "react-router-dom": "5.2.0" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "20.2.1" + "@commercetools-frontend/mc-scripts": "20.2.2" } } diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index be14ca9e95..83740ffde7 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-website/components-playground +## 17.0.7 + +### Patch Changes + +- [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`7734f69e`](https://github.com/commercetools/merchant-center-application-kit/commit/7734f69e07fdff9e5a4517f6193541ac1170dff7), [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797)]: + - @commercetools-frontend/application-components@20.2.2 + - @commercetools-frontend/i18n@20.2.2 + ## 17.0.6 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index 5ad98946be..5aeba6a8dd 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "17.0.6", + "version": "17.0.7", "private": true, "scripts": { "build:local": "gatsby build", @@ -10,8 +10,8 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "20.2.1", - "@commercetools-frontend/i18n": "20.2.1", + "@commercetools-frontend/application-components": "20.2.2", + "@commercetools-frontend/i18n": "20.2.2", "@commercetools-uikit/design-system": "^12.0.0", "@commercetools-uikit/icon-button": "^12.0.4", "@commercetools-uikit/icons": "^12.0.0", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 544bfb9af8..bc979fe01d 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-website/custom-applications +## 18.2.2 + +### Patch Changes + +- [#2220](https://github.com/commercetools/merchant-center-application-kit/pull/2220) [`f3919cd9`](https://github.com/commercetools/merchant-center-application-kit/commit/f3919cd9877b016eac5ffb4aa29d18f09033d909) Thanks [@dogayuksel](https://github.com/dogayuksel)! - Fix apollo Query component import path + +* [#2212](https://github.com/commercetools/merchant-center-application-kit/pull/2212) [`5961c019`](https://github.com/commercetools/merchant-center-application-kit/commit/5961c019ab908bc1a5d58acd4511e7c579976797) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 18.2.1 ### Patch Changes diff --git a/website/package.json b/website/package.json index 51a969c1c0..5a25679967 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/custom-applications", - "version": "18.2.1", + "version": "18.2.2", "private": true, "scripts": { "prebuild": "./scripts/prebuild.sh && yarn generate-icons",