Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2021
1 parent 665961f commit 41b3632
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-steaks-add.md

This file was deleted.

2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "20.1.2",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.2.1",
"@commercetools-frontend/mc-scripts": "20.2.2",
"@formatjs/cli": "4.2.12",
"@manypkg/cli": "0.17.0",
"@testing-library/react": "11.2.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/mc-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/mc-scripts

## 20.2.2

### Patch Changes

- [#2213](https://github.com/commercetools/merchant-center-application-kit/pull/2213) [`665961f8`](https://github.com/commercetools/merchant-center-application-kit/commit/665961f8b17dcd718f201fb407e7f06287a4e478) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency css-minimizer-webpack-plugin to v3

## 20.2.1

### 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": "20.2.1",
"version": "20.2.2",
"description": "Configuration and scripts for developing a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.2.1",
"@commercetools-frontend/mc-scripts": "20.2.2",
"@formatjs/cli": "4.2.12"
}
}
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@commercetools-frontend/mc-scripts": "20.2.1"
"@commercetools-frontend/mc-scripts": "20.2.2"
}
}

0 comments on commit 41b3632

Please sign in to comment.