Skip to content

Commit

Permalink
ci(changesets): version packages (#3250)
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-changesets[bot] and github-actions[bot] authored Oct 5, 2023
1 parent 9d8b6fc commit f0cb9cd
Show file tree
Hide file tree
Showing 75 changed files with 454 additions and 180 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-mayflies-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-students-look.md

This file was deleted.

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

## 22.8.3

### Patch Changes

- Updated dependencies [[`9d8b6fc04`](https://github.com/commercetools/merchant-center-application-kit/commit/9d8b6fc04d9b6cf788cb58b7dba9faa177ddf5e3), [`689cc6e32`](https://github.com/commercetools/merchant-center-application-kit/commit/689cc6e3239e2f795c3525cd0202a639f632f416)]:
- @commercetools-frontend/application-shell@22.8.3
- @commercetools-frontend/actions-global@22.8.3
- @commercetools-frontend/application-components@22.8.3
- @commercetools-frontend/application-config@22.8.3
- @commercetools-frontend/application-shell-connectors@22.8.3
- @commercetools-frontend/assets@22.8.3
- @commercetools-frontend/constants@22.8.3
- @commercetools-frontend/eslint-config-mc-app@22.8.3
- @commercetools-frontend/i18n@22.8.3
- @commercetools-frontend/jest-preset-mc-app@22.8.3
- @commercetools-frontend/l10n@22.8.3
- @commercetools-frontend/mc-dev-authentication@22.8.3
- @commercetools-frontend/mc-scripts@22.8.3
- @commercetools-frontend/permissions@22.8.3

## 22.8.2

### 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": "22.8.2",
"version": "22.8.3",
"description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions application-templates/starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# merchant-center-application-template-starter

## 22.8.3

### Patch Changes

- Updated dependencies [[`9d8b6fc04`](https://github.com/commercetools/merchant-center-application-kit/commit/9d8b6fc04d9b6cf788cb58b7dba9faa177ddf5e3), [`689cc6e32`](https://github.com/commercetools/merchant-center-application-kit/commit/689cc6e3239e2f795c3525cd0202a639f632f416)]:
- @commercetools-frontend/application-shell@22.8.3
- @commercetools-frontend/actions-global@22.8.3
- @commercetools-frontend/application-components@22.8.3
- @commercetools-frontend/application-shell-connectors@22.8.3
- @commercetools-frontend/assets@22.8.3
- @commercetools-frontend/constants@22.8.3
- @commercetools-frontend/eslint-config-mc-app@22.8.3
- @commercetools-frontend/i18n@22.8.3
- @commercetools-frontend/jest-preset-mc-app@22.8.3
- @commercetools-frontend/l10n@22.8.3
- @commercetools-frontend/mc-dev-authentication@22.8.3
- @commercetools-frontend/mc-scripts@22.8.3
- @commercetools-frontend/permissions@22.8.3

## 22.8.2

### 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": "22.8.2",
"version": "22.8.3",
"description": "A starter example for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions custom-views-templates/starter-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @commercetools-applications/merchant-center-custom-view-template-starter-typescript

## 22.8.3

### Patch Changes

- Updated dependencies [[`9d8b6fc04`](https://github.com/commercetools/merchant-center-application-kit/commit/9d8b6fc04d9b6cf788cb58b7dba9faa177ddf5e3), [`689cc6e32`](https://github.com/commercetools/merchant-center-application-kit/commit/689cc6e3239e2f795c3525cd0202a639f632f416)]:
- @commercetools-frontend/application-shell@22.8.3
- @commercetools-frontend/actions-global@22.8.3
- @commercetools-frontend/application-components@22.8.3
- @commercetools-frontend/application-config@22.8.3
- @commercetools-frontend/application-shell-connectors@22.8.3
- @commercetools-frontend/assets@22.8.3
- @commercetools-frontend/constants@22.8.3
- @commercetools-frontend/eslint-config-mc-app@22.8.3
- @commercetools-frontend/i18n@22.8.3
- @commercetools-frontend/jest-preset-mc-app@22.8.3
- @commercetools-frontend/l10n@22.8.3
- @commercetools-frontend/mc-dev-authentication@22.8.3
- @commercetools-frontend/mc-scripts@22.8.3
- @commercetools-frontend/permissions@22.8.3

## 22.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools-applications/merchant-center-custom-view-template-starter-typescript",
"version": "22.8.2",
"version": "22.8.3",
"description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Custom View",
"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

## 22.8.3

## 22.8.2

## 22.8.1
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": "22.8.2",
"version": "22.8.3",
"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

## 22.8.3

## 22.8.2

## 22.8.1
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": "22.8.2",
"version": "22.8.3",
"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

## 22.8.3

## 22.8.2

## 22.8.1
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": "22.8.2",
"version": "22.8.3",
"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

## 22.8.3

### Patch Changes

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

## 22.8.2

### 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": "22.8.2",
"version": "22.8.3",
"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.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/browser-history": "22.8.2",
"@commercetools-frontend/constants": "22.8.2",
"@commercetools-frontend/notifications": "22.8.2",
"@commercetools-frontend/sentry": "22.8.2",
"@commercetools-frontend/browser-history": "22.8.3",
"@commercetools-frontend/constants": "22.8.3",
"@commercetools-frontend/notifications": "22.8.3",
"@commercetools-frontend/sentry": "22.8.3",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.56",
"@types/react-redux": "^7.1.26",
Expand Down
12 changes: 12 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-frontend/application-components

## 22.8.3

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/actions-global@22.8.3
- @commercetools-frontend/assets@22.8.3
- @commercetools-frontend/constants@22.8.3
- @commercetools-frontend/i18n@22.8.3
- @commercetools-frontend/l10n@22.8.3
- @commercetools-frontend/sentry@22.8.3

## 22.8.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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": "22.8.2",
"version": "22.8.3",
"description": "Generic components for building Merchant Center applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "22.8.2",
"@commercetools-frontend/assets": "22.8.2",
"@commercetools-frontend/constants": "22.8.2",
"@commercetools-frontend/i18n": "22.8.2",
"@commercetools-frontend/l10n": "22.8.2",
"@commercetools-frontend/sentry": "22.8.2",
"@commercetools-frontend/actions-global": "22.8.3",
"@commercetools-frontend/assets": "22.8.3",
"@commercetools-frontend/constants": "22.8.3",
"@commercetools-frontend/i18n": "22.8.3",
"@commercetools-frontend/l10n": "22.8.3",
"@commercetools-frontend/sentry": "22.8.3",
"@commercetools-uikit/card": "^16.7.3",
"@commercetools-uikit/constraints": "^16.7.3",
"@commercetools-uikit/design-system": "^16.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/application-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-frontend/application-config

## 22.8.3

### Patch Changes

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

## 22.8.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "22.8.2",
"version": "22.8.3",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -40,8 +40,8 @@
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/babel-preset-mc-app": "22.8.2",
"@commercetools-frontend/constants": "22.8.2",
"@commercetools-frontend/babel-preset-mc-app": "22.8.3",
"@commercetools-frontend/constants": "22.8.3",
"@types/dompurify": "^2.4.0",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.56",
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

## 22.8.3

### Patch Changes

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

## 22.8.2

### 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": "22.8.2",
"version": "22.8.3",
"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.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/constants": "22.8.2",
"@commercetools-frontend/sentry": "22.8.2",
"@commercetools-frontend/constants": "22.8.3",
"@commercetools-frontend/sentry": "22.8.3",
"@emotion/react": "11.11.0",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
Expand Down
25 changes: 25 additions & 0 deletions packages/application-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @commercetools-frontend/application-shell

## 22.8.3

### Patch Changes

- [#3249](https://github.com/commercetools/merchant-center-application-kit/pull/3249) [`9d8b6fc04`](https://github.com/commercetools/merchant-center-application-kit/commit/9d8b6fc04d9b6cf788cb58b7dba9faa177ddf5e3) Thanks [@chloe0592](https://github.com/chloe0592)! - First level navigation menu items are clickable again even it they have submenu items.

- [#3247](https://github.com/commercetools/merchant-center-application-kit/pull/3247) [`689cc6e32`](https://github.com/commercetools/merchant-center-application-kit/commit/689cc6e3239e2f795c3525cd0202a639f632f416) Thanks [@kark](https://github.com/kark)! - Fix performance issues with the new Navbar

- Updated dependencies []:
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]
- @commercetools-frontend/[email protected]

## 22.8.2

### 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": "22.8.2",
"version": "22.8.3",
"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.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "22.8.2",
"@commercetools-frontend/application-components": "22.8.2",
"@commercetools-frontend/application-config": "22.8.2",
"@commercetools-frontend/application-shell-connectors": "22.8.2",
"@commercetools-frontend/assets": "22.8.2",
"@commercetools-frontend/browser-history": "22.8.2",
"@commercetools-frontend/constants": "22.8.2",
"@commercetools-frontend/i18n": "22.8.2",
"@commercetools-frontend/l10n": "22.8.2",
"@commercetools-frontend/notifications": "22.8.2",
"@commercetools-frontend/permissions": "22.8.2",
"@commercetools-frontend/react-notifications": "22.8.2",
"@commercetools-frontend/sdk": "22.8.2",
"@commercetools-frontend/sentry": "22.8.2",
"@commercetools-frontend/url-utils": "22.8.2",
"@commercetools-frontend/actions-global": "22.8.3",
"@commercetools-frontend/application-components": "22.8.3",
"@commercetools-frontend/application-config": "22.8.3",
"@commercetools-frontend/application-shell-connectors": "22.8.3",
"@commercetools-frontend/assets": "22.8.3",
"@commercetools-frontend/browser-history": "22.8.3",
"@commercetools-frontend/constants": "22.8.3",
"@commercetools-frontend/i18n": "22.8.3",
"@commercetools-frontend/l10n": "22.8.3",
"@commercetools-frontend/notifications": "22.8.3",
"@commercetools-frontend/permissions": "22.8.3",
"@commercetools-frontend/react-notifications": "22.8.3",
"@commercetools-frontend/sdk": "22.8.3",
"@commercetools-frontend/sentry": "22.8.3",
"@commercetools-frontend/url-utils": "22.8.3",
"@commercetools-uikit/accessible-hidden": "^16.7.3",
"@commercetools-uikit/avatar": "^16.7.3",
"@commercetools-uikit/card": "^16.7.3",
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

## 22.8.3

## 22.8.2

## 22.8.1
Expand Down
Loading

1 comment on commit f0cb9cd

@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-rffhz1j2n-commercetools.vercel.app

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

Please sign in to comment.