Skip to content

Commit

Permalink
ci(changesets): version packages (#939)
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 Mar 4, 2025
1 parent 123c06f commit a4f9335
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 68 deletions.
30 changes: 0 additions & 30 deletions .changeset/changes_api.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/changes_history.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/twenty-clouds-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-clouds-burn.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/history-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @commercetools/history-sdk

## 5.2.0

### Minor Changes

- [#941](https://github.com/commercetools/commercetools-sdk-typescript/pull/941) [`745f2c0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/745f2c06e2cd0b32486e09ab53fdde43c31ef6d3) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**

<details>
<summary>Removed Enum(s)</summary>

- :warning: removed enum `setAsssetKey` from type `UpdateType`
</details>

<details>
<summary>Added Enum(s)</summary>

- added enum `setAssetKey` to type `UpdateType`
</details>

- [#936](https://github.com/commercetools/commercetools-sdk-typescript/pull/936) [`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9) Thanks [@barbara79](https://github.com/barbara79)! - updated documentation with client v3

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/history-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/history-sdk",
"version": "5.1.0",
"version": "5.2.0",
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"@commercetools/sdk-middleware-logger": "^3.0.0"
},
"devDependencies": {
"@commercetools/platform-sdk": "8.2.0",
"@commercetools/platform-sdk": "8.3.0",
"@types/uuid": "10.0.0",
"organize-imports-cli": "0.10.0",
"tsconfig-replace-paths": "0.0.14",
Expand Down
6 changes: 6 additions & 0 deletions packages/importapi-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/importapi-sdk

## 6.1.0

### Minor Changes

- [#936](https://github.com/commercetools/commercetools-sdk-typescript/pull/936) [`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9) Thanks [@barbara79](https://github.com/barbara79)! - updated documentation with client v3

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/importapi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/importapi-sdk",
"version": "6.0.0",
"version": "6.1.0",
"engines": {
"node": ">=18"
},
Expand Down
38 changes: 38 additions & 0 deletions packages/platform-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @commercetools/platform-sdk

## 8.3.0

### Minor Changes

- [#938](https://github.com/commercetools/commercetools-sdk-typescript/pull/938) [`e56d293`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e56d293bd599426084e7ec367f618bf4abbcfbda) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **Api changes**

<details>
<summary>Added Type(s)</summary>

- added type `BestDeal`
- added type `DiscountTypeCombination`
- added type `Stacking`
- added type `AssociateRoleNameSetMessage`
- added type `AssociateRoleNameSetMessagePayload`
</details>

<details>
<summary>Removed Type(s)</summary>

- :warning: removed type `AssociateRoleNameChangedMessage`
- :warning: removed type `AssociateRoleNameChangedMessagePayload`
</details>

<details>
<summary>Added Property(s)</summary>

- added property `discountTypeCombination` to type `Cart`
- added property `discountTypeCombination` to type `StagedOrder`
- added property `discountTypeCombination` to type `Order`
</details>

- [#936](https://github.com/commercetools/commercetools-sdk-typescript/pull/936) [`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9) Thanks [@barbara79](https://github.com/barbara79)! - updated documentation with client v3

### Patch Changes

- Updated dependencies [[`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9), [`e002f9d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e002f9d643d5fe59b00f7057a1e13dd6a039339a)]:
- @commercetools/ts-client@3.1.0

## 8.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/platform-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public"
},
"name": "@commercetools/platform-sdk",
"version": "8.2.0",
"version": "8.3.0",
"engines": {
"node": ">=18"
},
Expand All @@ -30,7 +30,7 @@
"@commercetools/sdk-middleware-auth": "^7.0.0",
"@commercetools/sdk-middleware-http": "^7.0.0",
"@commercetools/sdk-middleware-logger": "^3.0.0",
"@commercetools/ts-client": "^3.0.1"
"@commercetools/ts-client": "^3.1.0"
},
"devDependencies": {
"@types/uuid": "10.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/sdk-client-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @commercetools/ts-client

## 3.1.0

### Minor Changes

- [#936](https://github.com/commercetools/commercetools-sdk-typescript/pull/936) [`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9) Thanks [@barbara79](https://github.com/barbara79)! - updated documentation with client v3

### Patch Changes

- [#924](https://github.com/commercetools/commercetools-sdk-typescript/pull/924) [`e002f9d`](https://github.com/commercetools/commercetools-sdk-typescript/commit/e002f9d643d5fe59b00f7057a1e13dd6a039339a) Thanks [@ajimae](https://github.com/ajimae)! - map returned error code field to commercetools error response code

## 3.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-client-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/ts-client",
"version": "3.0.4",
"version": "3.1.0",
"engines": {
"node": ">=18"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-sdk-apm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools/ts-sdk-apm

## 3.3.0

### Minor Changes

- [#936](https://github.com/commercetools/commercetools-sdk-typescript/pull/936) [`f702837`](https://github.com/commercetools/commercetools-sdk-typescript/commit/f702837c3ec7fde11641c94abb5ed4dab138acf9) Thanks [@barbara79](https://github.com/barbara79)! - updated documentation with client v3

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-sdk-apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/ts-sdk-apm",
"version": "3.2.0",
"version": "3.3.0",
"description": "commercetools typescript SDK application performance monitoring.",
"main": "dist/commercetools-ts-sdk-apm.cjs.js",
"module": "dist/commercetools-ts-sdk-apm.esm.js",
Expand Down

0 comments on commit a4f9335

Please sign in to comment.