diff --git a/.changeset/orange-dolphins-wave.md b/.changeset/orange-dolphins-wave.md deleted file mode 100644 index d5a1373bc4..0000000000 --- a/.changeset/orange-dolphins-wave.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@commercetools-frontend/application-components': patch -'@commercetools-frontend/application-shell': patch ---- - -Fix layout issue with modal components when the underlying page has a scrolling position, causing the modal container position to "scroll" with the page position. - -The expected behavior is for the modal page to always be correctly positioned and visible, regardless of the scrolling position of the underlying page. - -To fix that, the `` now uses `position: fixed` when a modal container opens. - -The component now accepts some props to allow consumers to adjust the layout accordingly. However, for Custom Applications everything is pre-configured, so there is no action required. diff --git a/.changeset/stupid-gorillas-attend.md b/.changeset/stupid-gorillas-attend.md deleted file mode 100644 index 297a26ced3..0000000000 --- a/.changeset/stupid-gorillas-attend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@commercetools-frontend/application-config': patch -'@commercetools-frontend/application-shell': patch ---- - -Fix computing submenu link `uriPath` when parsing local Custom Application config. diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index 5d93535509..ef56edc79e 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,14 @@ # merchant-center-application-template-starter +## 19.1.5 + +### Patch Changes + +- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-components@21.3.3 + - @commercetools-frontend/application-shell@21.3.3 + - @commercetools-frontend/mc-scripts@21.3.3 + ## 19.1.4 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index 32f34ddf1d..3011a69a2d 100644 --- a/application-templates/starter/package.json +++ b/application-templates/starter/package.json @@ -1,6 +1,6 @@ { "name": "merchant-center-application-template-starter", - "version": "19.1.4", + "version": "19.1.5", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -21,8 +21,8 @@ "dependencies": { "@apollo/client": "3.5.10", "@commercetools-frontend/actions-global": "21.3.0", - "@commercetools-frontend/application-components": "21.3.2", - "@commercetools-frontend/application-shell": "21.3.2", + "@commercetools-frontend/application-components": "21.3.3", + "@commercetools-frontend/application-shell": "21.3.3", "@commercetools-frontend/application-shell-connectors": "21.3.0", "@commercetools-frontend/assets": "21.0.0", "@commercetools-frontend/constants": "21.3.0", @@ -30,7 +30,7 @@ "@commercetools-frontend/i18n": "21.3.0", "@commercetools-frontend/jest-preset-mc-app": "21.3.2", "@commercetools-frontend/mc-dev-authentication": "21.0.0", - "@commercetools-frontend/mc-scripts": "21.3.2", + "@commercetools-frontend/mc-scripts": "21.3.3", "@commercetools-frontend/permissions": "21.3.0", "@commercetools-frontend/sdk": "21.3.0", "@commercetools-test-data/commons": "2.4.1", diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index 50394badf0..7463685d93 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,17 @@ # @commercetools-frontend/application-components +## 21.3.3 + +### Patch Changes + +- [#2541](https://github.com/commercetools/merchant-center-application-kit/pull/2541) [`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f) Thanks [@emmenko](https://github.com/emmenko)! - Fix layout issue with modal components when the underlying page has a scrolling position, causing the modal container position to "scroll" with the page position. + + The expected behavior is for the modal page to always be correctly positioned and visible, regardless of the scrolling position of the underlying page. + + To fix that, the `` now uses `position: fixed` when a modal container opens. + + The component now accepts some props to allow consumers to adjust the layout accordingly. However, for Custom Applications everything is pre-configured, so there is no action required. + ## 21.3.2 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index d26870450c..c4b17e6b1f 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "21.3.2", + "version": "21.3.3", "description": "Generic components for building Merchant Center applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/application-config/CHANGELOG.md b/packages/application-config/CHANGELOG.md index 408c6d394a..3434a537cb 100644 --- a/packages/application-config/CHANGELOG.md +++ b/packages/application-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/application-config +## 21.3.3 + +### Patch Changes + +- [#2540](https://github.com/commercetools/merchant-center-application-kit/pull/2540) [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80) Thanks [@emmenko](https://github.com/emmenko)! - Fix computing submenu link `uriPath` when parsing local Custom Application config. + ## 21.3.2 ### Patch Changes diff --git a/packages/application-config/package.json b/packages/application-config/package.json index 9fcbb230af..28583248cc 100644 --- a/packages/application-config/package.json +++ b/packages/application-config/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-config", - "version": "21.3.2", + "version": "21.3.3", "description": "Configuration utilities for building Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index 82f4493faf..4d1779ebb7 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,23 @@ # @commercetools-frontend/application-shell +## 21.3.3 + +### Patch Changes + +- [#2541](https://github.com/commercetools/merchant-center-application-kit/pull/2541) [`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f) Thanks [@emmenko](https://github.com/emmenko)! - Fix layout issue with modal components when the underlying page has a scrolling position, causing the modal container position to "scroll" with the page position. + + The expected behavior is for the modal page to always be correctly positioned and visible, regardless of the scrolling position of the underlying page. + + To fix that, the `` now uses `position: fixed` when a modal container opens. + + The component now accepts some props to allow consumers to adjust the layout accordingly. However, for Custom Applications everything is pre-configured, so there is no action required. + +* [#2540](https://github.com/commercetools/merchant-center-application-kit/pull/2540) [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80) Thanks [@emmenko](https://github.com/emmenko)! - Fix computing submenu link `uriPath` when parsing local Custom Application config. + +* Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-components@21.3.3 + - @commercetools-frontend/application-config@21.3.3 + ## 21.3.2 ### Patch Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index c0d44b1581..fdb7f47992 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "21.3.2", + "version": "21.3.3", "description": "React component to bootstrap the general MC application logic", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -34,8 +34,8 @@ "@babel/runtime": "^7.17.8", "@babel/runtime-corejs3": "^7.17.8", "@commercetools-frontend/actions-global": "21.3.0", - "@commercetools-frontend/application-components": "21.3.2", - "@commercetools-frontend/application-config": "21.3.2", + "@commercetools-frontend/application-components": "21.3.3", + "@commercetools-frontend/application-config": "21.3.3", "@commercetools-frontend/application-shell-connectors": "21.3.0", "@commercetools-frontend/assets": "21.0.0", "@commercetools-frontend/browser-history": "21.3.0", diff --git a/packages/cypress/CHANGELOG.md b/packages/cypress/CHANGELOG.md index d857bb9863..1bfde53ae1 100644 --- a/packages/cypress/CHANGELOG.md +++ b/packages/cypress/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/cypress +## 21.3.3 + +### Patch Changes + +- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-shell@21.3.3 + - @commercetools-frontend/application-config@21.3.3 + ## 21.3.2 ### Patch Changes diff --git a/packages/cypress/package.json b/packages/cypress/package.json index 7b7f258c7e..bd9522e72f 100644 --- a/packages/cypress/package.json +++ b/packages/cypress/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/cypress", - "version": "21.3.2", + "version": "21.3.3", "description": "Cypress commands and utilities for Custom Applications", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -37,8 +37,8 @@ "dependencies": { "@babel/runtime": "^7.17.8", "@babel/runtime-corejs3": "^7.17.8", - "@commercetools-frontend/application-config": "21.3.2", - "@commercetools-frontend/application-shell": "21.3.2", + "@commercetools-frontend/application-config": "21.3.3", + "@commercetools-frontend/application-shell": "21.3.3", "@manypkg/get-packages": "1.1.3", "uuid": "8.3.2" }, diff --git a/packages/mc-html-template/CHANGELOG.md b/packages/mc-html-template/CHANGELOG.md index c706d89042..902efd596d 100644 --- a/packages/mc-html-template/CHANGELOG.md +++ b/packages/mc-html-template/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-frontend/mc-html-template +## 21.3.3 + +### Patch Changes + +- Updated dependencies [[`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-config@21.3.3 + ## 21.3.2 ### Patch Changes diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index 822a4a9d5a..3098527c38 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": "21.3.2", + "version": "21.3.3", "description": "Everything related to render the index.html for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -31,7 +31,7 @@ "dependencies": { "@babel/runtime": "^7.17.8", "@babel/runtime-corejs3": "^7.17.8", - "@commercetools-frontend/application-config": "21.3.2", + "@commercetools-frontend/application-config": "21.3.3", "@commercetools-frontend/constants": "21.3.0", "core-js": "^3.21.1", "serialize-javascript": "6.0.0", diff --git a/packages/mc-scripts/CHANGELOG.md b/packages/mc-scripts/CHANGELOG.md index 7dded51565..f2014d7228 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/mc-scripts +## 21.3.3 + +### Patch Changes + +- Updated dependencies [[`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-config@21.3.3 + - @commercetools-frontend/mc-html-template@21.3.3 + ## 21.3.2 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index c6f61bb83f..b6a248a677 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "21.3.2", + "version": "21.3.3", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -29,12 +29,12 @@ "@babel/core": "^7.17.8", "@babel/runtime": "^7.17.8", "@babel/runtime-corejs3": "^7.17.8", - "@commercetools-frontend/application-config": "21.3.2", + "@commercetools-frontend/application-config": "21.3.3", "@commercetools-frontend/assets": "21.0.0", "@commercetools-frontend/babel-preset-mc-app": "21.3.2", "@commercetools-frontend/constants": "21.3.0", "@commercetools-frontend/mc-dev-authentication": "21.0.0", - "@commercetools-frontend/mc-html-template": "21.3.2", + "@commercetools-frontend/mc-html-template": "21.3.3", "@pmmmwh/react-refresh-webpack-plugin": "0.5.4", "@svgr/webpack": "6.2.1", "autoprefixer": "^10.4.4", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 3149fc3a46..45690a8b20 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,13 @@ # playground +## 19.1.4 + +### Patch Changes + +- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f), [`602822c0`](https://github.com/commercetools/merchant-center-application-kit/commit/602822c03e7ee0bbefdf1385c6120ab3069efe80)]: + - @commercetools-frontend/application-components@21.3.3 + - @commercetools-frontend/application-shell@21.3.3 + ## 19.1.3 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index e75f081170..4d0b65a9d3 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "19.1.3", + "version": "19.1.4", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -15,8 +15,8 @@ "dependencies": { "@commercetools-docs/ui-kit": "18.5.0", "@commercetools-frontend/actions-global": "21.3.0", - "@commercetools-frontend/application-components": "21.3.2", - "@commercetools-frontend/application-shell": "21.3.2", + "@commercetools-frontend/application-components": "21.3.3", + "@commercetools-frontend/application-shell": "21.3.3", "@commercetools-frontend/application-shell-connectors": "21.3.0", "@commercetools-frontend/assets": "21.0.0", "@commercetools-frontend/constants": "21.3.0", @@ -49,7 +49,7 @@ "devDependencies": { "@commercetools-backend/express": "21.3.0", "@commercetools-frontend/mc-dev-authentication": "21.0.0", - "@commercetools-frontend/mc-scripts": "21.3.2", + "@commercetools-frontend/mc-scripts": "21.3.3", "@formatjs/cli": "4.8.3", "@vercel/node": "^1.14.0" } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index 547b79cbb5..99c164c11a 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-local/visual-testing-app +## 19.2.2 + +### Patch Changes + +- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f)]: + - @commercetools-frontend/application-components@21.3.3 + ## 19.2.1 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index 98eeebae90..74283eb9ff 100644 --- a/visual-testing-app/package.json +++ b/visual-testing-app/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-local/visual-testing-app", - "version": "19.2.1", + "version": "19.2.2", "description": "An app to facilitate visual testing", "private": true, "scripts": { @@ -9,7 +9,7 @@ "preview": "vite preview --port 3000" }, "dependencies": { - "@commercetools-frontend/application-components": "21.3.2", + "@commercetools-frontend/application-components": "21.3.3", "@commercetools-frontend/assets": "21.0.0", "@commercetools-frontend/constants": "21.3.0", "@commercetools-frontend/react-notifications": "21.3.0", diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index 06a4ed9d60..42dd7f83ec 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,12 @@ # @commercetools-website/components-playground +## 17.3.2 + +### Patch Changes + +- Updated dependencies [[`3853d77e`](https://github.com/commercetools/merchant-center-application-kit/commit/3853d77ece84ef8be552dd79e538f66902c7ac1f)]: + - @commercetools-frontend/application-components@21.3.3 + ## 17.3.1 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index a7e26d9912..fcaade8cff 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "17.3.1", + "version": "17.3.2", "private": true, "scripts": { "clean": "gatsby clean", @@ -10,7 +10,7 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "21.3.2", + "@commercetools-frontend/application-components": "21.3.3", "@commercetools-frontend/i18n": "21.3.0", "@commercetools-uikit/design-system": "^14.0.0", "@commercetools-uikit/icon-button": "^14.0.2", diff --git a/yarn.lock b/yarn.lock index 61f37c7be6..ab05d4366a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2426,7 +2426,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-components@21.3.2, @commercetools-frontend/application-components@workspace:packages/application-components": +"@commercetools-frontend/application-components@21.3.3, @commercetools-frontend/application-components@workspace:packages/application-components": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-components@workspace:packages/application-components" dependencies: @@ -2474,7 +2474,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-config@21.3.2, @commercetools-frontend/application-config@workspace:packages/application-config": +"@commercetools-frontend/application-config@21.3.3, @commercetools-frontend/application-config@workspace:packages/application-config": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-config@workspace:packages/application-config" dependencies: @@ -2517,7 +2517,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/application-shell@21.3.2, @commercetools-frontend/application-shell@workspace:packages/application-shell": +"@commercetools-frontend/application-shell@21.3.3, @commercetools-frontend/application-shell@workspace:packages/application-shell": version: 0.0.0-use.local resolution: "@commercetools-frontend/application-shell@workspace:packages/application-shell" dependencies: @@ -2525,8 +2525,8 @@ __metadata: "@babel/runtime": ^7.17.8 "@babel/runtime-corejs3": ^7.17.8 "@commercetools-frontend/actions-global": 21.3.0 - "@commercetools-frontend/application-components": 21.3.2 - "@commercetools-frontend/application-config": 21.3.2 + "@commercetools-frontend/application-components": 21.3.3 + "@commercetools-frontend/application-config": 21.3.3 "@commercetools-frontend/application-shell-connectors": 21.3.0 "@commercetools-frontend/assets": 21.0.0 "@commercetools-frontend/browser-history": 21.3.0 @@ -2698,8 +2698,8 @@ __metadata: dependencies: "@babel/runtime": ^7.17.8 "@babel/runtime-corejs3": ^7.17.8 - "@commercetools-frontend/application-config": 21.3.2 - "@commercetools-frontend/application-shell": 21.3.2 + "@commercetools-frontend/application-config": 21.3.3 + "@commercetools-frontend/application-shell": 21.3.3 "@manypkg/get-packages": 1.1.3 cypress: 9.5.3 uuid: 8.3.2 @@ -2835,7 +2835,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/mc-html-template@21.3.2, @commercetools-frontend/mc-html-template@workspace:packages/mc-html-template": +"@commercetools-frontend/mc-html-template@21.3.3, @commercetools-frontend/mc-html-template@workspace:packages/mc-html-template": version: 0.0.0-use.local resolution: "@commercetools-frontend/mc-html-template@workspace:packages/mc-html-template" dependencies: @@ -2843,7 +2843,7 @@ __metadata: "@babel/preset-env": ^7.16.11 "@babel/runtime": ^7.17.8 "@babel/runtime-corejs3": ^7.17.8 - "@commercetools-frontend/application-config": 21.3.2 + "@commercetools-frontend/application-config": 21.3.3 "@commercetools-frontend/constants": 21.3.0 core-js: ^3.21.1 rimraf: 3.0.2 @@ -2853,7 +2853,7 @@ __metadata: languageName: unknown linkType: soft -"@commercetools-frontend/mc-scripts@21.3.2, @commercetools-frontend/mc-scripts@workspace:packages/mc-scripts": +"@commercetools-frontend/mc-scripts@21.3.3, @commercetools-frontend/mc-scripts@workspace:packages/mc-scripts": version: 0.0.0-use.local resolution: "@commercetools-frontend/mc-scripts@workspace:packages/mc-scripts" dependencies: @@ -2862,12 +2862,12 @@ __metadata: "@babel/preset-env": ^7.16.11 "@babel/runtime": ^7.17.8 "@babel/runtime-corejs3": ^7.17.8 - "@commercetools-frontend/application-config": 21.3.2 + "@commercetools-frontend/application-config": 21.3.3 "@commercetools-frontend/assets": 21.0.0 "@commercetools-frontend/babel-preset-mc-app": 21.3.2 "@commercetools-frontend/constants": 21.3.0 "@commercetools-frontend/mc-dev-authentication": 21.0.0 - "@commercetools-frontend/mc-html-template": 21.3.2 + "@commercetools-frontend/mc-html-template": 21.3.3 "@pmmmwh/react-refresh-webpack-plugin": 0.5.4 "@svgr/webpack": 6.2.1 autoprefixer: ^10.4.4 @@ -3064,7 +3064,7 @@ __metadata: version: 0.0.0-use.local resolution: "@commercetools-local/visual-testing-app@workspace:visual-testing-app" dependencies: - "@commercetools-frontend/application-components": 21.3.2 + "@commercetools-frontend/application-components": 21.3.3 "@commercetools-frontend/assets": 21.0.0 "@commercetools-frontend/constants": 21.3.0 "@commercetools-frontend/react-notifications": 21.3.0 @@ -4000,7 +4000,7 @@ __metadata: version: 0.0.0-use.local resolution: "@commercetools-website/components-playground@workspace:website-components-playground" dependencies: - "@commercetools-frontend/application-components": 21.3.2 + "@commercetools-frontend/application-components": 21.3.3 "@commercetools-frontend/i18n": 21.3.0 "@commercetools-uikit/design-system": ^14.0.0 "@commercetools-uikit/icon-button": ^14.0.2 @@ -23901,8 +23901,8 @@ __metadata: dependencies: "@apollo/client": 3.5.10 "@commercetools-frontend/actions-global": 21.3.0 - "@commercetools-frontend/application-components": 21.3.2 - "@commercetools-frontend/application-shell": 21.3.2 + "@commercetools-frontend/application-components": 21.3.3 + "@commercetools-frontend/application-shell": 21.3.3 "@commercetools-frontend/application-shell-connectors": 21.3.0 "@commercetools-frontend/assets": 21.0.0 "@commercetools-frontend/constants": 21.3.0 @@ -23910,7 +23910,7 @@ __metadata: "@commercetools-frontend/i18n": 21.3.0 "@commercetools-frontend/jest-preset-mc-app": 21.3.2 "@commercetools-frontend/mc-dev-authentication": 21.0.0 - "@commercetools-frontend/mc-scripts": 21.3.2 + "@commercetools-frontend/mc-scripts": 21.3.3 "@commercetools-frontend/permissions": 21.3.0 "@commercetools-frontend/sdk": 21.3.0 "@commercetools-test-data/commons": 2.4.1 @@ -26326,15 +26326,15 @@ __metadata: "@commercetools-backend/express": 21.3.0 "@commercetools-docs/ui-kit": 18.5.0 "@commercetools-frontend/actions-global": 21.3.0 - "@commercetools-frontend/application-components": 21.3.2 - "@commercetools-frontend/application-shell": 21.3.2 + "@commercetools-frontend/application-components": 21.3.3 + "@commercetools-frontend/application-shell": 21.3.3 "@commercetools-frontend/application-shell-connectors": 21.3.0 "@commercetools-frontend/assets": 21.0.0 "@commercetools-frontend/constants": 21.3.0 "@commercetools-frontend/i18n": 21.3.0 "@commercetools-frontend/l10n": 21.3.0 "@commercetools-frontend/mc-dev-authentication": 21.0.0 - "@commercetools-frontend/mc-scripts": 21.3.2 + "@commercetools-frontend/mc-scripts": 21.3.3 "@commercetools-frontend/permissions": 21.3.0 "@commercetools-frontend/sdk": 21.3.0 "@commercetools-uikit/checkbox-input": ^14.0.2