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 Mar 15, 2022
1 parent dc02733 commit 56170e2
Show file tree
Hide file tree
Showing 55 changed files with 388 additions and 194 deletions.
27 changes: 0 additions & 27 deletions .changeset/afraid-books-admire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/moody-cougars-lay.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/odd-rivers-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-lies-explain.md

This file was deleted.

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

## 19.1.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

* [#2511](https://github.com/commercetools/merchant-center-application-kit/pull/2511) [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069) Thanks [@emmenko](https://github.com/emmenko)! - Avoid using `useLazyQuery` to load application menu data. This allows us to update the `@apollo/client` version to `>3.5.7`, as the [issue](https://github.com/apollographql/apollo-client/issues/9375) with `useLazyQuery` and `fetchPolicy` does not seem to be fixed by Apollo any time soon.

* Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d), [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069), [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad), [`50232472`](https://github.com/commercetools/merchant-center-application-kit/commit/50232472efac1939dfce5589e531dbde2022f35c)]:
- @commercetools-frontend/application-components@21.2.1
- @commercetools-frontend/application-shell@21.2.1
- @commercetools-frontend/application-shell-connectors@21.2.1
- @commercetools-frontend/eslint-config-mc-app@21.2.1
- @commercetools-frontend/i18n@21.2.1
- @commercetools-frontend/jest-preset-mc-app@21.2.1
- @commercetools-frontend/mc-scripts@21.2.1
- @commercetools-frontend/permissions@21.2.1
- @commercetools-frontend/sdk@21.2.1
- @commercetools-frontend/actions-global@21.2.1

## 19.1.0

### Minor Changes
Expand Down
22 changes: 11 additions & 11 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": "19.1.0",
"version": "19.1.1",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand All @@ -20,19 +20,19 @@
},
"dependencies": {
"@apollo/client": "3.5.10",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/application-shell": "21.2.0",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/application-components": "21.2.1",
"@commercetools-frontend/application-shell": "21.2.1",
"@commercetools-frontend/application-shell-connectors": "21.2.1",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/eslint-config-mc-app": "21.0.0",
"@commercetools-frontend/i18n": "21.2.0",
"@commercetools-frontend/jest-preset-mc-app": "21.0.0",
"@commercetools-frontend/eslint-config-mc-app": "21.2.1",
"@commercetools-frontend/i18n": "21.2.1",
"@commercetools-frontend/jest-preset-mc-app": "21.2.1",
"@commercetools-frontend/mc-dev-authentication": "21.0.0",
"@commercetools-frontend/mc-scripts": "21.1.2",
"@commercetools-frontend/permissions": "21.0.0",
"@commercetools-frontend/sdk": "21.1.0",
"@commercetools-frontend/mc-scripts": "21.2.1",
"@commercetools-frontend/permissions": "21.2.1",
"@commercetools-frontend/sdk": "21.2.1",
"@commercetools-test-data/commons": "2.4.1",
"@commercetools-test-data/core": "2.4.1",
"@commercetools-uikit/constraints": "^14.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages-backend/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-backend/express

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 21.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/express",
"version": "21.1.1",
"version": "21.2.1",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
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

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

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

## 21.2.1

### Patch Changes

- [#2508](https://github.com/commercetools/merchant-center-application-kit/pull/2508) [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad) Thanks [@emmenko](https://github.com/emmenko)! - Refine notification types.

- Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d), [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/sentry@21.2.1
- @commercetools-frontend/notifications@21.2.1

## 21.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "21.0.0",
"version": "21.2.1",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -22,8 +22,8 @@
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/browser-history": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/notifications": "21.0.0",
"@commercetools-frontend/sentry": "21.0.0",
"@commercetools-frontend/notifications": "21.2.1",
"@commercetools-frontend/sentry": "21.2.1",
"@types/lodash": "^4.14.178",
"@types/react": "^17.0.38",
"@types/react-redux": "^7.1.22",
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

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d), [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069)]:
- @commercetools-frontend/application-shell-connectors@21.2.1
- @commercetools-frontend/i18n@21.2.1
- @commercetools-frontend/l10n@21.2.1

## 21.2.0

### Minor 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": "21.2.0",
"version": "21.2.1",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/application-shell-connectors": "21.2.1",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/i18n": "21.2.0",
"@commercetools-frontend/l10n": "21.0.0",
"@commercetools-frontend/i18n": "21.2.1",
"@commercetools-frontend/l10n": "21.2.1",
"@commercetools-uikit/card": "^14.0.1",
"@commercetools-uikit/constraints": "^14.0.1",
"@commercetools-uikit/design-system": "^14.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

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 21.1.2

### 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": "21.1.2",
"version": "21.2.1",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-frontend/application-shell-connectors

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

* [#2511](https://github.com/commercetools/merchant-center-application-kit/pull/2511) [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069) Thanks [@emmenko](https://github.com/emmenko)! - Avoid using `useLazyQuery` to load application menu data. This allows us to update the `@apollo/client` version to `>3.5.7`, as the [issue](https://github.com/apollographql/apollo-client/issues/9375) with `useLazyQuery` and `fetchPolicy` does not seem to be fixed by Apollo any time soon.

* Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d)]:
- @commercetools-frontend/sentry@21.2.1

## 21.0.0

### Major 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": "21.0.0",
"version": "21.2.1",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/sentry": "21.0.0",
"@commercetools-frontend/sentry": "21.2.1",
"@emotion/react": "11.8.2",
"@types/lodash": "^4.14.178",
"@types/prop-types": "^15.7.4",
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

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

* [#2511](https://github.com/commercetools/merchant-center-application-kit/pull/2511) [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069) Thanks [@emmenko](https://github.com/emmenko)! - Avoid using `useLazyQuery` to load application menu data. This allows us to update the `@apollo/client` version to `>3.5.7`, as the [issue](https://github.com/apollographql/apollo-client/issues/9375) with `useLazyQuery` and `fetchPolicy` does not seem to be fixed by Apollo any time soon.

* Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d), [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069), [`b4907bbe`](https://github.com/commercetools/merchant-center-application-kit/commit/b4907bbee3b0a0a3015220427cfc1ffa196964ad)]:
- @commercetools-frontend/application-components@21.2.1
- @commercetools-frontend/application-shell-connectors@21.2.1
- @commercetools-frontend/i18n@21.2.1
- @commercetools-frontend/l10n@21.2.1
- @commercetools-frontend/permissions@21.2.1
- @commercetools-frontend/react-notifications@21.2.1
- @commercetools-frontend/sdk@21.2.1
- @commercetools-frontend/sentry@21.2.1
- @commercetools-frontend/actions-global@21.2.1
- @commercetools-frontend/notifications@21.2.1

## 21.2.0

### Minor Changes
Expand Down
22 changes: 11 additions & 11 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": "21.2.0",
"version": "21.2.1",
"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 @@ -33,19 +33,19 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/actions-global": "21.0.0",
"@commercetools-frontend/application-components": "21.2.0",
"@commercetools-frontend/application-shell-connectors": "21.0.0",
"@commercetools-frontend/actions-global": "21.2.1",
"@commercetools-frontend/application-components": "21.2.1",
"@commercetools-frontend/application-shell-connectors": "21.2.1",
"@commercetools-frontend/assets": "21.0.0",
"@commercetools-frontend/browser-history": "21.0.0",
"@commercetools-frontend/constants": "21.0.0",
"@commercetools-frontend/i18n": "21.2.0",
"@commercetools-frontend/l10n": "21.0.0",
"@commercetools-frontend/notifications": "21.0.0",
"@commercetools-frontend/permissions": "21.0.0",
"@commercetools-frontend/react-notifications": "21.2.0",
"@commercetools-frontend/sdk": "21.1.0",
"@commercetools-frontend/sentry": "21.0.0",
"@commercetools-frontend/i18n": "21.2.1",
"@commercetools-frontend/l10n": "21.2.1",
"@commercetools-frontend/notifications": "21.2.1",
"@commercetools-frontend/permissions": "21.2.1",
"@commercetools-frontend/react-notifications": "21.2.1",
"@commercetools-frontend/sdk": "21.2.1",
"@commercetools-frontend/sentry": "21.2.1",
"@commercetools-frontend/url-utils": "21.0.0",
"@commercetools-uikit/avatar": "^14.0.1",
"@commercetools-uikit/card": "^14.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/cypress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools-frontend/cypress

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d), [`dd5e33ea`](https://github.com/commercetools/merchant-center-application-kit/commit/dd5e33ea58b15e32a2d9aeb1d95cb4a4aec8d069)]:
- @commercetools-frontend/application-config@21.2.1
- @commercetools-frontend/application-shell@21.2.1

## 21.2.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/cypress",
"version": "21.2.0",
"version": "21.2.1",
"description": "Cypress commands and utilities for Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.8",
"@commercetools-frontend/application-config": "21.1.2",
"@commercetools-frontend/application-shell": "21.2.0",
"@commercetools-frontend/application-config": "21.2.1",
"@commercetools-frontend/application-shell": "21.2.1",
"@manypkg/get-packages": "1.1.3",
"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

## 21.2.1

### Patch Changes

- [#2471](https://github.com/commercetools/merchant-center-application-kit/pull/2471) [`dc02733d`](https://github.com/commercetools/merchant-center-application-kit/commit/dc02733dfe14ce864e6efd36c6746892170ade3d) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 21.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 56170e2

Please sign in to comment.