Skip to content

Commit

Permalink
Version Packages (#1774)
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] committed Oct 2, 2020
1 parent 57be02b commit 17ea7b6
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-beers-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-onions-tap.md

This file was deleted.

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

## 16.11.10

### Patch Changes

- [`08f79ff`](https://github.com/commercetools/merchant-center-application-kit/commit/08f79ffbd8c1be30c18dabda62d73a0756661a71) [#1772](https://github.com/commercetools/merchant-center-application-kit/pull/1772) Thanks [@adnasa](https://github.com/adnasa)! - remove use of `enzyme`

- Updated dependencies []:
- @commercetools-frontend/mc-http-server@16.17.4

## 16.11.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": "16.11.9",
"version": "16.11.10",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"@commercetools-frontend/application-shell": "16.17.3",
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/i18n": "16.17.0",
"@commercetools-frontend/mc-http-server": "16.17.0",
"@commercetools-frontend/mc-http-server": "16.17.4",
"@commercetools-frontend/permissions": "16.17.0",
"@commercetools-uikit/flat-button": "10.35.1",
"@commercetools-uikit/icons": "10.33.0",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.17.2",
"@commercetools-frontend/mc-scripts": "16.17.2",
"@commercetools-frontend/mc-scripts": "16.17.4",
"@testing-library/react": "11.0.4",
"dotenv-cli": "4.0.0",
"enzyme": "3.11.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-html-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-html-template

## 16.17.4

### Patch Changes

- [`57be02b`](https://github.com/commercetools/merchant-center-application-kit/commit/57be02b331ad44c72678eebbb65c64c73f031e18) [#1775](https://github.com/commercetools/merchant-center-application-kit/pull/1775) Thanks [@emmenko](https://github.com/emmenko)! - Fix default CSP `connect-src` directive to match all attempts to load from any subdomain of `sentry.io`

## 16.17.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-html-template",
"version": "16.17.0",
"version": "16.17.4",
"description": "Everything related to render the index.html for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-http-server

## 16.17.4

### Patch Changes

- Updated dependencies [[`57be02b`](https://github.com/commercetools/merchant-center-application-kit/commit/57be02b331ad44c72678eebbb65c64c73f031e18)]:
- @commercetools-frontend/mc-html-template@16.17.4

## 16.17.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/mc-http-server",
"version": "16.17.0",
"version": "16.17.4",
"description": "Production HTTP server for running a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/mc-dev-authentication": "16.15.2",
"@commercetools-frontend/mc-html-template": "16.17.0",
"@commercetools-frontend/mc-html-template": "16.17.4",
"@promster/express": "4.1.12",
"@promster/server": "4.2.13",
"compression": "1.7.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/mc-scripts

## 16.17.4

### Patch Changes

- Updated dependencies [[`57be02b`](https://github.com/commercetools/merchant-center-application-kit/commit/57be02b331ad44c72678eebbb65c64c73f031e18)]:
- @commercetools-frontend/mc-html-template@16.17.4

## 16.17.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.17.2",
"version": "16.17.4",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@commercetools-frontend/assets": "16.15.3",
"@commercetools-frontend/babel-preset-mc-app": "16.17.0",
"@commercetools-frontend/mc-dev-authentication": "16.15.2",
"@commercetools-frontend/mc-html-template": "16.17.0",
"@commercetools-frontend/mc-html-template": "16.17.4",
"@svgr/webpack": "5.4.0",
"babel-loader": "8.1.0",
"babel-plugin-react-intl": "7.9.4",
Expand Down
9 changes: 9 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# playground

## 16.11.10

### Patch Changes

- [`08f79ff`](https://github.com/commercetools/merchant-center-application-kit/commit/08f79ffbd8c1be30c18dabda62d73a0756661a71) [#1772](https://github.com/commercetools/merchant-center-application-kit/pull/1772) Thanks [@adnasa](https://github.com/adnasa)! - remove use of `enzyme`

- Updated dependencies []:
- @commercetools-frontend/mc-http-server@16.17.4

## 16.11.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "16.11.9",
"version": "16.11.10",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@commercetools-frontend/constants": "16.16.0",
"@commercetools-frontend/i18n": "16.17.0",
"@commercetools-frontend/l10n": "16.17.2",
"@commercetools-frontend/mc-http-server": "16.17.0",
"@commercetools-frontend/mc-http-server": "16.17.4",
"@commercetools-frontend/permissions": "16.17.0",
"@commercetools-frontend/sdk": "16.16.1",
"@commercetools-uikit/constraints": "10.30.1",
Expand All @@ -47,7 +47,7 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "16.17.2",
"@commercetools-frontend/mc-scripts": "16.17.4",
"dotenv-cli": "4.0.0"
}
}
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "16.17.2",
"@commercetools-frontend/mc-scripts": "16.17.4",
"serve": "11.3.2"
}
}

1 comment on commit 17ea7b6

@vercel
Copy link

@vercel vercel bot commented on 17ea7b6 Oct 2, 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.