Skip to content

Commit

Permalink
Version Packages (#459)
Browse files Browse the repository at this point in the history
* ci(changesets): version packages

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ajima Chukwuemeka <[email protected]>
  • Loading branch information
3 people authored Apr 12, 2023
1 parent ea0a6c6 commit 274a1ce
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
22 changes: 0 additions & 22 deletions .changeset/stupid-bears-report.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/sdk-client-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# @commercetools/ts-client

## 1.0.0

### Major Changes

- [#434](https://github.com/commercetools/commercetools-sdk-typescript/pull/434) [`ea0a6c6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/ea0a6c6008ffc6d89608039eabf69d16b37d288a) Thanks [@ajimae](https://github.com/ajimae)! - Introduce the new typescript client package with the following eatures and middleware
- [x] add client and middleware composer
- [x] add http-middleware
- [x] add error-middleware
- [x] add logger-middleware
- [x] add auth-middleware
- [x] add with-client-credentials-flow
- [x] add with-anonymous-session-flow
- [x] add with-password-flow
- [x] add with-refresh-token-flow
- [x] add with-existing-token-flow
- [x] add token cache
- [x] add retry-middleware
- [x] add correlation-id-middleware
- [x] add queue-middleware
- [x] add user-agent-middleware
- [x] add concurrent-modification-middleware
- [x] add axios and node-fetch support
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": "0.0.0-beta.11",
"version": "1.0.0",
"engines": {
"node": ">=14"
},
Expand Down

0 comments on commit 274a1ce

Please sign in to comment.