diff --git a/.changeset/breezy-shirts-dream.md b/.changeset/breezy-shirts-dream.md deleted file mode 100644 index bd6a77686d..0000000000 --- a/.changeset/breezy-shirts-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commercetools-frontend/mc-html-template': patch ---- - -Remove legacy Google Storage Buckets from default CSP directives diff --git a/.changeset/fifty-walls-allow.md b/.changeset/fifty-walls-allow.md deleted file mode 100644 index 87a268b734..0000000000 --- a/.changeset/fifty-walls-allow.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"merchant-center-application-template-starter": patch -"@commercetools-backend/express": patch -"@commercetools-backend/loggers": patch -"@commercetools-frontend/actions-global": patch -"@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/browser-history": patch -"@commercetools-frontend/constants": patch -"@commercetools-frontend/i18n": patch -"@commercetools-frontend/jest-preset-mc-app": patch -"@commercetools-frontend/l10n": patch -"@commercetools-frontend/mc-html-template": patch -"@commercetools-frontend/mc-scripts": patch -"@commercetools-frontend/notifications": patch -"@commercetools-frontend/permissions": patch -"@commercetools-frontend/react-notifications": patch -"@commercetools-frontend/sdk": patch -"@commercetools-frontend/sentry": patch -"@commercetools-frontend/url-utils": patch -"playground": patch -"@commercetools-local/visual-testing-app": patch -"@commercetools-website/custom-applications": patch -"@commercetools-website/components-playground": patch ---- - -fix(deps): update all dependencies diff --git a/.changeset/strange-turtles-change.md b/.changeset/strange-turtles-change.md deleted file mode 100644 index 897e113716..0000000000 --- a/.changeset/strange-turtles-change.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@commercetools-frontend/application-components': patch -'@commercetools-frontend/application-shell': patch -'@commercetools-frontend/react-notifications': patch -'@commercetools-local/visual-testing-app': patch -'@commercetools-website/custom-applications': patch -'@commercetools-website/components-playground': patch ---- - -Remove emotion dependencies resolutions diff --git a/.changeset/swift-dodos-grin.md b/.changeset/swift-dodos-grin.md deleted file mode 100644 index bf42069927..0000000000 --- a/.changeset/swift-dodos-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools-frontend/application-shell": patch ---- - -fix: to re-export the launchdarkly adapter diff --git a/.changeset/violet-shrimps-cry.md b/.changeset/violet-shrimps-cry.md deleted file mode 100644 index 15da6ce824..0000000000 --- a/.changeset/violet-shrimps-cry.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'merchant-center-application-template-starter': minor -'@commercetools-frontend/application-components': minor -'@commercetools-frontend/application-shell': minor -'@commercetools-frontend/i18n': minor -'@commercetools-frontend/l10n': patch -'@commercetools-frontend/mc-scripts': minor -'@commercetools-frontend/react-notifications': minor -'playground': minor -'@commercetools-local/visual-testing-app': minor -'@commercetools-website/custom-applications': minor -'@commercetools-website/components-playground': minor ---- - -Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. -This can be used the load pre-compiled messages and thus improving the runtime performance. - -Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index 631400428c..00aa7cb5f3 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,26 @@ # merchant-center-application-template-starter +## 16.11.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`74d43d2`](https://github.com/commercetools/merchant-center-application-kit/commit/74d43d2abe7efa085780692d8a364de4aaad7278), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/actions-global@16.16.0 + - @commercetools-frontend/application-components@16.16.0 + - @commercetools-frontend/application-shell@16.16.0 + - @commercetools-frontend/i18n@16.16.0 + - @commercetools-frontend/permissions@16.16.0 + - @commercetools-frontend/mc-http-server@16.16.0 + ## 16.10.9 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index 142e51fb8a..286391ce90 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter", - "version": "16.10.9", + "version": "16.11.0", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -13,13 +13,13 @@ "update-versions": "bulk-update-versions --match '^@commercetools-frontend/(?!ui-kit)(.*)'" }, "dependencies": { - "@commercetools-frontend/actions-global": "16.15.9", - "@commercetools-frontend/application-components": "16.15.9", - "@commercetools-frontend/application-shell": "16.15.9", + "@commercetools-frontend/actions-global": "16.16.0", + "@commercetools-frontend/application-components": "16.16.0", + "@commercetools-frontend/application-shell": "16.16.0", "@commercetools-frontend/assets": "16.15.3", - "@commercetools-frontend/i18n": "16.15.9", - "@commercetools-frontend/mc-http-server": "16.15.8", - "@commercetools-frontend/permissions": "16.15.9", + "@commercetools-frontend/i18n": "16.16.0", + "@commercetools-frontend/mc-http-server": "16.16.0", + "@commercetools-frontend/permissions": "16.16.0", "@commercetools-uikit/flat-button": "10.30.1", "@commercetools-uikit/icons": "10.30.1", "@commercetools-uikit/spacings": "10.18.7", @@ -36,8 +36,8 @@ "redux": "4.0.5" }, "devDependencies": { - "@commercetools-frontend/jest-preset-mc-app": "16.15.8", - "@commercetools-frontend/mc-scripts": "16.15.8", + "@commercetools-frontend/jest-preset-mc-app": "16.16.0", + "@commercetools-frontend/mc-scripts": "16.16.0", "@testing-library/react": "10.4.8", "dotenv-cli": "3.2.0", "enzyme": "3.11.0", diff --git a/packages-backend/express/CHANGELOG.md b/packages-backend/express/CHANGELOG.md index 507c71bf7d..1a9145b196 100644 --- a/packages-backend/express/CHANGELOG.md +++ b/packages-backend/express/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/express +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.8 ### Patch Changes diff --git a/packages-backend/express/package.json b/packages-backend/express/package.json index 6fb83f7982..a360f57400 100644 --- a/packages-backend/express/package.json +++ b/packages-backend/express/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/express", - "version": "16.15.8", + "version": "16.16.0", "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 62092a5dbf..2e7aad3a36 100644 --- a/packages-backend/loggers/CHANGELOG.md +++ b/packages-backend/loggers/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-backend/loggers +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.8 ### Patch Changes diff --git a/packages-backend/loggers/package.json b/packages-backend/loggers/package.json index fabc56c1ae..c7a2a278d4 100644 --- a/packages-backend/loggers/package.json +++ b/packages-backend/loggers/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-backend/loggers", - "version": "16.15.8", + "version": "16.16.0", "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 1f1a99f2b7..4514e38c4f 100644 --- a/packages/actions-global/CHANGELOG.md +++ b/packages/actions-global/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/actions-global +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/browser-history@16.16.0 + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/notifications@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/actions-global/package.json b/packages/actions-global/package.json index 77f44c3b9f..91d95329e3 100644 --- a/packages/actions-global/package.json +++ b/packages/actions-global/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/actions-global", - "version": "16.15.9", + "version": "16.16.0", "description": "Global redux actions for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,9 +41,9 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/browser-history": "16.15.3", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/notifications": "16.15.3", + "@commercetools-frontend/browser-history": "16.16.0", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/notifications": "16.16.0", "@types/lodash": "^4.14.155", "lodash": "4.17.20", "lodash-es": "4.17.15", diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index 80abf03a25..6e18f4cad6 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,24 @@ # @commercetools-frontend/application-components +## 16.16.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/i18n@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 14fcba4835..db4ab63026 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "16.15.9", + "version": "16.16.0", "description": "Generic components for building Merchant Center applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -43,8 +43,8 @@ "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", "@commercetools-frontend/assets": "16.15.3", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/i18n": "16.15.9", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/i18n": "16.16.0", "@commercetools-uikit/card": "^10.30.1", "@commercetools-uikit/constraints": "^10.30.1", "@commercetools-uikit/design-system": "^10.18.4", diff --git a/packages/application-config/CHANGELOG.md b/packages/application-config/CHANGELOG.md index c9cf5d089e..fc537fd951 100644 --- a/packages/application-config/CHANGELOG.md +++ b/packages/application-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/application-config +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.8 ### Patch Changes diff --git a/packages/application-config/package.json b/packages/application-config/package.json index ea2c350ff3..456f7bcb9f 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-config", - "version": "16.15.8", + "version": "16.16.0", "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 e806f058fa..71a56dc37e 100644 --- a/packages/application-shell-connectors/CHANGELOG.md +++ b/packages/application-shell-connectors/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-frontend/application-shell-connectors +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/sentry@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index 99e1bb23bd..4964911461 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": "16.15.9", + "version": "16.16.0", "description": "Contains complementary tools for @commercetools-frontend/application-shell", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -44,8 +44,8 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/sentry": "16.15.9", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/sentry": "16.16.0", "@types/lodash": "^4.14.155", "@types/prop-types": "^15.7.3", "apollo-cache-inmemory": "1.6.6", diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index fac7cce141..9d2d31adaf 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,37 @@ # @commercetools-frontend/application-shell +## 16.16.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + +- [`74d43d2`](https://github.com/commercetools/merchant-center-application-kit/commit/74d43d2abe7efa085780692d8a364de4aaad7278) [#1690](https://github.com/commercetools/merchant-center-application-kit/pull/1690) Thanks [@tdeekens](https://github.com/tdeekens)! - fix: to re-export the launchdarkly adapter + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/actions-global@16.16.0 + - @commercetools-frontend/application-components@16.16.0 + - @commercetools-frontend/application-shell-connectors@16.16.0 + - @commercetools-frontend/browser-history@16.16.0 + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/i18n@16.16.0 + - @commercetools-frontend/l10n@16.16.0 + - @commercetools-frontend/notifications@16.16.0 + - @commercetools-frontend/permissions@16.16.0 + - @commercetools-frontend/react-notifications@16.16.0 + - @commercetools-frontend/sdk@16.16.0 + - @commercetools-frontend/sentry@16.16.0 + - @commercetools-frontend/url-utils@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index 86d533c411..e56a43a42c 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "16.15.9", + "version": "16.16.0", "description": "React component to bootstrap the general MC application logic", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -45,20 +45,20 @@ "@apollo/react-testing": "3.1.4", "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/actions-global": "16.15.9", - "@commercetools-frontend/application-components": "16.15.9", - "@commercetools-frontend/application-shell-connectors": "16.15.9", + "@commercetools-frontend/actions-global": "16.16.0", + "@commercetools-frontend/application-components": "16.16.0", + "@commercetools-frontend/application-shell-connectors": "16.16.0", "@commercetools-frontend/assets": "16.15.3", - "@commercetools-frontend/browser-history": "16.15.3", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/i18n": "16.15.9", - "@commercetools-frontend/l10n": "16.15.9", - "@commercetools-frontend/notifications": "16.15.3", - "@commercetools-frontend/permissions": "16.15.9", - "@commercetools-frontend/react-notifications": "16.15.9", - "@commercetools-frontend/sdk": "16.15.9", - "@commercetools-frontend/sentry": "16.15.9", - "@commercetools-frontend/url-utils": "16.15.3", + "@commercetools-frontend/browser-history": "16.16.0", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/i18n": "16.16.0", + "@commercetools-frontend/l10n": "16.16.0", + "@commercetools-frontend/notifications": "16.16.0", + "@commercetools-frontend/permissions": "16.16.0", + "@commercetools-frontend/react-notifications": "16.16.0", + "@commercetools-frontend/sdk": "16.16.0", + "@commercetools-frontend/sentry": "16.16.0", + "@commercetools-frontend/url-utils": "16.16.0", "@commercetools-uikit/avatar": "^10.30.1", "@commercetools-uikit/design-system": "^10.18.4", "@commercetools-uikit/flat-button": "^10.30.1", diff --git a/packages/babel-preset-mc-app/CHANGELOG.md b/packages/babel-preset-mc-app/CHANGELOG.md index 816b953e7d..62ae717d1e 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 +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.3 ### Patch Changes diff --git a/packages/babel-preset-mc-app/package.json b/packages/babel-preset-mc-app/package.json index 056235c603..a329f2f36f 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": "16.15.3", + "version": "16.16.0", "description": "Babel preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/browser-history/CHANGELOG.md b/packages/browser-history/CHANGELOG.md index 33e85d90d7..54988f2e99 100644 --- a/packages/browser-history/CHANGELOG.md +++ b/packages/browser-history/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/browser-history +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.3 ### Patch Changes diff --git a/packages/browser-history/package.json b/packages/browser-history/package.json index e9b3138a71..9674c7d463 100644 --- a/packages/browser-history/package.json +++ b/packages/browser-history/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/browser-history", - "version": "16.15.3", + "version": "16.16.0", "description": "Enhances browser history", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 67965acf05..5240c333d7 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/constants +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.9 ### Patch Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index 759365e00e..1e19b020cd 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/constants", - "version": "16.15.9", + "version": "16.16.0", "description": "Shared constants for MC applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 58a451f6e8..a9b20673e6 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,21 @@ # @commercetools-frontend/i18n +## 16.16.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/sentry@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 6fe90a876c..87333b6ce6 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/i18n", - "version": "16.15.9", + "version": "16.16.0", "description": "MC i18n messages", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -43,7 +43,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/sentry": "16.15.9", + "@commercetools-frontend/sentry": "16.16.0", "@commercetools-uikit/i18n": "^10.30.1", "@types/prop-types": "^15.7.3", "moment": "^2.24.0", diff --git a/packages/jest-preset-mc-app/CHANGELOG.md b/packages/jest-preset-mc-app/CHANGELOG.md index 02e05f9d51..4ae583e987 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 +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/babel-preset-mc-app@16.16.0 + ## 16.15.8 ### Patch Changes diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index f4ec42365a..0ccdf78beb 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": "16.15.8", + "version": "16.16.0", "description": "Jest preset used by a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -23,7 +23,7 @@ "main": "./jest-preset.js", "module": "./jest-preset.js", "dependencies": { - "@commercetools-frontend/babel-preset-mc-app": "16.15.3", + "@commercetools-frontend/babel-preset-mc-app": "16.16.0", "@commercetools/enzyme-extensions": "5.0.0", "@commercetools/jest-enzyme-matchers": "1.1.2", "@sheerun/mutationobserver-shim": "0.3.3", diff --git a/packages/l10n/CHANGELOG.md b/packages/l10n/CHANGELOG.md index 18dff6274a..c0985e2bbe 100644 --- a/packages/l10n/CHANGELOG.md +++ b/packages/l10n/CHANGELOG.md @@ -1,5 +1,19 @@ # @commercetools-frontend/l10n +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/sentry@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/l10n/package.json b/packages/l10n/package.json index 4a0e52d7d2..94c88b8517 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/l10n", - "version": "16.15.9", + "version": "16.16.0", "description": "React bindings to load l10n data", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -43,7 +43,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/sentry": "16.15.9", + "@commercetools-frontend/sentry": "16.16.0", "@types/prop-types": "^15.7.3", "moment": "^2.24.0", "prop-types": "15.7.2" diff --git a/packages/mc-html-template/CHANGELOG.md b/packages/mc-html-template/CHANGELOG.md index 586ffd04a9..620c10955f 100644 --- a/packages/mc-html-template/CHANGELOG.md +++ b/packages/mc-html-template/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/mc-html-template +## 16.16.0 + +### Patch Changes + +- [`879b4d6`](https://github.com/commercetools/merchant-center-application-kit/commit/879b4d618569659335945cab4a5ad28c0d19f5c8) [#1676](https://github.com/commercetools/merchant-center-application-kit/pull/1676) Thanks [@emmenko](https://github.com/emmenko)! - Remove legacy Google Storage Buckets from default CSP directives + +* [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/application-config@16.16.0 + ## 16.15.8 ### Patch Changes diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index e6d99af8d0..22da71ba8f 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": "16.15.8", + "version": "16.16.0", "description": "Everything related to render the index.html for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -39,7 +39,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/application-config": "16.15.8", + "@commercetools-frontend/application-config": "16.16.0", "core-js": "3.6.5", "node-fetch": "2.6.0", "serialize-javascript": "4.0.0", diff --git a/packages/mc-http-server/CHANGELOG.md b/packages/mc-http-server/CHANGELOG.md index 59c0b1604b..61d332cf82 100644 --- a/packages/mc-http-server/CHANGELOG.md +++ b/packages/mc-http-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/mc-http-server +## 16.16.0 + +### Patch Changes + +- Updated dependencies [[`879b4d6`](https://github.com/commercetools/merchant-center-application-kit/commit/879b4d618569659335945cab4a5ad28c0d19f5c8), [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/mc-html-template@16.16.0 + ## 16.15.8 ### Patch Changes diff --git a/packages/mc-http-server/package.json b/packages/mc-http-server/package.json index bf2c8e6f5a..b72acc1d4e 100644 --- a/packages/mc-http-server/package.json +++ b/packages/mc-http-server/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-http-server", - "version": "16.15.8", + "version": "16.16.0", "description": "Production HTTP server for running a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -26,7 +26,7 @@ "dependencies": { "@commercetools-frontend/assets": "16.15.3", "@commercetools-frontend/mc-dev-authentication": "16.15.2", - "@commercetools-frontend/mc-html-template": "16.15.8", + "@commercetools-frontend/mc-html-template": "16.16.0", "@promster/express": "4.1.11", "@promster/server": "4.2.12", "compression": "1.7.4", diff --git a/packages/mc-scripts/CHANGELOG.md b/packages/mc-scripts/CHANGELOG.md index c93caf2bd9..bbaad7c79f 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,23 @@ # @commercetools-frontend/mc-scripts +## 16.16.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`879b4d6`](https://github.com/commercetools/merchant-center-application-kit/commit/879b4d618569659335945cab4a5ad28c0d19f5c8), [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/mc-html-template@16.16.0 + - @commercetools-frontend/application-config@16.16.0 + - @commercetools-frontend/babel-preset-mc-app@16.16.0 + ## 16.15.8 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 256b379e92..ad27b9a28c 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "16.15.8", + "version": "16.16.0", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -52,11 +52,11 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/application-config": "16.15.8", + "@commercetools-frontend/application-config": "16.16.0", "@commercetools-frontend/assets": "16.15.3", - "@commercetools-frontend/babel-preset-mc-app": "16.15.3", + "@commercetools-frontend/babel-preset-mc-app": "16.16.0", "@commercetools-frontend/mc-dev-authentication": "16.15.2", - "@commercetools-frontend/mc-html-template": "16.15.8", + "@commercetools-frontend/mc-html-template": "16.16.0", "@svgr/webpack": "5.4.0", "babel-loader": "8.1.0", "babel-plugin-react-intl": "7.9.4", @@ -127,4 +127,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 8a8c6d7375..d73f6c680a 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/notifications +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.3 ### Patch Changes diff --git a/packages/notifications/package.json b/packages/notifications/package.json index d015efc84a..69cb29ac59 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/notifications", - "version": "16.15.3", + "version": "16.16.0", "description": "A general-purpose notification system built on top of redux", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/permissions/CHANGELOG.md b/packages/permissions/CHANGELOG.md index 50cef6a82d..f10ef530d1 100644 --- a/packages/permissions/CHANGELOG.md +++ b/packages/permissions/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/permissions +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/application-shell-connectors@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/permissions/package.json b/packages/permissions/package.json index bda45e86f7..afffc61888 100644 --- a/packages/permissions/package.json +++ b/packages/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/permissions", - "version": "16.15.9", + "version": "16.16.0", "description": "React components to declaratively handle MC permissions", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/application-shell-connectors": "16.15.9", + "@commercetools-frontend/application-shell-connectors": "16.16.0", "@types/lodash": "^4.14.155", "@types/prop-types": "^15.7.3", "lodash": "4.17.20", diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index a792d5fe87..84837738d3 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,26 @@ # @commercetools-frontend/react-notifications +## 16.16.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/actions-global@16.16.0 + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/notifications@16.16.0 + - @commercetools-frontend/sentry@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 441a39a8ae..0cacfcab95 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/react-notifications", - "version": "16.15.9", + "version": "16.16.0", "description": "React bindings for @commercetools-frontend/notifications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,10 +41,10 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/actions-global": "16.15.9", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/notifications": "16.15.3", - "@commercetools-frontend/sentry": "16.15.9", + "@commercetools-frontend/actions-global": "16.16.0", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/notifications": "16.16.0", + "@commercetools-frontend/sentry": "16.16.0", "@commercetools-uikit/icon-button": "^10.30.1", "@commercetools-uikit/icons": "^10.30.1", "@commercetools-uikit/spacings": "^10.18.7", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 78390cf5cc..2807dc6e33 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/sdk +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/constants@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 37cc183e39..0eb21a448b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sdk", - "version": "16.15.9", + "version": "16.16.0", "description": "Tools for declarative fetching", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/constants": "16.15.9", + "@commercetools-frontend/constants": "16.16.0", "@commercetools/api-request-builder": "5.6.2", "@commercetools/http-user-agent": "2.1.2", "@commercetools/sdk-client": "2.1.2", diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index 49fcbf5a09..6222e79903 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/sentry +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a)]: + - @commercetools-frontend/constants@16.16.0 + ## 16.15.9 ### Patch Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index e972e06be3..0ad136aed1 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sentry", - "version": "16.15.9", + "version": "16.16.0", "description": "Components to set up Sentry for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "7.11.2", "@babel/runtime-corejs3": "7.11.2", - "@commercetools-frontend/constants": "16.15.9", + "@commercetools-frontend/constants": "16.16.0", "@sentry/browser": "5.21.1", "@types/prop-types": "^15.7.3", "prop-types": "15.7.2" diff --git a/packages/url-utils/CHANGELOG.md b/packages/url-utils/CHANGELOG.md index a42b3b9894..dc4364c111 100644 --- a/packages/url-utils/CHANGELOG.md +++ b/packages/url-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/url-utils +## 16.16.0 + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + ## 16.15.3 ### Patch Changes diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index c0f8bdbd21..8fd6c196a6 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/url-utils", - "version": "16.15.3", + "version": "16.16.0", "description": "Utility functions to work with URLs", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 3a9c91b2ad..38258c512f 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,30 @@ # playground +## 16.11.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +- Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`74d43d2`](https://github.com/commercetools/merchant-center-application-kit/commit/74d43d2abe7efa085780692d8a364de4aaad7278), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/actions-global@16.16.0 + - @commercetools-frontend/application-components@16.16.0 + - @commercetools-frontend/application-shell-connectors@16.16.0 + - @commercetools-frontend/application-shell@16.16.0 + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/i18n@16.16.0 + - @commercetools-frontend/l10n@16.16.0 + - @commercetools-frontend/permissions@16.16.0 + - @commercetools-frontend/sdk@16.16.0 + - @commercetools-frontend/mc-http-server@16.16.0 + ## 16.10.9 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index 4c8f9fa94d..a78f81e048 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "16.10.9", + "version": "16.11.0", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -13,17 +13,17 @@ }, "dependencies": { "@commercetools-docs/ui-kit": "7.0.3", - "@commercetools-frontend/actions-global": "16.15.9", - "@commercetools-frontend/application-components": "16.15.9", - "@commercetools-frontend/application-shell": "16.15.9", - "@commercetools-frontend/application-shell-connectors": "16.15.9", + "@commercetools-frontend/actions-global": "16.16.0", + "@commercetools-frontend/application-components": "16.16.0", + "@commercetools-frontend/application-shell": "16.16.0", + "@commercetools-frontend/application-shell-connectors": "16.16.0", "@commercetools-frontend/assets": "16.15.3", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/i18n": "16.15.9", - "@commercetools-frontend/l10n": "16.15.9", - "@commercetools-frontend/mc-http-server": "16.15.8", - "@commercetools-frontend/permissions": "16.15.9", - "@commercetools-frontend/sdk": "16.15.9", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/i18n": "16.16.0", + "@commercetools-frontend/l10n": "16.16.0", + "@commercetools-frontend/mc-http-server": "16.16.0", + "@commercetools-frontend/permissions": "16.16.0", + "@commercetools-frontend/sdk": "16.16.0", "@commercetools-uikit/constraints": "10.30.1", "@commercetools-uikit/data-table": "10.30.1", "@commercetools-uikit/flat-button": "10.30.1", @@ -47,7 +47,7 @@ "redux": "4.0.5" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "16.15.8", + "@commercetools-frontend/mc-scripts": "16.16.0", "dotenv-cli": "3.2.0" } } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index cbffdf93bf..316c3305cc 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,25 @@ # @commercetools-local/visual-testing-app +## 16.12.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/application-components@16.16.0 + - @commercetools-frontend/constants@16.16.0 + - @commercetools-frontend/react-notifications@16.16.0 + ## 16.11.4 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index 25640ae963..5b51244130 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-local/visual-testing-app", - "version": "16.11.4", + "version": "16.12.0", "description": "An app to facilitate visual testing", "private": true, "scripts": { @@ -11,9 +11,9 @@ "serve": "serve public --no-clipboard --single --listen 3001" }, "dependencies": { - "@commercetools-frontend/application-components": "16.15.9", - "@commercetools-frontend/constants": "16.15.9", - "@commercetools-frontend/react-notifications": "16.15.9", + "@commercetools-frontend/application-components": "16.16.0", + "@commercetools-frontend/constants": "16.16.0", + "@commercetools-frontend/react-notifications": "16.16.0", "@commercetools-uikit/design-system": "10.18.4", "@commercetools-uikit/icon-button": "10.30.1", "@commercetools-uikit/icons": "10.30.1", @@ -31,7 +31,7 @@ "react-router-dom": "5.2.0" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "16.15.8", + "@commercetools-frontend/mc-scripts": "16.16.0", "serve": "11.3.2" } } diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index 60b82a566a..125dd0a181 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,24 @@ # @commercetools-website/components-playground +## 16.10.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + +* Updated dependencies [[`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a), [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb), [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8)]: + - @commercetools-frontend/application-components@16.16.0 + - @commercetools-frontend/i18n@16.16.0 + ## 16.9.12 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index b4433354d6..489a176025 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "16.9.12", + "version": "16.10.0", "private": true, "scripts": { "build:local": "gatsby build", @@ -10,8 +10,8 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "16.15.9", - "@commercetools-frontend/i18n": "16.15.9", + "@commercetools-frontend/application-components": "16.16.0", + "@commercetools-frontend/i18n": "16.16.0", "@commercetools-uikit/design-system": "10.18.4", "@commercetools-uikit/icon-button": "10.30.1", "@commercetools-uikit/icons": "10.30.1", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 0a93779e27..b13d39d4b3 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,20 @@ # @commercetools-website/custom-applications +## 16.10.0 + +### Minor Changes + +- [`4216b92`](https://github.com/commercetools/merchant-center-application-kit/commit/4216b922fbb39e74ce35f8647d1c4e9ae77909c8) [#1685](https://github.com/commercetools/merchant-center-application-kit/pull/1685) Thanks [@emmenko](https://github.com/emmenko)! - Refactor i18n package to consume compiled data from ui-kit translation messages. Furthermore, the `@commercetools-frontend/i18n` now exposes a `compiled-data` folder as well: `@commercetools-frontend/i18n/compiled-data`. + This can be used the load pre-compiled messages and thus improving the runtime performance. + + Furthermore, the `mc-scripts extract-intl` command has been deprecated in favor of the more official message extraction with the `@formatjs/cli`: https://formatjs.io/docs/getting-started/message-extraction. + +### Patch Changes + +- [`f144292`](https://github.com/commercetools/merchant-center-application-kit/commit/f1442921650ca4e6c9bf61ce31bda2b63e72038a) [#1673](https://github.com/commercetools/merchant-center-application-kit/pull/1673) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies + +* [`211ab69`](https://github.com/commercetools/merchant-center-application-kit/commit/211ab6969a78af5c592c1cc3c3e3ace3199e95cb) [#1689](https://github.com/commercetools/merchant-center-application-kit/pull/1689) Thanks [@emmenko](https://github.com/emmenko)! - Remove emotion dependencies resolutions + ## 16.9.7 ### Patch Changes diff --git a/website/package.json b/website/package.json index e12bb76c60..6f7052ae9d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/custom-applications", - "version": "16.9.7", + "version": "16.10.0", "private": true, "scripts": { "build": "gatsby build --prefix-paths",