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 Dec 13, 2024
1 parent 9504631 commit 463f287
Show file tree
Hide file tree
Showing 75 changed files with 637 additions and 223 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-olives-yell.md

This file was deleted.

36 changes: 0 additions & 36 deletions .changeset/four-zebras-arrive.md

This file was deleted.

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

## 22.37.1

### Patch Changes

- Updated dependencies [[`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b), [`9504631`](https://github.com/commercetools/merchant-center-application-kit/commit/9504631da837e78cf66c84286d5e7e98c2009148)]:
- @commercetools-frontend/application-shell-connectors@22.37.1
- @commercetools-frontend/application-components@22.37.1
- @commercetools-frontend/application-shell@22.37.1
- @commercetools-frontend/permissions@22.37.1
- @commercetools-frontend/mc-scripts@22.37.1
- @commercetools-frontend/actions-global@22.37.1
- @commercetools-frontend/application-config@22.37.1
- @commercetools-frontend/assets@22.37.1
- @commercetools-frontend/babel-preset-mc-app@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/eslint-config-mc-app@22.37.1
- @commercetools-frontend/i18n@22.37.1
- @commercetools-frontend/jest-preset-mc-app@22.37.1
- @commercetools-frontend/l10n@22.37.1
- @commercetools-frontend/mc-dev-authentication@22.37.1

## 22.37.0

### 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.37.0",
"version": "22.37.1",
"description": "A starter example in TypeScript for the bare minimum setup to develop a Merchant Center Application",
"private": true,
"scripts": {
Expand Down
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

## 22.37.1

### Patch Changes

- Updated dependencies [[`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b), [`9504631`](https://github.com/commercetools/merchant-center-application-kit/commit/9504631da837e78cf66c84286d5e7e98c2009148)]:
- @commercetools-frontend/application-shell-connectors@22.37.1
- @commercetools-frontend/application-components@22.37.1
- @commercetools-frontend/application-shell@22.37.1
- @commercetools-frontend/permissions@22.37.1
- @commercetools-frontend/mc-scripts@22.37.1
- @commercetools-frontend/actions-global@22.37.1
- @commercetools-frontend/assets@22.37.1
- @commercetools-frontend/babel-preset-mc-app@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/eslint-config-mc-app@22.37.1
- @commercetools-frontend/i18n@22.37.1
- @commercetools-frontend/jest-preset-mc-app@22.37.1
- @commercetools-frontend/l10n@22.37.1
- @commercetools-frontend/mc-dev-authentication@22.37.1

## 22.37.0

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

## 22.37.1

### Patch Changes

- Updated dependencies [[`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b), [`9504631`](https://github.com/commercetools/merchant-center-application-kit/commit/9504631da837e78cf66c84286d5e7e98c2009148)]:
- @commercetools-frontend/application-shell-connectors@22.37.1
- @commercetools-frontend/application-components@22.37.1
- @commercetools-frontend/application-shell@22.37.1
- @commercetools-frontend/permissions@22.37.1
- @commercetools-frontend/mc-scripts@22.37.1
- @commercetools-frontend/actions-global@22.37.1
- @commercetools-frontend/application-config@22.37.1
- @commercetools-frontend/assets@22.37.1
- @commercetools-frontend/babel-preset-mc-app@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/eslint-config-mc-app@22.37.1
- @commercetools-frontend/i18n@22.37.1
- @commercetools-frontend/jest-preset-mc-app@22.37.1
- @commercetools-frontend/l10n@22.37.1
- @commercetools-frontend/mc-dev-authentication@22.37.1

## 22.37.0

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

## 22.37.1

### Patch Changes

- Updated dependencies [[`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b), [`9504631`](https://github.com/commercetools/merchant-center-application-kit/commit/9504631da837e78cf66c84286d5e7e98c2009148)]:
- @commercetools-frontend/application-shell-connectors@22.37.1
- @commercetools-frontend/application-components@22.37.1
- @commercetools-frontend/application-shell@22.37.1
- @commercetools-frontend/permissions@22.37.1
- @commercetools-frontend/mc-scripts@22.37.1
- @commercetools-frontend/actions-global@22.37.1
- @commercetools-frontend/assets@22.37.1
- @commercetools-frontend/babel-preset-mc-app@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/eslint-config-mc-app@22.37.1
- @commercetools-frontend/i18n@22.37.1
- @commercetools-frontend/jest-preset-mc-app@22.37.1
- @commercetools-frontend/l10n@22.37.1
- @commercetools-frontend/mc-dev-authentication@22.37.1

## 22.37.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter/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",
"version": "22.37.0",
"version": "22.37.1",
"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

## 22.37.1

## 22.37.0

## 22.36.0
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.37.0",
"version": "22.37.1",
"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.37.1

## 22.37.0

## 22.36.0
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.37.0",
"version": "22.37.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
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.37.1

## 22.37.0

## 22.36.0
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.37.0",
"version": "22.37.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

## 22.37.1

### Patch Changes

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

## 22.37.0

### 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.37.0",
"version": "22.37.1",
"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.37.0",
"@commercetools-frontend/constants": "22.37.0",
"@commercetools-frontend/notifications": "22.37.0",
"@commercetools-frontend/sentry": "22.37.0",
"@commercetools-frontend/browser-history": "22.37.1",
"@commercetools-frontend/constants": "22.37.1",
"@commercetools-frontend/notifications": "22.37.1",
"@commercetools-frontend/sentry": "22.37.1",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.80",
"@types/react-redux": "^7.1.26",
Expand Down
43 changes: 43 additions & 0 deletions packages/application-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @commercetools-frontend/application-components

## 22.37.1

### Patch Changes

- [#3676](https://github.com/commercetools/merchant-center-application-kit/pull/3676) [`9504631`](https://github.com/commercetools/merchant-center-application-kit/commit/9504631da837e78cf66c84286d5e7e98c2009148) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - As part of the preparations for the upcoming update to the newest React version, we have updated how we manage components default properties as our current implementation will no longer be supported ([reference](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops)).

```ts
// BEFORE
type TMyComponentProps = {
message: string;
size: string;
}

function MyComponent(props: TMyComponentProps) {
...
}

MyComponent.defaultProps = {
size: 'big'
}


// AFTER
type TMyComponentProps = {
message: string;
size?: string; // <--- Note this property is now defined as optional
}

function MyComponent({ size = 'big', ...props }: TMyComponentProps) {
...
}
```

- Updated dependencies [[`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b)]:
- @commercetools-frontend/application-shell-connectors@22.37.1
- @commercetools-frontend/actions-global@22.37.1
- @commercetools-frontend/application-config@22.37.1
- @commercetools-frontend/assets@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/i18n@22.37.1
- @commercetools-frontend/l10n@22.37.1
- @commercetools-frontend/sentry@22.37.1

## 22.37.0

### Patch Changes
Expand Down
18 changes: 9 additions & 9 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.37.0",
"version": "22.37.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,14 +29,14 @@
"dependencies": {
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "22.37.0",
"@commercetools-frontend/application-config": "22.37.0",
"@commercetools-frontend/application-shell-connectors": "22.37.0",
"@commercetools-frontend/assets": "22.37.0",
"@commercetools-frontend/constants": "22.37.0",
"@commercetools-frontend/i18n": "22.37.0",
"@commercetools-frontend/l10n": "22.37.0",
"@commercetools-frontend/sentry": "22.37.0",
"@commercetools-frontend/actions-global": "22.37.1",
"@commercetools-frontend/application-config": "22.37.1",
"@commercetools-frontend/application-shell-connectors": "22.37.1",
"@commercetools-frontend/assets": "22.37.1",
"@commercetools-frontend/constants": "22.37.1",
"@commercetools-frontend/i18n": "22.37.1",
"@commercetools-frontend/l10n": "22.37.1",
"@commercetools-frontend/sentry": "22.37.1",
"@commercetools-uikit/accessible-button": "^19.17.1",
"@commercetools-uikit/card": "^19.17.1",
"@commercetools-uikit/constraints": "^19.17.1",
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

## 22.37.1

### Patch Changes

- Updated dependencies []:
- @commercetools-frontend/constants@22.37.1

## 22.37.0

### Minor 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": "22.37.0",
"version": "22.37.1",
"description": "Configuration utilities for building Custom Applications",
"bugs": "https://github.com/commercetools/merchant-center-application-kit/issues",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.22.15",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/constants": "22.37.0",
"@commercetools-frontend/constants": "22.37.1",
"@types/dompurify": "^2.4.0",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.80",
Expand Down
12 changes: 12 additions & 0 deletions packages/application-shell-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-frontend/application-shell-connectors

## 22.37.1

### Patch Changes

- [#3679](https://github.com/commercetools/merchant-center-application-kit/pull/3679) [`3bcdba5`](https://github.com/commercetools/merchant-center-application-kit/commit/3bcdba5452b8b7b7940b3e8570dbfd6837e4788b) Thanks [@emmenko](https://github.com/emmenko)! - Append the GraphQL operation name as a query parameter to the `/graphql` endpoint. This is useful for debugging purposes, for example when inspecting the network tab.

- Updated dependencies []:
- @commercetools-frontend/application-config@22.37.1
- @commercetools-frontend/browser-history@22.37.1
- @commercetools-frontend/constants@22.37.1
- @commercetools-frontend/sentry@22.37.1

## 22.37.0

### Patch Changes
Expand Down
Loading

0 comments on commit 463f287

Please sign in to comment.