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 1, 2020
1 parent cac7716 commit 4a2c35b
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/proud-parents-rule.md

This file was deleted.

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

## 16.8.8

### Patch Changes

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

## 16.8.7

### 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.8.7",
"version": "16.8.8",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@commercetools-frontend/application-shell": "16.8.7",
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/i18n": "16.8.6",
"@commercetools-frontend/mc-http-server": "16.8.7",
"@commercetools-frontend/mc-http-server": "16.8.8",
"@commercetools-frontend/permissions": "16.8.6",
"@commercetools-uikit/flat-button": "10.21.0",
"@commercetools-uikit/icons": "10.20.0",
Expand All @@ -35,7 +35,7 @@
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.8.6",
"@commercetools-frontend/mc-scripts": "16.8.6",
"@commercetools-frontend/mc-scripts": "16.8.8",
"@testing-library/react": "10.0.4",
"enzyme": "3.11.0",
"jest": "26.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-dev-authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-dev-authentication/package.json
Original file line number Diff line number Diff line change
@@ -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": {
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.8.8

### Patch Changes

- Updated dependencies [[`8600676`](https://github.com/commercetools/merchant-center-application-kit/commit/86006764f9fb75d82ffb01bcc7f14c912c61b698)]:
- @commercetools-frontend/mc-dev-authentication@16.8.8

## 16.8.7

### 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.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": {
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@commercetools-frontend/assets": "16.8.6",
"@commercetools-frontend/mc-dev-authentication": "16.8.6",
"@commercetools-frontend/mc-dev-authentication": "16.8.8",
"@commercetools-frontend/mc-html-template": "16.8.6",
"@promster/express": "4.1.11",
"@promster/server": "4.2.12",
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.8.8

### Patch Changes

- Updated dependencies [[`8600676`](https://github.com/commercetools/merchant-center-application-kit/commit/86006764f9fb75d82ffb01bcc7f14c912c61b698)]:
- @commercetools-frontend/mc-dev-authentication@16.8.8

## 16.8.6

### 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.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": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/runtime-corejs3": "7.9.6",
"@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-dev-authentication": "16.8.8",
"@commercetools-frontend/mc-html-template": "16.8.6",
"@svgr/webpack": "5.4.0",
"babel-loader": "8.1.0",
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 16.8.7

### Patch Changes

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

## 16.8.6

### 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.8.6",
"version": "16.8.7",
"description": "A playground application to get started developing Merchant Center Applications",
"private": true,
"scripts": {
Expand All @@ -21,7 +21,7 @@
"@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/mc-http-server": "16.8.8",
"@commercetools-frontend/permissions": "16.8.6",
"@commercetools-frontend/sdk": "16.8.6",
"@commercetools-uikit/constraints": "10.21.0",
Expand All @@ -47,6 +47,6 @@
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "16.8.6"
"@commercetools-frontend/mc-scripts": "16.8.8"
}
}
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.8.6",
"@commercetools-frontend/mc-scripts": "16.8.8",
"serve": "11.3.1"
}
}

0 comments on commit 4a2c35b

Please sign in to comment.