Skip to content

Commit

Permalink
ci(changesets): version packages (#2986)
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 Mar 10, 2023
1 parent ef9621a commit 8991cb0
Show file tree
Hide file tree
Showing 74 changed files with 472 additions and 222 deletions.
14 changes: 0 additions & 14 deletions .changeset/breezy-squids-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-chairs-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-foxes-wonder.md

This file was deleted.

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

## 21.23.10

### Patch Changes

- [#2988](https://github.com/commercetools/merchant-center-application-kit/pull/2988) [`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b) Thanks [@kark](https://github.com/kark)! - Update `ui-kit` dependencies

- Updated dependencies [[`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b), [`7f2ede7a4`](https://github.com/commercetools/merchant-center-application-kit/commit/7f2ede7a49d17299b3955fa521dcfc5bb6c90586), [`7c8754974`](https://github.com/commercetools/merchant-center-application-kit/commit/7c87549749003a6b10014962881d49fcbe0f85d3)]:
- @commercetools-frontend/application-components@21.23.10
- @commercetools-frontend/application-shell@21.23.10
- @commercetools-frontend/i18n@21.23.10
- @commercetools-frontend/actions-global@21.23.10
- @commercetools-frontend/application-config@21.23.10
- @commercetools-frontend/application-shell-connectors@21.23.10
- @commercetools-frontend/assets@21.23.10
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/eslint-config-mc-app@21.23.10
- @commercetools-frontend/jest-preset-mc-app@21.23.10
- @commercetools-frontend/l10n@21.23.10
- @commercetools-frontend/mc-dev-authentication@21.23.10
- @commercetools-frontend/mc-scripts@21.23.10
- @commercetools-frontend/permissions@21.23.10

## 21.23.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-applications/merchant-center-template-starter-typescript",
"version": "21.23.9",
"version": "21.23.10",
"description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# merchant-center-application-template-starter

## 21.23.10

### Patch Changes

- [#2988](https://github.com/commercetools/merchant-center-application-kit/pull/2988) [`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b) Thanks [@kark](https://github.com/kark)! - Update `ui-kit` dependencies

- Updated dependencies [[`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b), [`7f2ede7a4`](https://github.com/commercetools/merchant-center-application-kit/commit/7f2ede7a49d17299b3955fa521dcfc5bb6c90586), [`7c8754974`](https://github.com/commercetools/merchant-center-application-kit/commit/7c87549749003a6b10014962881d49fcbe0f85d3)]:
- @commercetools-frontend/application-components@21.23.10
- @commercetools-frontend/application-shell@21.23.10
- @commercetools-frontend/i18n@21.23.10
- @commercetools-frontend/actions-global@21.23.10
- @commercetools-frontend/application-shell-connectors@21.23.10
- @commercetools-frontend/assets@21.23.10
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/eslint-config-mc-app@21.23.10
- @commercetools-frontend/jest-preset-mc-app@21.23.10
- @commercetools-frontend/l10n@21.23.10
- @commercetools-frontend/mc-dev-authentication@21.23.10
- @commercetools-frontend/mc-scripts@21.23.10
- @commercetools-frontend/permissions@21.23.10

## 21.23.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-applications/merchant-center-template-starter",
"version": "21.23.9",
"version": "21.23.10",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages-backend/eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-backend/eslint-config-node

## 21.23.10

## 21.23.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-backend/eslint-config-node",
"version": "21.23.9",
"version": "21.23.10",
"description": "ESLint config for Node.js projects.",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages-backend/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-backend/express

## 21.23.10

## 21.23.9

## 21.23.8
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.23.9",
"version": "21.23.10",
"description": "Zero-config HTTP server as Express.js to facilitate development",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages-backend/loggers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-backend/loggers

## 21.23.10

## 21.23.9

## 21.23.8
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.23.9",
"version": "21.23.10",
"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.23.10

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/browser-history@21.23.10
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/notifications@21.23.10
- @commercetools-frontend/sentry@21.23.10

## 21.23.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.23.9",
"version": "21.23.10",
"description": "Global redux actions for a MC application",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -20,10 +20,10 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/browser-history": "21.23.9",
"@commercetools-frontend/constants": "21.23.9",
"@commercetools-frontend/notifications": "21.23.9",
"@commercetools-frontend/sentry": "21.23.9",
"@commercetools-frontend/browser-history": "21.23.10",
"@commercetools-frontend/constants": "21.23.10",
"@commercetools-frontend/notifications": "21.23.10",
"@commercetools-frontend/sentry": "21.23.10",
"@types/lodash": "^4.14.191",
"@types/react": "^17.0.53",
"@types/react-redux": "^7.1.25",
Expand Down
17 changes: 17 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @commercetools-frontend/application-components

## 21.23.10

### Patch Changes

- [#2988](https://github.com/commercetools/merchant-center-application-kit/pull/2988) [`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b) Thanks [@kark](https://github.com/kark)! - Update `ui-kit` dependencies

- [#2987](https://github.com/commercetools/merchant-center-application-kit/pull/2987) [`7f2ede7a4`](https://github.com/commercetools/merchant-center-application-kit/commit/7f2ede7a49d17299b3955fa521dcfc5bb6c90586) Thanks [@kark](https://github.com/kark)! - Add `themeParentSelector` prop to `PageContentWide`

- [#2985](https://github.com/commercetools/merchant-center-application-kit/pull/2985) [`7c8754974`](https://github.com/commercetools/merchant-center-application-kit/commit/7c87549749003a6b10014962881d49fcbe0f85d3) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor to change spacing on `PublicPageContentLayout` enabled only in new design.

- Updated dependencies [[`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b)]:
- @commercetools-frontend/i18n@21.23.10
- @commercetools-frontend/application-shell-connectors@21.23.10
- @commercetools-frontend/assets@21.23.10
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/l10n@21.23.10

## 21.23.9

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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.23.9",
"version": "21.23.10",
"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.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/application-shell-connectors": "21.23.9",
"@commercetools-frontend/assets": "21.23.9",
"@commercetools-frontend/constants": "21.23.9",
"@commercetools-frontend/i18n": "21.23.9",
"@commercetools-frontend/l10n": "21.23.9",
"@commercetools-frontend/application-shell-connectors": "21.23.10",
"@commercetools-frontend/assets": "21.23.10",
"@commercetools-frontend/constants": "21.23.10",
"@commercetools-frontend/i18n": "21.23.10",
"@commercetools-frontend/l10n": "21.23.10",
"@commercetools-uikit/card": "^15.13.2",
"@commercetools-uikit/constraints": "^15.13.2",
"@commercetools-uikit/design-system": "^15.13.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-frontend/application-config

## 21.23.10

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/babel-preset-mc-app@21.23.10

## 21.23.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.23.9",
"version": "21.23.10",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/register": "^7.18.9",
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/babel-preset-mc-app": "21.23.9",
"@commercetools-frontend/babel-preset-mc-app": "21.23.10",
"ajv": "8.12.0",
"core-js": "^3.28.0",
"cosmiconfig": "7.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-shell-connectors

## 21.23.10

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/sentry@21.23.10

## 21.23.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.23.9",
"version": "21.23.10",
"description": "Contains complementary tools for @commercetools-frontend/application-shell",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand All @@ -23,8 +23,8 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/constants": "21.23.9",
"@commercetools-frontend/sentry": "21.23.9",
"@commercetools-frontend/constants": "21.23.10",
"@commercetools-frontend/sentry": "21.23.10",
"@emotion/react": "11.10.5",
"@types/lodash": "^4.14.191",
"@types/prop-types": "^15.7.5",
Expand Down
23 changes: 23 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @commercetools-frontend/application-shell

## 21.23.10

### Patch Changes

- [#2988](https://github.com/commercetools/merchant-center-application-kit/pull/2988) [`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b) Thanks [@kark](https://github.com/kark)! - Update `ui-kit` dependencies

- Updated dependencies [[`60d8dce37`](https://github.com/commercetools/merchant-center-application-kit/commit/60d8dce3715d19bc15d2083f3f4a9e736627274b), [`7f2ede7a4`](https://github.com/commercetools/merchant-center-application-kit/commit/7f2ede7a49d17299b3955fa521dcfc5bb6c90586), [`7c8754974`](https://github.com/commercetools/merchant-center-application-kit/commit/7c87549749003a6b10014962881d49fcbe0f85d3)]:
- @commercetools-frontend/application-components@21.23.10
- @commercetools-frontend/react-notifications@21.23.10
- @commercetools-frontend/i18n@21.23.10
- @commercetools-frontend/actions-global@21.23.10
- @commercetools-frontend/application-config@21.23.10
- @commercetools-frontend/application-shell-connectors@21.23.10
- @commercetools-frontend/assets@21.23.10
- @commercetools-frontend/browser-history@21.23.10
- @commercetools-frontend/constants@21.23.10
- @commercetools-frontend/l10n@21.23.10
- @commercetools-frontend/notifications@21.23.10
- @commercetools-frontend/permissions@21.23.10
- @commercetools-frontend/sdk@21.23.10
- @commercetools-frontend/sentry@21.23.10
- @commercetools-frontend/url-utils@21.23.10

## 21.23.9

### Patch Changes
Expand Down
32 changes: 16 additions & 16 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.23.9",
"version": "21.23.10",
"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,21 +33,21 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-frontend/actions-global": "21.23.9",
"@commercetools-frontend/application-components": "21.23.9",
"@commercetools-frontend/application-config": "21.23.9",
"@commercetools-frontend/application-shell-connectors": "21.23.9",
"@commercetools-frontend/assets": "21.23.9",
"@commercetools-frontend/browser-history": "21.23.9",
"@commercetools-frontend/constants": "21.23.9",
"@commercetools-frontend/i18n": "21.23.9",
"@commercetools-frontend/l10n": "21.23.9",
"@commercetools-frontend/notifications": "21.23.9",
"@commercetools-frontend/permissions": "21.23.9",
"@commercetools-frontend/react-notifications": "21.23.9",
"@commercetools-frontend/sdk": "21.23.9",
"@commercetools-frontend/sentry": "21.23.9",
"@commercetools-frontend/url-utils": "21.23.9",
"@commercetools-frontend/actions-global": "21.23.10",
"@commercetools-frontend/application-components": "21.23.10",
"@commercetools-frontend/application-config": "21.23.10",
"@commercetools-frontend/application-shell-connectors": "21.23.10",
"@commercetools-frontend/assets": "21.23.10",
"@commercetools-frontend/browser-history": "21.23.10",
"@commercetools-frontend/constants": "21.23.10",
"@commercetools-frontend/i18n": "21.23.10",
"@commercetools-frontend/l10n": "21.23.10",
"@commercetools-frontend/notifications": "21.23.10",
"@commercetools-frontend/permissions": "21.23.10",
"@commercetools-frontend/react-notifications": "21.23.10",
"@commercetools-frontend/sdk": "21.23.10",
"@commercetools-frontend/sentry": "21.23.10",
"@commercetools-frontend/url-utils": "21.23.10",
"@commercetools-uikit/accessible-hidden": "^15.13.2",
"@commercetools-uikit/avatar": "^15.13.2",
"@commercetools-uikit/card": "^15.13.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-frontend/assets

## 21.23.10

## 21.23.9

## 21.23.8
Expand Down
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-frontend/assets",
"version": "21.23.9",
"version": "21.23.10",
"description": "Assets for building mc apps",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/babel-preset-mc-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-frontend/babel-preset-mc-app

## 21.23.10

## 21.23.9

### Patch Changes
Expand Down
Loading

1 comment on commit 8991cb0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-r4iohef9a-commercetools.vercel.app

Built with commit 8991cb0.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.