Skip to content

Commit

Permalink
ci(changesets): version packages (#466)
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
1 parent dec06d2 commit ec8b4ae
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/thirty-fireants-battle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/thirty-kids-obey.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools/sdk-client-v2

## 2.2.0

### Minor Changes

- [#458](https://github.com/commercetools/commercetools-sdk-typescript/pull/458) [`c2bf0a5`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c2bf0a5cac18fdcf181dacc8c6714eb760704523) Thanks [@ajimae](https://github.com/ajimae)! - Introduce (newrelic) application performance monitoring

- [#458](https://github.com/commercetools/commercetools-sdk-typescript/pull/458) [`c2bf0a5`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c2bf0a5cac18fdcf181dacc8c6714eb760704523) Thanks [@ajimae](https://github.com/ajimae)! - - add newrelic `APM` (application performance monitoring) to the sdk
- add `withTelemetryMiddleware()` middleware creator method to ClientBuilder class
- add basic `newrelic` application configuration module
- add examples to repository example folder to demonstrate how this feature can be used

## 2.1.6

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

## 1.0.0

### Major Changes

- [#458](https://github.com/commercetools/commercetools-sdk-typescript/pull/458) [`c2bf0a5`](https://github.com/commercetools/commercetools-sdk-typescript/commit/c2bf0a5cac18fdcf181dacc8c6714eb760704523) Thanks [@ajimae](https://github.com/ajimae)! - - add newrelic `APM` (application performance monitoring) to the sdk
- add `withTelemetryMiddleware()` middleware creator method to ClientBuilder class
- add basic `newrelic` application configuration module
- add examples to repository example folder to demonstrate how this feature can be used
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": "0.0.1",
"version": "1.0.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 ec8b4ae

Please sign in to comment.