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 Jun 8, 2021
1 parent 43e367b commit ea737f6
Show file tree
Hide file tree
Showing 49 changed files with 289 additions and 108 deletions.
22 changes: 0 additions & 22 deletions .changeset/grumpy-pumpkins-visit.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/sixty-eggs-agree.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tidy-boxes-drive.md

This file was deleted.

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

## 18.1.6

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [#2233](https://github.com/commercetools/merchant-center-application-kit/pull/2233) [`e642229a`](https://github.com/commercetools/merchant-center-application-kit/commit/e642229a7be1c544ede8de831cb9e3633deb3fdd) Thanks [@tdeekens](https://github.com/tdeekens)! - Updates to `jest` v27 including `jest-each`, `pretty-format` and `ts-jest`.

The breaking changes of `jest` are encapsulated into `jest-preset-mc-app` while a condition was added to ensure backwards compatibility of `babel-jest` and the export of `createTransformer`.

* Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f), [`e642229a`](https://github.com/commercetools/merchant-center-application-kit/commit/e642229a7be1c544ede8de831cb9e3633deb3fdd)]:
- @commercetools-frontend/application-components@20.4.0
- @commercetools-frontend/application-shell@20.4.0
- @commercetools-frontend/i18n@20.4.0
- @commercetools-frontend/actions-global@20.4.0
- @commercetools-frontend/permissions@20.4.0

## 18.1.5

### 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": "18.1.5",
"version": "18.1.6",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -17,12 +17,12 @@
},
"dependencies": {
"@apollo/client": "3.3.19",
"@commercetools-frontend/actions-global": "20.3.1",
"@commercetools-frontend/application-components": "20.3.1",
"@commercetools-frontend/application-shell": "20.3.1",
"@commercetools-frontend/actions-global": "20.4.0",
"@commercetools-frontend/application-components": "20.4.0",
"@commercetools-frontend/application-shell": "20.4.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/i18n": "20.3.1",
"@commercetools-frontend/permissions": "20.3.1",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/permissions": "20.4.0",
"@commercetools-uikit/flat-button": "^12.0.4",
"@commercetools-uikit/icons": "^12.0.0",
"@commercetools-uikit/spacings": "^12.0.0",
Expand All @@ -36,9 +36,9 @@
"redux": "4.1.0"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "20.3.1",
"@commercetools-frontend/jest-preset-mc-app": "20.4.0",
"@commercetools-frontend/mc-dev-authentication": "19.0.0",
"@commercetools-frontend/mc-scripts": "20.3.3",
"@commercetools-frontend/mc-scripts": "20.4.0",
"@formatjs/cli": "4.2.19",
"@manypkg/cli": "0.18.0",
"@testing-library/react": "11.2.7",
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

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

## 20.3.0

### 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": "20.3.0",
"version": "20.4.0",
"description": "Opinionated JSON loggers for HTTP server applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/actions-global/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/actions-global

## 20.4.0

### Patch Changes

- Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f)]:
- @commercetools-frontend/sentry@20.4.0

## 20.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "20.3.1",
"version": "20.4.0",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@commercetools-frontend/browser-history": "20.0.1",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/notifications": "20.0.1",
"@commercetools-frontend/sentry": "20.3.1",
"@commercetools-frontend/sentry": "20.4.0",
"@types/lodash": "^4.14.167",
"@types/react": "^17.0.7",
"@types/react-redux": "^7.1.16",
Expand Down
11 changes: 11 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-components

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

- Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f)]:
- @commercetools-frontend/i18n@20.4.0
- @commercetools-frontend/application-shell-connectors@20.4.0
- @commercetools-frontend/l10n@20.4.0

## 20.3.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "20.3.1",
"version": "20.4.0",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-shell-connectors": "20.3.1",
"@commercetools-frontend/application-shell-connectors": "20.4.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/i18n": "20.3.1",
"@commercetools-frontend/l10n": "20.3.1",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/l10n": "20.4.0",
"@commercetools-uikit/async-select-input": "^12.0.3",
"@commercetools-uikit/card": "^12.0.0",
"@commercetools-uikit/constraints": "^12.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/application-config

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

## 20.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/application-config",
"version": "20.3.3",
"version": "20.4.0",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/application-shell-connectors

## 20.4.0

### Patch Changes

- Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f)]:
- @commercetools-frontend/sentry@20.4.0

## 20.3.1

### 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": "20.3.1",
"version": "20.4.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 @@ -28,7 +28,7 @@
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/sentry": "20.3.1",
"@commercetools-frontend/sentry": "20.4.0",
"@emotion/react": "11.4.0",
"@types/lodash": "^4.14.167",
"@types/prop-types": "^15.7.3",
Expand Down
20 changes: 20 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @commercetools-frontend/application-shell

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

* [#2233](https://github.com/commercetools/merchant-center-application-kit/pull/2233) [`e642229a`](https://github.com/commercetools/merchant-center-application-kit/commit/e642229a7be1c544ede8de831cb9e3633deb3fdd) Thanks [@tdeekens](https://github.com/tdeekens)! - Updates to `jest` v27 including `jest-each`, `pretty-format` and `ts-jest`.

The breaking changes of `jest` are encapsulated into `jest-preset-mc-app` while a condition was added to ensure backwards compatibility of `babel-jest` and the export of `createTransformer`.

* Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f)]:
- @commercetools-frontend/application-components@20.4.0
- @commercetools-frontend/i18n@20.4.0
- @commercetools-frontend/react-notifications@20.4.0
- @commercetools-frontend/sentry@20.4.0
- @commercetools-frontend/actions-global@20.4.0
- @commercetools-frontend/application-shell-connectors@20.4.0
- @commercetools-frontend/l10n@20.4.0
- @commercetools-frontend/permissions@20.4.0

## 20.3.1

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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": "20.3.1",
"version": "20.4.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 @@ -28,19 +28,19 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/actions-global": "20.3.1",
"@commercetools-frontend/application-components": "20.3.1",
"@commercetools-frontend/application-shell-connectors": "20.3.1",
"@commercetools-frontend/actions-global": "20.4.0",
"@commercetools-frontend/application-components": "20.4.0",
"@commercetools-frontend/application-shell-connectors": "20.4.0",
"@commercetools-frontend/assets": "18.5.4",
"@commercetools-frontend/browser-history": "20.0.1",
"@commercetools-frontend/constants": "20.3.0",
"@commercetools-frontend/i18n": "20.3.1",
"@commercetools-frontend/l10n": "20.3.1",
"@commercetools-frontend/i18n": "20.4.0",
"@commercetools-frontend/l10n": "20.4.0",
"@commercetools-frontend/notifications": "20.0.1",
"@commercetools-frontend/permissions": "20.3.1",
"@commercetools-frontend/react-notifications": "20.3.1",
"@commercetools-frontend/permissions": "20.4.0",
"@commercetools-frontend/react-notifications": "20.4.0",
"@commercetools-frontend/sdk": "20.3.1",
"@commercetools-frontend/sentry": "20.3.1",
"@commercetools-frontend/sentry": "20.4.0",
"@commercetools-frontend/url-utils": "20.0.1",
"@commercetools-uikit/avatar": "^12.0.0",
"@commercetools-uikit/card": "^12.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/babel-preset-mc-app

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

## 20.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/babel-preset-mc-app",
"version": "20.3.1",
"version": "20.4.0",
"description": "Babel 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/create-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/create-mc-app

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

## 20.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/create-mc-app",
"version": "20.3.1",
"version": "20.4.0",
"description": "Create Merchant Center applications to quickly get up and running",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/cypress

## 20.4.0

### Patch Changes

- Updated dependencies [[`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f)]:
- @commercetools-frontend/application-config@20.4.0

## 20.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "20.3.3",
"version": "20.4.0",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@babel/runtime": "7.14.0",
"@babel/runtime-corejs3": "7.14.0",
"@commercetools-frontend/application-config": "20.3.3",
"@commercetools-frontend/application-config": "20.4.0",
"@manypkg/get-packages": "1.1.1",
"uuid": "8.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-frontend/eslint-config-mc-app

## 20.4.0

### Patch Changes

- [#2247](https://github.com/commercetools/merchant-center-application-kit/pull/2247) [`f8f759b6`](https://github.com/commercetools/merchant-center-application-kit/commit/f8f759b6f0f6d8cc677efd90fecbd19d103c6a4f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies

## 20.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/eslint-config-mc-app",
"version": "20.3.2",
"version": "20.4.0",
"description": "ESLint config used by a Custom Application.",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
Loading

0 comments on commit ea737f6

Please sign in to comment.