Skip to content

Commit

Permalink
Version Packages (#1895)
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
CT Release Bot and github-actions[bot] authored Nov 25, 2020
1 parent bf5f71e commit 7b2be80
Show file tree
Hide file tree
Showing 20 changed files with 93 additions and 36 deletions.
11 changes: 0 additions & 11 deletions .changeset/neat-chefs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-months-sing.md

This file was deleted.

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

## 17.0.10

### Patch Changes

- Updated dependencies [[`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4)]:
- @commercetools-frontend/application-components@17.5.0
- @commercetools-frontend/application-shell@17.5.0

## 17.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "17.0.9",
"version": "17.0.10",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,8 +17,8 @@
"dependencies": {
"@apollo/client": "3.2.7",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-shell": "17.4.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/application-shell": "17.5.0",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/permissions": "17.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-components

## 17.5.0

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

## 17.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "17.4.1",
"version": "17.5.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-shell

## 17.5.0

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

- Updated dependencies [[`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4), [`a8e2202`](https://github.com/commercetools/merchant-center-application-kit/commit/a8e2202d74bb28cc90bbf51e8c46a2128229599a)]:
- @commercetools-frontend/application-components@17.5.0
- @commercetools-frontend/react-notifications@17.5.0
- @commercetools-frontend/l10n@17.5.0

## 17.4.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "17.4.1",
"version": "17.5.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 @@ -34,16 +34,16 @@
"@babel/runtime": "7.12.5",
"@babel/runtime-corejs3": "7.12.5",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/application-shell-connectors": "17.4.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/browser-history": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/l10n": "17.4.1",
"@commercetools-frontend/l10n": "17.5.0",
"@commercetools-frontend/notifications": "17.3.0",
"@commercetools-frontend/permissions": "17.4.1",
"@commercetools-frontend/react-notifications": "17.4.1",
"@commercetools-frontend/react-notifications": "17.5.0",
"@commercetools-frontend/sdk": "17.3.0",
"@commercetools-frontend/sentry": "17.4.1",
"@commercetools-frontend/url-utils": "17.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/l10n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/l10n

## 17.5.0

### Minor Changes

- [`a8e2202`](https://github.com/commercetools/merchant-center-application-kit/commit/a8e2202d74bb28cc90bbf51e8c46a2128229599a) [#1885](https://github.com/commercetools/merchant-center-application-kit/pull/1885) Thanks [@adnasa](https://github.com/adnasa)! - feature: add `applyTransformedLocalizedFields` to `l10n`

## 17.4.1

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

## 17.5.0

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

## 17.4.1

### 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": "17.4.1",
"version": "17.5.0",
"description": "React bindings for @commercetools-frontend/notifications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# playground

## 17.0.11

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

- Updated dependencies [[`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4), [`a8e2202`](https://github.com/commercetools/merchant-center-application-kit/commit/a8e2202d74bb28cc90bbf51e8c46a2128229599a)]:
- @commercetools-frontend/application-components@17.5.0
- @commercetools-frontend/application-shell@17.5.0
- @commercetools-frontend/l10n@17.5.0

## 17.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "17.0.10",
"version": "17.0.11",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@commercetools-docs/ui-kit": "11.0.1",
"@commercetools-frontend/actions-global": "17.3.1",
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-shell": "17.4.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/application-shell": "17.5.0",
"@commercetools-frontend/application-shell-connectors": "17.4.1",
"@commercetools-frontend/assets": "17.3.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-frontend/l10n": "17.4.1",
"@commercetools-frontend/l10n": "17.5.0",
"@commercetools-frontend/permissions": "17.4.1",
"@commercetools-frontend/sdk": "17.3.0",
"@commercetools-uikit/constraints": "10.42.2",
Expand Down
10 changes: 10 additions & 0 deletions visual-testing-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-local/visual-testing-app

## 17.0.9

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

- Updated dependencies [[`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4)]:
- @commercetools-frontend/application-components@17.5.0
- @commercetools-frontend/react-notifications@17.5.0

## 17.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-local/visual-testing-app",
"version": "17.0.8",
"version": "17.0.9",
"description": "An app to facilitate visual testing",
"private": true,
"scripts": {
Expand All @@ -11,9 +11,9 @@
"serve": "mc-scripts serve"
},
"dependencies": {
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/constants": "17.3.0",
"@commercetools-frontend/react-notifications": "17.4.1",
"@commercetools-frontend/react-notifications": "17.5.0",
"@commercetools-uikit/design-system": "10.42.2",
"@commercetools-uikit/icon-button": "10.42.2",
"@commercetools-uikit/icons": "10.42.2",
Expand Down
9 changes: 9 additions & 0 deletions website-components-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-website/components-playground

## 16.10.17

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

- Updated dependencies [[`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4)]:
- @commercetools-frontend/application-components@17.5.0

## 16.10.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/components-playground",
"version": "16.10.16",
"version": "16.10.17",
"private": true,
"scripts": {
"build:local": "gatsby build",
Expand All @@ -10,7 +10,7 @@
"serve": "gatsby serve"
},
"dependencies": {
"@commercetools-frontend/application-components": "17.4.1",
"@commercetools-frontend/application-components": "17.5.0",
"@commercetools-frontend/i18n": "17.4.1",
"@commercetools-uikit/design-system": "10.42.2",
"@commercetools-uikit/icon-button": "10.42.2",
Expand Down
6 changes: 6 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-website/custom-applications

## 17.0.7

### Patch Changes

- [`bf5f71e`](https://github.com/commercetools/merchant-center-application-kit/commit/bf5f71e663a91d68d777d26ed3145bc96bbf2aa4) [#1896](https://github.com/commercetools/merchant-center-application-kit/pull/1896) Thanks [@emmenko](https://github.com/emmenko)! - Update docs-kit dependencies to v11, which supports emotion v11. As a result, the appkit bundles are using the correct emotion dependencies.

## 17.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-website/custom-applications",
"version": "17.0.6",
"version": "17.0.7",
"private": true,
"scripts": {
"build": "gatsby build --prefix-paths",
Expand Down

1 comment on commit 7b2be80

@vercel
Copy link

@vercel vercel bot commented on 7b2be80 Nov 25, 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.