Skip to content

Commit

Permalink
Version Packages (#1546)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 7, 2020
1 parent 17454d1 commit 18648c9
Show file tree
Hide file tree
Showing 44 changed files with 300 additions and 109 deletions.
7 changes: 0 additions & 7 deletions .changeset/cool-geckos-know.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/fuzzy-meals-design.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.

19 changes: 19 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# 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

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

- Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b), [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60), [`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/actions-global@16.9.0
- @commercetools-frontend/application-components@16.9.0
- @commercetools-frontend/i18n@16.9.0

## 16.8.9

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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 @@ -12,13 +12,13 @@
"test:watch": "jest --config jest.test.config.js --watch"
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.8.8",
"@commercetools-frontend/application-components": "16.8.8",
"@commercetools-frontend/application-shell": "16.8.8",
"@commercetools-frontend/actions-global": "16.9.0",
"@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.22.0",
"@commercetools-uikit/spacings": "10.18.5",
Expand All @@ -34,8 +34,8 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.8.8",
"@commercetools-frontend/mc-scripts": "16.8.8",
"@commercetools-frontend/jest-preset-mc-app": "16.9.0",
"@commercetools-frontend/mc-scripts": "16.9.0",
"@testing-library/react": "10.2.1",
"enzyme": "3.11.0",
"jest": "26.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/express

## 16.9.0

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

## 16.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/express",
"version": "16.8.6",
"version": "16.9.0",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/loggers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/loggers

## 16.9.0

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

## 16.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/loggers",
"version": "16.8.6",
"version": "16.9.0",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/actions-global

## 16.9.0

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions-global/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/actions-global",
"version": "16.8.8",
"version": "16.9.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @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

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

- 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
13 changes: 13 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

- Updated dependencies [[`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60)]:
- @commercetools-frontend/sentry@16.9.0

## 16.8.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -45,7 +45,7 @@
"@babel/runtime": "7.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/constants": "16.8.8",
"@commercetools-frontend/sentry": "16.8.8",
"@commercetools-frontend/sentry": "16.9.0",
"@types/graphql": "^14.5.0",
"@types/lodash": "^4.14.155",
"@types/moment-timezone": "^0.5.12",
Expand Down
25 changes: 25 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @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

* [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

* Updated dependencies [[`b01419d`](https://github.com/commercetools/merchant-center-application-kit/commit/b01419d37881a8d5234ed977364e01c29b92e74b), [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60), [`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/actions-global@16.9.0
- @commercetools-frontend/application-components@16.9.0
- @commercetools-frontend/l10n@16.9.0
- @commercetools-frontend/react-notifications@16.9.0
- @commercetools-frontend/sdk@16.9.0
- @commercetools-frontend/sentry@16.9.0
- @commercetools-frontend/i18n@16.9.0

## 16.8.8

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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 @@ -45,19 +45,19 @@
"@apollo/react-testing": "3.1.4",
"@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/actions-global": "16.9.0",
"@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/l10n": "16.8.8",
"@commercetools-frontend/i18n": "16.9.0",
"@commercetools-frontend/l10n": "16.9.0",
"@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/permissions": "16.9.0",
"@commercetools-frontend/react-notifications": "16.9.0",
"@commercetools-frontend/sdk": "16.9.0",
"@commercetools-frontend/sentry": "16.9.0",
"@commercetools-frontend/url-utils": "16.8.8",
"@commercetools-uikit/avatar": "^10.21.0",
"@commercetools-uikit/design-system": "^10.18.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @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.

### Patch Changes

- Updated dependencies [[`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60)]:
- @commercetools-frontend/sentry@16.9.0

## 16.8.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.10.2",
"@babel/runtime-corejs3": "7.10.2",
"@commercetools-frontend/sentry": "16.8.8",
"@commercetools-frontend/sentry": "16.9.0",
"@commercetools-uikit/i18n": "^10.13.0",
"@types/prop-types": "^15.7.3",
"moment": "^2.24.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/jest-preset-mc-app

## 16.9.0

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-preset-mc-app",
"version": "16.8.8",
"version": "16.9.0",
"description": "Jest preset used by a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-stylelint-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/jest-stylelint-runner

## 16.9.0

### Patch Changes

- [`ccbabfd`](https://github.com/commercetools/merchant-center-application-kit/commit/ccbabfdc75972aedcc12e833cc958b5585cb6d60) [#1549](https://github.com/commercetools/merchant-center-application-kit/pull/1549) Thanks [@tdeekens](https://github.com/tdeekens)! - chore: update deps to prepare for release

## 16.8.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-stylelint-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/jest-stylelint-runner",
"version": "16.8.8",
"version": "16.9.0",
"description": "Jest runner that will transform css with postcss before running stylelint",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
Loading

1 comment on commit 18648c9

@vercel
Copy link

@vercel vercel bot commented on 18648c9 Jun 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.