Skip to content

Commit 2ab4a11

Browse files
ci(changesets): version packages (#1045)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 46b13a4 commit 2ab4a11

6 files changed

Lines changed: 15 additions & 13 deletions

File tree

.changeset/petite-seals-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-areas-itch.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/sdk-client-v3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commercetools/ts-client
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#1044](https://github.com/commercetools/commercetools-sdk-typescript/pull/1044) [`29967a3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/29967a3e5957bd2fc35d90ad95d8e8f2917565e4) Thanks [@ajimae](https://github.com/ajimae)! - add error handler middleware
8+
39
## 3.2.2
410

511
### Patch Changes

packages/sdk-client-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/ts-client",
3-
"version": "3.2.2",
3+
"version": "3.3.0",
44
"engines": {
55
"node": ">=18"
66
},

packages/ts-sdk-apm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @commercetools/ts-sdk-apm
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#1044](https://github.com/commercetools/commercetools-sdk-typescript/pull/1044) [`29967a3`](https://github.com/commercetools/commercetools-sdk-typescript/commit/29967a3e5957bd2fc35d90ad95d8e8f2917565e4) Thanks [@ajimae](https://github.com/ajimae)! - - fix issue with missing module
8+
- remove deprecated and legacy apm modules
9+
310
## 3.3.2
411

512
### Patch Changes

packages/ts-sdk-apm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/ts-sdk-apm",
3-
"version": "3.3.2",
3+
"version": "4.0.0",
44
"description": "commercetools typescript SDK application performance monitoring.",
55
"main": "dist/commercetools-ts-sdk-apm.cjs.js",
66
"module": "dist/commercetools-ts-sdk-apm.esm.js",

0 commit comments

Comments
 (0)