Skip to content

Commit cbc4670

Browse files
ci(changesets): version packages
1 parent 3ae20fc commit cbc4670

File tree

205 files changed

+2958
-1617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+2958
-1617
lines changed

.changeset/eighty-baths-work.md

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

.changeset/gold-pillows-end.md

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

design-system/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @commercetools-uikit/design-system
22

3+
## 20.3.1
4+
5+
### Patch Changes
6+
7+
- [#3198](https://github.com/commercetools/ui-kit/pull/3198) [`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967) Thanks [@jaikumar-tj](https://github.com/jaikumar-tj)! - Adopt trusted publishing on NPM
8+
9+
- Updated dependencies [[`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967)]:
10+
- @commercetools-uikit/hooks@20.3.1
11+
312
## 20.3.0
413

514
### Minor Changes

design-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/design-system",
33
"description": "Core package of the commercetools design system.",
4-
"version": "20.3.0",
4+
"version": "20.3.1",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
2727
"@babel/runtime-corejs3": "^7.20.13",
28-
"@commercetools-uikit/hooks": "20.3.0",
28+
"@commercetools-uikit/hooks": "20.3.1",
2929
"@emotion/react": "^11.10.5",
3030
"lodash": "4.17.21"
3131
},

generators/package-json/CHANGELOG.md

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

3+
## 3.3.5
4+
5+
### Patch Changes
6+
7+
- [#3198](https://github.com/commercetools/ui-kit/pull/3198) [`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967) Thanks [@jaikumar-tj](https://github.com/jaikumar-tj)! - Adopt trusted publishing on NPM
8+
39
## 3.3.4
410

511
### Patch Changes

generators/package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-local/generator-package-json",
33
"description": "CLI to generate the necessary information for each package.json",
4-
"version": "3.3.4",
4+
"version": "3.3.5",
55
"private": true,
66
"bin": {
77
"generate-package-json": "./bin/cli.mjs"

generators/readme/CHANGELOG.md

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

3+
## 3.4.4
4+
5+
### Patch Changes
6+
7+
- [#3198](https://github.com/commercetools/ui-kit/pull/3198) [`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967) Thanks [@jaikumar-tj](https://github.com/jaikumar-tj)! - Adopt trusted publishing on NPM
8+
39
## 3.4.3
410

511
### Patch Changes

generators/readme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-local/generator-readme",
33
"description": "CLI to generate README files for each package",
4-
"version": "3.4.3",
4+
"version": "3.4.4",
55
"private": true,
66
"bin": {
77
"generate-readme": "./bin/cli.mjs"

packages/calendar-time-utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @commercetools-uikit/calendar-time-utils
22

3+
## 20.3.1
4+
5+
### Patch Changes
6+
7+
- [#3198](https://github.com/commercetools/ui-kit/pull/3198) [`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967) Thanks [@jaikumar-tj](https://github.com/jaikumar-tj)! - Adopt trusted publishing on NPM
8+
9+
- Updated dependencies [[`4e4736f`](https://github.com/commercetools/ui-kit/commit/4e4736f7a14b629374e8ae6c3c08a15430ee7967)]:
10+
- @commercetools-uikit/utils@20.3.1
11+
312
## 20.3.0
413

514
### Patch Changes

packages/calendar-time-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/calendar-time-utils",
33
"description": "Utilities to work with time values for a calendar.",
4-
"version": "20.3.0",
4+
"version": "20.3.1",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.20.13",
2323
"@babel/runtime-corejs3": "^7.20.13",
24-
"@commercetools-uikit/utils": "20.3.0"
24+
"@commercetools-uikit/utils": "20.3.1"
2525
},
2626
"devDependencies": {
2727
"moment-timezone": "0.6.0"

0 commit comments

Comments
 (0)