Skip to content

Commit deafad5

Browse files
ci(changesets): version packages (#1132)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0a08d42 commit deafad5

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/many-files-repeat.md

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

packages/sdk-client-v3/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#1131](https://github.com/commercetools/commercetools-sdk-typescript/pull/1131) [`0a08d42`](https://github.com/commercetools/commercetools-sdk-typescript/commit/0a08d42385a1aba20c413431cb176a68fd3c3eec) Thanks [@ajimae](https://github.com/ajimae)! - Add an `undefined` union type to tokenCache get method return type
8+
9+
```diff
10+
- get: (tokenCacheOptions?: TokenCacheOptions) => Promise<TokenStore>
11+
+ get: (tokenCacheOptions?: TokenCacheOptions) => Promise<TokenStore | undefined>
12+
```
13+
314
## 4.0.0
415

516
### Major 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": "4.0.0",
3+
"version": "4.0.1",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)