Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2020
1 parent b01419d commit 391fc4f
Show file tree
Hide file tree
Showing 27 changed files with 177 additions and 64 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-geckos-know.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/polite-camels-tap.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/slow-comics-grin.md

This file was deleted.

16 changes: 16 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# merchant-center-application-template-starter

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

### Patch Changes

- Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b), [`2f6f7ba`](https://github.com/commercetools/merchant-center-application-kit/commit/2f6f7bad4970a6b38b39df58fe6fedb98cb62873), [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e)]:
- @commercetools-frontend/application-shell@16.9.0
- @commercetools-frontend/permissions@16.9.0
- @commercetools-frontend/i18n@16.9.0
- @commercetools-frontend/application-components@16.9.0

## 16.8.9

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "merchant-center-application-template-starter",
"version": "16.8.9",
"version": "16.9.0",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -13,12 +13,12 @@
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.8.8",
"@commercetools-frontend/application-components": "16.8.8",
"@commercetools-frontend/application-shell": "16.8.8",
"@commercetools-frontend/application-components": "16.9.0",
"@commercetools-frontend/application-shell": "16.9.0",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/i18n": "16.9.0",
"@commercetools-frontend/mc-http-server": "16.8.9",
"@commercetools-frontend/permissions": "16.8.8",
"@commercetools-frontend/permissions": "16.9.0",
"@commercetools-uikit/flat-button": "10.21.0",
"@commercetools-uikit/icons": "10.20.0",
"@commercetools-uikit/spacings": "10.18.5",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.8.8",
"@commercetools-frontend/mc-scripts": "16.8.8",
"@commercetools-frontend/mc-scripts": "16.9.0",
"@testing-library/react": "10.0.4",
"enzyme": "3.11.0",
"jest": "26.0.1"
Expand Down
13 changes: 13 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @commercetools-frontend/application-components

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

### Patch Changes

- Updated dependencies [[`2f6f7ba`](https://github.com/commercetools/merchant-center-application-kit/commit/2f6f7bad4970a6b38b39df58fe6fedb98cb62873)]:
- @commercetools-frontend/i18n@16.9.0

## 16.8.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-components",
"version": "16.8.8",
"version": "16.9.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/i18n": "16.9.0",
"@commercetools-uikit/card": "^10.21.0",
"@commercetools-uikit/constraints": "^10.21.0",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-shell-connectors

## 16.9.0

### Minor Changes

- [`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b) [#1547](https://github.com/commercetools/merchant-center-application-kit/pull/1547) Thanks [@tdeekens](https://github.com/tdeekens)! - feat(app-shell): fetch organization name with owner

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell-connectors",
"version": "16.8.8",
"version": "16.9.0",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
19 changes: 19 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @commercetools-frontend/application-shell

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

### Patch Changes

- [`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b) [#1547](https://github.com/commercetools/merchant-center-application-kit/pull/1547) Thanks [@tdeekens](https://github.com/tdeekens)! - feat(app-shell): fetch organization name with owner

- Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b), [`2f6f7ba`](https://github.com/commercetools/merchant-center-application-kit/commit/2f6f7bad4970a6b38b39df58fe6fedb98cb62873), [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e)]:
- @commercetools-frontend/application-shell-connectors@16.9.0
- @commercetools-frontend/permissions@16.9.0
- @commercetools-frontend/i18n@16.9.0
- @commercetools-frontend/application-components@16.9.0
- @commercetools-frontend/react-notifications@16.9.0

## 16.8.8

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-shell",
"version": "16.8.8",
"version": "16.9.0",
"description": "React component to bootstrap the general MC application logic",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -46,16 +46,16 @@
"@babel/runtime": "7.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@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-components": "16.9.0",
"@commercetools-frontend/application-shell-connectors": "16.9.0",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/browser-history": "16.8.8",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/i18n": "16.9.0",
"@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/permissions": "16.9.0",
"@commercetools-frontend/react-notifications": "16.9.0",
"@commercetools-frontend/sdk": "16.8.8",
"@commercetools-frontend/sentry": "16.8.8",
"@commercetools-frontend/url-utils": "16.8.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/i18n

## 16.9.0

### Minor Changes

- [`2f6f7ba`](https://github.com/commercetools/merchant-center-application-kit/commit/2f6f7bad4970a6b38b39df58fe6fedb98cb62873) [#1534](https://github.com/commercetools/merchant-center-application-kit/pull/1534) Thanks [@emmenko](https://github.com/emmenko)! - Expose a `useAsyncLocaleData` (as a companion of `<AsyncLocaleData>` and additionally a `useAsyncIntlMessages` to load translation files directly.
The difference between those is that the "async locale data" components additionally load the application-kit and ui-kit messages, as well as the moment locales.

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/i18n",
"version": "16.8.8",
"version": "16.9.0",
"description": "MC i18n messages",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/mc-scripts

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-scripts",
"version": "16.8.8",
"version": "16.9.0",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/permissions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-frontend/permissions

## 16.9.0

### Patch Changes

- [`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b) [#1547](https://github.com/commercetools/merchant-center-application-kit/pull/1547) Thanks [@tdeekens](https://github.com/tdeekens)! - feat(app-shell): fetch organization name with owner

- Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b)]:
- @commercetools-frontend/application-shell-connectors@16.9.0

## 16.8.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/permissions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/permissions",
"version": "16.8.8",
"version": "16.9.0",
"description": "React components to declaratively handle MC permissions",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/application-shell-connectors": "16.8.8",
"@commercetools-frontend/application-shell-connectors": "16.9.0",
"@types/lodash": "^4.14.152",
"@types/prop-types": "^15.7.3",
"lodash": "4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/react-notifications

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/react-notifications",
"version": "16.8.8",
"version": "16.9.0",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
17 changes: 17 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# playground

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

### Patch Changes

- Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b), [`2f6f7ba`](https://github.com/commercetools/merchant-center-application-kit/commit/2f6f7bad4970a6b38b39df58fe6fedb98cb62873), [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e)]:
- @commercetools-frontend/application-shell-connectors@16.9.0
- @commercetools-frontend/application-shell@16.9.0
- @commercetools-frontend/permissions@16.9.0
- @commercetools-frontend/i18n@16.9.0
- @commercetools-frontend/application-components@16.9.0

## 16.8.8

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "16.8.8",
"version": "16.9.0",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -14,15 +14,15 @@
"dependencies": {
"@commercetools-docs/ui-kit": "3.1.1",
"@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/application-components": "16.9.0",
"@commercetools-frontend/application-shell": "16.9.0",
"@commercetools-frontend/application-shell-connectors": "16.9.0",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/i18n": "16.8.8",
"@commercetools-frontend/i18n": "16.9.0",
"@commercetools-frontend/l10n": "16.8.8",
"@commercetools-frontend/mc-http-server": "16.8.9",
"@commercetools-frontend/permissions": "16.8.8",
"@commercetools-frontend/permissions": "16.9.0",
"@commercetools-frontend/sdk": "16.8.8",
"@commercetools-uikit/constraints": "10.21.0",
"@commercetools-uikit/flat-button": "10.21.0",
Expand All @@ -47,6 +47,6 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "16.8.8"
"@commercetools-frontend/mc-scripts": "16.9.0"
}
}
14 changes: 14 additions & 0 deletions visual-testing-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @commercetools-local/visual-testing-app

## 16.9.0

### Minor Changes

- [`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e) [#1533](https://github.com/commercetools/merchant-center-application-kit/pull/1533) Thanks [@emmenko](https://github.com/emmenko)! - Upgrade to `react-intl` v4. See also https://formatjs.io/docs/react-intl/upgrade-guide-4x

We updated the peer dependency range to support both `v3` and `v4`.

### Patch Changes

- Updated dependencies [[`96ab311`](https://github.com/commercetools/merchant-center-application-kit/commit/96ab3114a4c00b192763feaeedb68c1e3e804c3e)]:
- @commercetools-frontend/application-components@16.9.0
- @commercetools-frontend/react-notifications@16.9.0

## 16.8.5

### Patch Changes
Expand Down
Loading

0 comments on commit 391fc4f

Please sign in to comment.