From fd9eaf92ddaab8a8133991674ba40e40bf83ed34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 13:38:19 +0200 Subject: [PATCH] Version Packages (#1540) Co-authored-by: github-actions[bot] --- .changeset/friendly-ads-sneeze.md | 26 ----------------- .changeset/proud-parents-rule.md | 5 ---- application-templates/starter/CHANGELOG.md | 12 ++++++++ application-templates/starter/package.json | 18 ++++++------ packages/actions-global/CHANGELOG.md | 11 ++++++++ packages/actions-global/package.json | 8 +++--- packages/application-components/CHANGELOG.md | 10 +++++++ packages/application-components/package.json | 6 ++-- .../application-shell-connectors/CHANGELOG.md | 10 +++++++ .../application-shell-connectors/package.json | 6 ++-- packages/application-shell/CHANGELOG.md | 21 ++++++++++++++ packages/application-shell/package.json | 28 +++++++++---------- packages/babel-preset-mc-app/CHANGELOG.md | 7 ++++- packages/babel-preset-mc-app/package.json | 2 +- packages/browser-history/CHANGELOG.md | 6 ++++ packages/browser-history/package.json | 2 +- packages/constants/CHANGELOG.md | 6 ++++ packages/constants/package.json | 2 +- packages/i18n/CHANGELOG.md | 9 ++++++ packages/i18n/package.json | 4 +-- packages/jest-preset-mc-app/CHANGELOG.md | 9 ++++++ packages/jest-preset-mc-app/package.json | 4 +-- packages/jest-stylelint-runner/CHANGELOG.md | 6 ++++ packages/jest-stylelint-runner/package.json | 2 +- packages/l10n/CHANGELOG.md | 9 ++++++ packages/l10n/package.json | 4 +-- packages/mc-dev-authentication/CHANGELOG.md | 6 ++++ packages/mc-dev-authentication/package.json | 2 +- packages/mc-html-template/CHANGELOG.md | 6 ++++ packages/mc-html-template/package.json | 2 +- packages/mc-http-server/CHANGELOG.md | 8 ++++++ packages/mc-http-server/package.json | 6 ++-- packages/mc-scripts/CHANGELOG.md | 11 ++++++++ packages/mc-scripts/package.json | 8 +++--- packages/notifications/CHANGELOG.md | 7 ++++- packages/notifications/package.json | 2 +- packages/permissions/CHANGELOG.md | 9 ++++++ packages/permissions/package.json | 4 +-- packages/react-notifications/CHANGELOG.md | 12 ++++++++ packages/react-notifications/package.json | 10 +++---- packages/sdk/CHANGELOG.md | 9 ++++++ packages/sdk/package.json | 4 +-- packages/sentry/CHANGELOG.md | 9 ++++++ packages/sentry/package.json | 4 +-- packages/url-utils/CHANGELOG.md | 7 ++++- packages/url-utils/package.json | 2 +- playground/CHANGELOG.md | 18 ++++++++++++ playground/package.json | 24 ++++++++-------- visual-testing-app/CHANGELOG.md | 9 ++++++ visual-testing-app/package.json | 10 +++---- website-components-playground/CHANGELOG.md | 10 +++++++ website-components-playground/package.json | 6 ++-- website/CHANGELOG.md | 6 ++++ website/package.json | 2 +- 54 files changed, 326 insertions(+), 120 deletions(-) delete mode 100644 .changeset/friendly-ads-sneeze.md delete mode 100644 .changeset/proud-parents-rule.md diff --git a/.changeset/friendly-ads-sneeze.md b/.changeset/friendly-ads-sneeze.md deleted file mode 100644 index ca3d0d2479..0000000000 --- a/.changeset/friendly-ads-sneeze.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -"@commercetools-frontend/actions-global": patch -"@commercetools-frontend/application-components": 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/jest-stylelint-runner": 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-website/custom-applications": patch -"@commercetools-website/components-playground": patch ---- - -chore(deps): update all dependencies diff --git a/.changeset/proud-parents-rule.md b/.changeset/proud-parents-rule.md deleted file mode 100644 index bd4364e4b5..0000000000 --- a/.changeset/proud-parents-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@commercetools-frontend/mc-dev-authentication": patch ---- - -fix(deps): update dependency pug to v3 diff --git a/application-templates/starter/CHANGELOG.md b/application-templates/starter/CHANGELOG.md index 2682044ca7..c6ce42bc93 100644 --- a/application-templates/starter/CHANGELOG.md +++ b/application-templates/starter/CHANGELOG.md @@ -1,5 +1,17 @@ # merchant-center-application-template-starter +## 16.8.8 + +### Patch Changes + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/actions-global@16.8.8 + - @commercetools-frontend/application-components@16.8.8 + - @commercetools-frontend/application-shell@16.8.8 + - @commercetools-frontend/i18n@16.8.8 + - @commercetools-frontend/permissions@16.8.8 + - @commercetools-frontend/mc-http-server@16.8.8 + ## 16.8.7 ### Patch Changes diff --git a/application-templates/starter/package.json b/application-templates/starter/package.json index 596f25ac24..82060e9d76 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.8.7", + "version": "16.8.8", "description": "A starter example for the bare minimum setup to develop a Merchant Center Application", "private": true, "scripts": { @@ -12,13 +12,13 @@ "test:watch": "jest --config jest.test.config.js --watch" }, "dependencies": { - "@commercetools-frontend/actions-global": "16.8.6", - "@commercetools-frontend/application-components": "16.8.6", - "@commercetools-frontend/application-shell": "16.8.7", + "@commercetools-frontend/actions-global": "16.8.8", + "@commercetools-frontend/application-components": "16.8.8", + "@commercetools-frontend/application-shell": "16.8.8", "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/i18n": "16.8.6", - "@commercetools-frontend/mc-http-server": "16.8.7", - "@commercetools-frontend/permissions": "16.8.6", + "@commercetools-frontend/i18n": "16.8.8", + "@commercetools-frontend/mc-http-server": "16.8.8", + "@commercetools-frontend/permissions": "16.8.8", "@commercetools-uikit/flat-button": "10.21.0", "@commercetools-uikit/icons": "10.20.0", "@commercetools-uikit/spacings": "10.18.5", @@ -34,8 +34,8 @@ "redux": "4.0.5" }, "devDependencies": { - "@commercetools-frontend/jest-preset-mc-app": "16.8.6", - "@commercetools-frontend/mc-scripts": "16.8.6", + "@commercetools-frontend/jest-preset-mc-app": "16.8.8", + "@commercetools-frontend/mc-scripts": "16.8.8", "@testing-library/react": "10.0.4", "enzyme": "3.11.0", "jest": "26.0.1" diff --git a/packages/actions-global/CHANGELOG.md b/packages/actions-global/CHANGELOG.md index 7965f0b587..cf2fda3aa7 100644 --- a/packages/actions-global/CHANGELOG.md +++ b/packages/actions-global/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/actions-global +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/browser-history@16.8.8 + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/notifications@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/actions-global/package.json b/packages/actions-global/package.json index 07ffa805b7..1bf220603e 100644 --- a/packages/actions-global/package.json +++ b/packages/actions-global/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/actions-global", - "version": "16.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/browser-history": "16.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/notifications": "16.8.6", + "@commercetools-frontend/browser-history": "16.8.8", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/notifications": "16.8.8", "@types/lodash": "^4.14.152", "lodash": "4.17.15", "lodash-es": "4.17.15", diff --git a/packages/application-components/CHANGELOG.md b/packages/application-components/CHANGELOG.md index a318810baa..315f9cebc8 100644 --- a/packages/application-components/CHANGELOG.md +++ b/packages/application-components/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-frontend/application-components +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/i18n@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/application-components/package.json b/packages/application-components/package.json index 59eb236603..7b24e1cfe2 100644 --- a/packages/application-components/package.json +++ b/packages/application-components/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-components", - "version": "16.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/i18n": "16.8.6", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/i18n": "16.8.8", "@commercetools-uikit/card": "^10.21.0", "@commercetools-uikit/constraints": "^10.21.0", "@commercetools-uikit/design-system": "^10.18.4", diff --git a/packages/application-shell-connectors/CHANGELOG.md b/packages/application-shell-connectors/CHANGELOG.md index 048387e1fa..125ad554cf 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.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/sentry@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/application-shell-connectors/package.json b/packages/application-shell-connectors/package.json index 2da301f534..0d06825d18 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.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/sentry": "16.8.6", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/sentry": "16.8.8", "@types/graphql": "^14.5.0", "@types/lodash": "^4.14.152", "@types/moment-timezone": "^0.5.12", diff --git a/packages/application-shell/CHANGELOG.md b/packages/application-shell/CHANGELOG.md index 07476d59ff..257bbb8cfe 100644 --- a/packages/application-shell/CHANGELOG.md +++ b/packages/application-shell/CHANGELOG.md @@ -1,5 +1,26 @@ # @commercetools-frontend/application-shell +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/actions-global@16.8.8 + - @commercetools-frontend/application-components@16.8.8 + - @commercetools-frontend/application-shell-connectors@16.8.8 + - @commercetools-frontend/browser-history@16.8.8 + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/i18n@16.8.8 + - @commercetools-frontend/l10n@16.8.8 + - @commercetools-frontend/notifications@16.8.8 + - @commercetools-frontend/permissions@16.8.8 + - @commercetools-frontend/react-notifications@16.8.8 + - @commercetools-frontend/sdk@16.8.8 + - @commercetools-frontend/sentry@16.8.8 + - @commercetools-frontend/url-utils@16.8.8 + ## 16.8.7 ### Patch Changes diff --git a/packages/application-shell/package.json b/packages/application-shell/package.json index c91c7aea82..c3d066b6e7 100644 --- a/packages/application-shell/package.json +++ b/packages/application-shell/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/application-shell", - "version": "16.8.7", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/actions-global": "16.8.6", - "@commercetools-frontend/application-components": "16.8.6", - "@commercetools-frontend/application-shell-connectors": "16.8.6", + "@commercetools-frontend/actions-global": "16.8.8", + "@commercetools-frontend/application-components": "16.8.8", + "@commercetools-frontend/application-shell-connectors": "16.8.8", "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/browser-history": "16.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/i18n": "16.8.6", - "@commercetools-frontend/l10n": "16.8.6", - "@commercetools-frontend/notifications": "16.8.6", - "@commercetools-frontend/permissions": "16.8.6", - "@commercetools-frontend/react-notifications": "16.8.6", - "@commercetools-frontend/sdk": "16.8.6", - "@commercetools-frontend/sentry": "16.8.6", - "@commercetools-frontend/url-utils": "16.8.6", + "@commercetools-frontend/browser-history": "16.8.8", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/i18n": "16.8.8", + "@commercetools-frontend/l10n": "16.8.8", + "@commercetools-frontend/notifications": "16.8.8", + "@commercetools-frontend/permissions": "16.8.8", + "@commercetools-frontend/react-notifications": "16.8.8", + "@commercetools-frontend/sdk": "16.8.8", + "@commercetools-frontend/sentry": "16.8.8", + "@commercetools-frontend/url-utils": "16.8.8", "@commercetools-uikit/avatar": "^10.21.0", "@commercetools-uikit/design-system": "^10.18.4", "@commercetools-uikit/flat-button": "^10.21.0", diff --git a/packages/babel-preset-mc-app/CHANGELOG.md b/packages/babel-preset-mc-app/CHANGELOG.md index e455aba7d6..73be04a0c0 100644 --- a/packages/babel-preset-mc-app/CHANGELOG.md +++ b/packages/babel-preset-mc-app/CHANGELOG.md @@ -1,8 +1,13 @@ # @commercetools-frontend/babel-preset-mc-app -## 16.8.6 +## 16.8.8 + ### Patch Changes +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies +## 16.8.6 + +### Patch Changes - [`9391762`](https://github.com/commercetools/merchant-center-application-kit/commit/939176298df3558970a267b6e6478051a355ffae) [#1530](https://github.com/commercetools/merchant-center-application-kit/pull/1530) Thanks [@emmenko](https://github.com/emmenko)! - Update `@commercetools-uikit/*` packages to `10.21.0` diff --git a/packages/babel-preset-mc-app/package.json b/packages/babel-preset-mc-app/package.json index 4dbb706020..24519b2b87 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.8.6", + "version": "16.8.8", "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 effad56cd3..d9dda9819a 100644 --- a/packages/browser-history/CHANGELOG.md +++ b/packages/browser-history/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/browser-history +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 16.8.6 ### Patch Changes diff --git a/packages/browser-history/package.json b/packages/browser-history/package.json index 7c68a9f363..e280f9141a 100644 --- a/packages/browser-history/package.json +++ b/packages/browser-history/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/browser-history", - "version": "16.8.6", + "version": "16.8.8", "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 70e4d9a2d2..ecf3e24ac5 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/constants +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 16.8.6 ### Patch Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index aca193a4cb..73fc656325 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/constants", - "version": "16.8.6", + "version": "16.8.8", "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 cba2149cf8..8154dd6b42 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/i18n +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/sentry@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 0bf9f8b195..a029e82e77 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/i18n", - "version": "16.8.6", + "version": "16.8.8", "description": "MC i18n messages", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -41,7 +41,7 @@ "dependencies": { "@babel/runtime": "7.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/sentry": "16.8.6", + "@commercetools-frontend/sentry": "16.8.8", "@commercetools-uikit/i18n": "^10.13.0", "@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 dc4cff97b2..b5a78708a9 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.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/babel-preset-mc-app@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/jest-preset-mc-app/package.json b/packages/jest-preset-mc-app/package.json index b553363098..5c493d34d5 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.8.6", + "version": "16.8.8", "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.8.6", + "@commercetools-frontend/babel-preset-mc-app": "16.8.8", "@commercetools/enzyme-extensions": "5.0.0", "@commercetools/jest-enzyme-matchers": "1.1.2", "@sheerun/mutationobserver-shim": "0.3.3", diff --git a/packages/jest-stylelint-runner/CHANGELOG.md b/packages/jest-stylelint-runner/CHANGELOG.md index 63fa1f92b4..286556c8c7 100644 --- a/packages/jest-stylelint-runner/CHANGELOG.md +++ b/packages/jest-stylelint-runner/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/jest-stylelint-runner +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 16.8.6 ### Patch Changes diff --git a/packages/jest-stylelint-runner/package.json b/packages/jest-stylelint-runner/package.json index f98ba8e4e2..870313ea49 100644 --- a/packages/jest-stylelint-runner/package.json +++ b/packages/jest-stylelint-runner/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/jest-stylelint-runner", - "version": "16.8.6", + "version": "16.8.8", "description": "Jest runner that will transform css with postcss before running stylelint", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/l10n/CHANGELOG.md b/packages/l10n/CHANGELOG.md index d51d74a180..b3dd8731ae 100644 --- a/packages/l10n/CHANGELOG.md +++ b/packages/l10n/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/l10n +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/sentry@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/l10n/package.json b/packages/l10n/package.json index 2cbcce4e37..4e9d81f9f7 100644 --- a/packages/l10n/package.json +++ b/packages/l10n/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/l10n", - "version": "16.8.6", + "version": "16.8.8", "description": "React bindings to load l10n data", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -42,7 +42,7 @@ "dependencies": { "@babel/runtime": "7.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/sentry": "16.8.6", + "@commercetools-frontend/sentry": "16.8.8", "@types/prop-types": "^15.7.3", "moment": "^2.24.0", "prop-types": "15.7.2" diff --git a/packages/mc-dev-authentication/CHANGELOG.md b/packages/mc-dev-authentication/CHANGELOG.md index de8b129b0c..cf7797311c 100644 --- a/packages/mc-dev-authentication/CHANGELOG.md +++ b/packages/mc-dev-authentication/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/mc-dev-authentication +## 16.8.8 + +### Patch Changes + +- [`8600676`](https://github.com/commercetools/merchant-center-application-kit/commit/86006764f9fb75d82ffb01bcc7f14c912c61b698) [#1539](https://github.com/commercetools/merchant-center-application-kit/pull/1539) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency pug to v3 + ## 16.8.6 ### Patch Changes diff --git a/packages/mc-dev-authentication/package.json b/packages/mc-dev-authentication/package.json index f97b85a1d2..f64ad4a1b9 100644 --- a/packages/mc-dev-authentication/package.json +++ b/packages/mc-dev-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-dev-authentication", - "version": "16.8.6", + "version": "16.8.8", "description": "Authentication views when running mc-http-server or webpack-dev-server in development mode", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/mc-html-template/CHANGELOG.md b/packages/mc-html-template/CHANGELOG.md index f4cb041f9b..a5a1c83cff 100644 --- a/packages/mc-html-template/CHANGELOG.md +++ b/packages/mc-html-template/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-frontend/mc-html-template +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 16.8.6 ### Patch Changes diff --git a/packages/mc-html-template/package.json b/packages/mc-html-template/package.json index 26cf6a13a8..0710c916d6 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.8.6", + "version": "16.8.8", "description": "Everything related to render the index.html for a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { diff --git a/packages/mc-http-server/CHANGELOG.md b/packages/mc-http-server/CHANGELOG.md index fe2bdd2f5e..19708ac8d1 100644 --- a/packages/mc-http-server/CHANGELOG.md +++ b/packages/mc-http-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @commercetools-frontend/mc-http-server +## 16.8.8 + +### Patch Changes + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c), [`8600676`](https://github.com/commercetools/merchant-center-application-kit/commit/86006764f9fb75d82ffb01bcc7f14c912c61b698)]: + - @commercetools-frontend/mc-html-template@16.8.8 + - @commercetools-frontend/mc-dev-authentication@16.8.8 + ## 16.8.7 ### Patch Changes diff --git a/packages/mc-http-server/package.json b/packages/mc-http-server/package.json index fac3cadcbf..35e86f6416 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.8.7", + "version": "16.8.8", "description": "Production HTTP server for running a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -25,8 +25,8 @@ }, "dependencies": { "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/mc-dev-authentication": "16.8.6", - "@commercetools-frontend/mc-html-template": "16.8.6", + "@commercetools-frontend/mc-dev-authentication": "16.8.8", + "@commercetools-frontend/mc-html-template": "16.8.8", "@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 642070c1f0..33f464b1f2 100644 --- a/packages/mc-scripts/CHANGELOG.md +++ b/packages/mc-scripts/CHANGELOG.md @@ -1,5 +1,16 @@ # @commercetools-frontend/mc-scripts +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c), [`8600676`](https://github.com/commercetools/merchant-center-application-kit/commit/86006764f9fb75d82ffb01bcc7f14c912c61b698)]: + - @commercetools-frontend/babel-preset-mc-app@16.8.8 + - @commercetools-frontend/mc-html-template@16.8.8 + - @commercetools-frontend/mc-dev-authentication@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/mc-scripts/package.json b/packages/mc-scripts/package.json index 3da539cdb7..6e74d16567 100644 --- a/packages/mc-scripts/package.json +++ b/packages/mc-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/mc-scripts", - "version": "16.8.6", + "version": "16.8.8", "description": "Configuration and scripts for developing a MC application", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -52,9 +52,9 @@ "@babel/runtime": "7.10.2", "@babel/runtime-corejs3": "7.10.2", "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/babel-preset-mc-app": "16.8.6", - "@commercetools-frontend/mc-dev-authentication": "16.8.6", - "@commercetools-frontend/mc-html-template": "16.8.6", + "@commercetools-frontend/babel-preset-mc-app": "16.8.8", + "@commercetools-frontend/mc-dev-authentication": "16.8.8", + "@commercetools-frontend/mc-html-template": "16.8.8", "@svgr/webpack": "5.4.0", "babel-loader": "8.1.0", "babel-plugin-react-intl": "7.5.15", diff --git a/packages/notifications/CHANGELOG.md b/packages/notifications/CHANGELOG.md index 18f3df8eba..91986234dc 100644 --- a/packages/notifications/CHANGELOG.md +++ b/packages/notifications/CHANGELOG.md @@ -1,8 +1,13 @@ # @commercetools-frontend/notifications -## 16.8.6 +## 16.8.8 + ### Patch Changes +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies +## 16.8.6 + +### Patch Changes - [`9391762`](https://github.com/commercetools/merchant-center-application-kit/commit/939176298df3558970a267b6e6478051a355ffae) [#1530](https://github.com/commercetools/merchant-center-application-kit/pull/1530) Thanks [@emmenko](https://github.com/emmenko)! - Update `@commercetools-uikit/*` packages to `10.21.0` diff --git a/packages/notifications/package.json b/packages/notifications/package.json index 67733734e9..f6de17868f 100644 --- a/packages/notifications/package.json +++ b/packages/notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/notifications", - "version": "16.8.6", + "version": "16.8.8", "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 e035b0ffbd..da46b15a29 100644 --- a/packages/permissions/CHANGELOG.md +++ b/packages/permissions/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/permissions +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/application-shell-connectors@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/permissions/package.json b/packages/permissions/package.json index 07b4d9b519..c2e1874a3e 100644 --- a/packages/permissions/package.json +++ b/packages/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/permissions", - "version": "16.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/application-shell-connectors": "16.8.6", + "@commercetools-frontend/application-shell-connectors": "16.8.8", "@types/lodash": "^4.14.152", "@types/prop-types": "^15.7.3", "lodash": "4.17.15", diff --git a/packages/react-notifications/CHANGELOG.md b/packages/react-notifications/CHANGELOG.md index 3b713b9851..6277eae45e 100644 --- a/packages/react-notifications/CHANGELOG.md +++ b/packages/react-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # @commercetools-frontend/react-notifications +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/actions-global@16.8.8 + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/notifications@16.8.8 + - @commercetools-frontend/sentry@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/react-notifications/package.json b/packages/react-notifications/package.json index 1b7283cbf6..c1ab35dcce 100644 --- a/packages/react-notifications/package.json +++ b/packages/react-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/react-notifications", - "version": "16.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/actions-global": "16.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/notifications": "16.8.6", - "@commercetools-frontend/sentry": "16.8.6", + "@commercetools-frontend/actions-global": "16.8.8", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/notifications": "16.8.8", + "@commercetools-frontend/sentry": "16.8.8", "@commercetools-uikit/icon-button": "^10.21.0", "@commercetools-uikit/icons": "^10.20.0", "@commercetools-uikit/spacings": "^10.18.5", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f619ba6e2d..3bcec3024f 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/sdk +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/constants@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 2459087610..dda04d793f 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sdk", - "version": "16.8.6", + "version": "16.8.8", "description": "Tools for declarative fetching", "bugs": "https://github.com/commercetools/merchant-center-application-kit/issues", "repository": { @@ -44,7 +44,7 @@ "dependencies": { "@babel/runtime": "7.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/constants": "16.8.6", + "@commercetools-frontend/constants": "16.8.8", "@commercetools/api-request-builder": "5.6.0", "@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 119a2a3829..cd9cec39b9 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-frontend/sentry +## 16.8.8 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/constants@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 0323c933c9..1489a81b2e 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/sentry", - "version": "16.8.6", + "version": "16.8.8", "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.10.2", "@babel/runtime-corejs3": "7.10.2", - "@commercetools-frontend/constants": "16.8.6", + "@commercetools-frontend/constants": "16.8.8", "@sentry/browser": "5.15.5", "@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 f777081e50..0b3ca0b7d2 100644 --- a/packages/url-utils/CHANGELOG.md +++ b/packages/url-utils/CHANGELOG.md @@ -1,8 +1,13 @@ # @commercetools-frontend/url-utils -## 16.8.6 +## 16.8.8 + ### Patch Changes +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies +## 16.8.6 + +### Patch Changes - [`9391762`](https://github.com/commercetools/merchant-center-application-kit/commit/939176298df3558970a267b6e6478051a355ffae) [#1530](https://github.com/commercetools/merchant-center-application-kit/pull/1530) Thanks [@emmenko](https://github.com/emmenko)! - Update `@commercetools-uikit/*` packages to `10.21.0` diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index 2a46cd18d9..045d95d8be 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-frontend/url-utils", - "version": "16.8.6", + "version": "16.8.8", "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 ab36c66080..dfa5693ec1 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -1,5 +1,23 @@ # playground +## 16.8.7 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/actions-global@16.8.8 + - @commercetools-frontend/application-components@16.8.8 + - @commercetools-frontend/application-shell-connectors@16.8.8 + - @commercetools-frontend/application-shell@16.8.8 + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/i18n@16.8.8 + - @commercetools-frontend/l10n@16.8.8 + - @commercetools-frontend/permissions@16.8.8 + - @commercetools-frontend/sdk@16.8.8 + - @commercetools-frontend/mc-http-server@16.8.8 + ## 16.8.6 ### Patch Changes diff --git a/playground/package.json b/playground/package.json index d5dbae0f5b..3099035ec1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "playground", - "version": "16.8.6", + "version": "16.8.7", "description": "A playground application to get started developing Merchant Center Applications", "private": true, "scripts": { @@ -13,17 +13,17 @@ }, "dependencies": { "@commercetools-docs/ui-kit": "3.1.1", - "@commercetools-frontend/actions-global": "16.8.6", - "@commercetools-frontend/application-components": "16.8.6", - "@commercetools-frontend/application-shell": "16.8.7", - "@commercetools-frontend/application-shell-connectors": "16.8.6", + "@commercetools-frontend/actions-global": "16.8.8", + "@commercetools-frontend/application-components": "16.8.8", + "@commercetools-frontend/application-shell": "16.8.8", + "@commercetools-frontend/application-shell-connectors": "16.8.8", "@commercetools-frontend/assets": "16.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/i18n": "16.8.6", - "@commercetools-frontend/l10n": "16.8.6", - "@commercetools-frontend/mc-http-server": "16.8.7", - "@commercetools-frontend/permissions": "16.8.6", - "@commercetools-frontend/sdk": "16.8.6", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/i18n": "16.8.8", + "@commercetools-frontend/l10n": "16.8.8", + "@commercetools-frontend/mc-http-server": "16.8.8", + "@commercetools-frontend/permissions": "16.8.8", + "@commercetools-frontend/sdk": "16.8.8", "@commercetools-uikit/constraints": "10.21.0", "@commercetools-uikit/flat-button": "10.21.0", "@commercetools-uikit/grid": "10.18.4", @@ -47,6 +47,6 @@ "redux": "4.0.5" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "16.8.6" + "@commercetools-frontend/mc-scripts": "16.8.8" } } diff --git a/visual-testing-app/CHANGELOG.md b/visual-testing-app/CHANGELOG.md index 9b9e90527f..6e8429d05b 100644 --- a/visual-testing-app/CHANGELOG.md +++ b/visual-testing-app/CHANGELOG.md @@ -1,5 +1,14 @@ # @commercetools-local/visual-testing-app +## 16.8.5 + +### Patch Changes + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/application-components@16.8.8 + - @commercetools-frontend/constants@16.8.8 + - @commercetools-frontend/react-notifications@16.8.8 + ## 16.8.4 ### Patch Changes diff --git a/visual-testing-app/package.json b/visual-testing-app/package.json index 32e3e5275e..05364be924 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.8.4", + "version": "16.8.5", "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.8.6", - "@commercetools-frontend/constants": "16.8.6", - "@commercetools-frontend/react-notifications": "16.8.6", + "@commercetools-frontend/application-components": "16.8.8", + "@commercetools-frontend/constants": "16.8.8", + "@commercetools-frontend/react-notifications": "16.8.8", "@commercetools-uikit/design-system": "10.18.4", "@commercetools-uikit/icon-button": "10.21.0", "@commercetools-uikit/icons": "10.20.0", @@ -31,7 +31,7 @@ "react-router-dom": "5.2.0" }, "devDependencies": { - "@commercetools-frontend/mc-scripts": "16.8.6", + "@commercetools-frontend/mc-scripts": "16.8.8", "serve": "11.3.1" } } diff --git a/website-components-playground/CHANGELOG.md b/website-components-playground/CHANGELOG.md index 48a040e1c7..5fddefbe94 100644 --- a/website-components-playground/CHANGELOG.md +++ b/website-components-playground/CHANGELOG.md @@ -1,5 +1,15 @@ # @commercetools-website/components-playground +## 16.8.5 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + +- Updated dependencies [[`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c)]: + - @commercetools-frontend/application-components@16.8.8 + - @commercetools-frontend/i18n@16.8.8 + ## 16.8.4 ### Patch Changes diff --git a/website-components-playground/package.json b/website-components-playground/package.json index 2188095522..bf37ba2557 100644 --- a/website-components-playground/package.json +++ b/website-components-playground/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/components-playground", - "version": "16.8.4", + "version": "16.8.5", "private": true, "scripts": { "build:local": "gatsby build", @@ -10,8 +10,8 @@ "serve": "gatsby serve" }, "dependencies": { - "@commercetools-frontend/application-components": "16.8.6", - "@commercetools-frontend/i18n": "16.8.6", + "@commercetools-frontend/application-components": "16.8.8", + "@commercetools-frontend/i18n": "16.8.8", "@commercetools-uikit/design-system": "10.18.4", "@commercetools-uikit/icon-button": "10.21.0", "@commercetools-uikit/icons": "10.20.0", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 7f0b5c9012..c58a78d2b8 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,11 @@ # @commercetools-website/custom-applications +## 16.8.4 + +### Patch Changes + +- [`0925da6`](https://github.com/commercetools/merchant-center-application-kit/commit/0925da6f11e35cc712cc12337716f846a67c0e4c) [#1537](https://github.com/commercetools/merchant-center-application-kit/pull/1537) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies + ## 16.8.3 ### Patch Changes diff --git a/website/package.json b/website/package.json index b9aedb4ed3..7087d9f221 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@commercetools-website/custom-applications", - "version": "16.8.3", + "version": "16.8.4", "private": true, "scripts": { "build": "gatsby build --prefix-paths",