Skip to content

Commit 9a09eee

Browse files
CT Release Botgithub-actions[bot]
CT Release Bot
andauthored
ci(changesets): version packages (#2241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3ae38f3 commit 9a09eee

File tree

189 files changed

+2493
-1377
lines changed

Some content is hidden

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

189 files changed

+2493
-1377
lines changed

.changeset/light-ducks-love.md

-18
This file was deleted.

.changeset/sweet-wombats-knock.md

-31
This file was deleted.

design-system/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @commercetools-uikit/design-system
22

3+
## 15.2.0
4+
35
## 15.1.2
46

57
## 15.1.1

design-system/package.json

+1-1
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": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

generators/package-json/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commercetools-local/generator-package-json
22

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#2215](https://github.com/commercetools/ui-kit/pull/2215) [`3ae38f370`](https://github.com/commercetools/ui-kit/commit/3ae38f370cdbfbb6c1aed28e661a583f72d60889) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
8+
39
## 3.0.2
410

511
### Patch Changes

generators/package-json/package.json

+1-1
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.0.2",
4+
"version": "3.0.3",
55
"private": true,
66
"bin": {
77
"generate-package-json": "./bin/cli.mjs"

generators/readme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commercetools-local/generator-readme
22

3+
## 3.0.3
4+
5+
### Patch Changes
6+
7+
- [#2215](https://github.com/commercetools/ui-kit/pull/2215) [`3ae38f370`](https://github.com/commercetools/ui-kit/commit/3ae38f370cdbfbb6c1aed28e661a583f72d60889) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
8+
39
## 3.0.2
410

511
### Patch Changes

generators/readme/package.json

+1-1
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.0.2",
4+
"version": "3.0.3",
55
"private": true,
66
"bin": {
77
"generate-readme": "./bin/cli.mjs"

packages/calendar-time-utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @commercetools-uikit/calendar-time-utils
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/utils@15.2.0
9+
310
## 15.1.2
411

512
### Patch Changes

packages/calendar-time-utils/package.json

+2-2
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": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/utils": "15.1.2"
24+
"@commercetools-uikit/utils": "15.2.0"
2525
},
2626
"devDependencies": {
2727
"moment-timezone": "0.5.34"

packages/calendar-utils/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @commercetools-uikit/calendar-utils
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- [#2215](https://github.com/commercetools/ui-kit/pull/2215) [`3ae38f370`](https://github.com/commercetools/ui-kit/commit/3ae38f370cdbfbb6c1aed28e661a583f72d60889) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
8+
9+
- Updated dependencies [[`3ae38f370`](https://github.com/commercetools/ui-kit/commit/3ae38f370cdbfbb6c1aed28e661a583f72d60889)]:
10+
- @commercetools-uikit/icons@15.2.0
11+
- @commercetools-uikit/input-utils@15.2.0
12+
- @commercetools-uikit/design-system@15.2.0
13+
- @commercetools-uikit/accessible-button@15.2.0
14+
- @commercetools-uikit/secondary-icon-button@15.2.0
15+
- @commercetools-uikit/spacings-inline@15.2.0
16+
- @commercetools-uikit/text@15.2.0
17+
- @commercetools-uikit/tooltip@15.2.0
18+
- @commercetools-uikit/hooks@15.2.0
19+
- @commercetools-uikit/utils@15.2.0
20+
321
## 15.1.2
422

523
### Patch Changes

packages/calendar-utils/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/calendar-utils",
33
"description": "Utilities to work with values for a calendar.",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,16 +21,16 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/accessible-button": "15.1.2",
25-
"@commercetools-uikit/design-system": "15.1.2",
26-
"@commercetools-uikit/hooks": "15.1.2",
27-
"@commercetools-uikit/icons": "15.1.2",
28-
"@commercetools-uikit/input-utils": "15.1.2",
29-
"@commercetools-uikit/secondary-icon-button": "15.1.2",
30-
"@commercetools-uikit/spacings-inline": "15.1.2",
31-
"@commercetools-uikit/text": "15.1.2",
32-
"@commercetools-uikit/tooltip": "15.1.2",
33-
"@commercetools-uikit/utils": "15.1.2",
24+
"@commercetools-uikit/accessible-button": "15.2.0",
25+
"@commercetools-uikit/design-system": "15.2.0",
26+
"@commercetools-uikit/hooks": "15.2.0",
27+
"@commercetools-uikit/icons": "15.2.0",
28+
"@commercetools-uikit/input-utils": "15.2.0",
29+
"@commercetools-uikit/secondary-icon-button": "15.2.0",
30+
"@commercetools-uikit/spacings-inline": "15.2.0",
31+
"@commercetools-uikit/text": "15.2.0",
32+
"@commercetools-uikit/tooltip": "15.2.0",
33+
"@commercetools-uikit/utils": "15.2.0",
3434
"@emotion/react": "^11.4.0",
3535
"@emotion/styled": "^11.3.0",
3636
"prop-types": "15.8.1",

packages/components/accessible-hidden/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @commercetools-uikit/accessible-hidden
22

3+
## 15.2.0
4+
35
## 15.1.2
46

57
## 15.1.1

packages/components/accessible-hidden/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/accessible-hidden",
33
"description": "Component to hide content offscreen while keeping it accessible. This is also helpful for testing purposes.",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

packages/components/avatar/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commercetools-uikit/avatar
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@15.2.0
9+
- @commercetools-uikit/utils@15.2.0
10+
311
## 15.1.2
412

513
### Patch Changes

packages/components/avatar/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/avatar",
33
"description": "A component for rendering profile images",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/design-system": "15.1.2",
25-
"@commercetools-uikit/utils": "15.1.2",
24+
"@commercetools-uikit/design-system": "15.2.0",
25+
"@commercetools-uikit/utils": "15.2.0",
2626
"@emotion/react": "^11.4.0",
2727
"@emotion/styled": "^11.3.0",
2828
"prop-types": "15.8.1"

packages/components/buttons/accessible-button/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commercetools-uikit/accessible-button
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@15.2.0
9+
- @commercetools-uikit/utils@15.2.0
10+
311
## 15.1.2
412

513
### Patch Changes

packages/components/buttons/accessible-button/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/accessible-button",
33
"description": "A React component that you can use to wrap your buttons in an accessible <button/> element.",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/design-system": "15.1.2",
25-
"@commercetools-uikit/utils": "15.1.2",
24+
"@commercetools-uikit/design-system": "15.2.0",
25+
"@commercetools-uikit/utils": "15.2.0",
2626
"@emotion/react": "^11.4.0",
2727
"@emotion/styled": "^11.3.0",
2828
"@types/react-is": "^17.0.0",

packages/components/buttons/flat-button/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @commercetools-uikit/flat-button
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@15.2.0
9+
- @commercetools-uikit/accessible-button@15.2.0
10+
- @commercetools-uikit/spacings-inline@15.2.0
11+
- @commercetools-uikit/text@15.2.0
12+
- @commercetools-uikit/utils@15.2.0
13+
314
## 15.1.2
415

516
### Patch Changes

packages/components/buttons/flat-button/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/flat-button",
33
"description": "Flat buttons are minimal and a flat variation of primary and secondary buttons.",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/accessible-button": "15.1.2",
25-
"@commercetools-uikit/design-system": "15.1.2",
26-
"@commercetools-uikit/spacings-inline": "15.1.2",
27-
"@commercetools-uikit/text": "15.1.2",
28-
"@commercetools-uikit/utils": "15.1.2",
24+
"@commercetools-uikit/accessible-button": "15.2.0",
25+
"@commercetools-uikit/design-system": "15.2.0",
26+
"@commercetools-uikit/spacings-inline": "15.2.0",
27+
"@commercetools-uikit/text": "15.2.0",
28+
"@commercetools-uikit/utils": "15.2.0",
2929
"@emotion/react": "^11.4.0",
3030
"@emotion/styled": "^11.3.0",
3131
"lodash": "4.17.21",

packages/components/buttons/icon-button/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @commercetools-uikit/icon-button
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@15.2.0
9+
- @commercetools-uikit/accessible-button@15.2.0
10+
- @commercetools-uikit/text@15.2.0
11+
- @commercetools-uikit/utils@15.2.0
12+
- @commercetools-uikit/spacings@15.2.0
13+
314
## 15.1.2
415

516
### Patch Changes

packages/components/buttons/icon-button/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/icon-button",
33
"description": "Icon buttons are icon-only buttons. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
4-
"version": "15.1.2",
4+
"version": "15.2.0",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
24-
"@commercetools-uikit/accessible-button": "15.1.2",
25-
"@commercetools-uikit/design-system": "15.1.2",
26-
"@commercetools-uikit/spacings": "15.1.2",
27-
"@commercetools-uikit/text": "15.1.2",
28-
"@commercetools-uikit/utils": "15.1.2",
24+
"@commercetools-uikit/accessible-button": "15.2.0",
25+
"@commercetools-uikit/design-system": "15.2.0",
26+
"@commercetools-uikit/spacings": "15.2.0",
27+
"@commercetools-uikit/text": "15.2.0",
28+
"@commercetools-uikit/utils": "15.2.0",
2929
"@emotion/react": "^11.4.0",
3030
"@emotion/styled": "^11.3.0",
3131
"lodash": "4.17.21",

packages/components/buttons/link-button/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @commercetools-uikit/link-button
22

3+
## 15.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@15.2.0
9+
- @commercetools-uikit/accessible-button@15.2.0
10+
- @commercetools-uikit/spacings-inline@15.2.0
11+
- @commercetools-uikit/text@15.2.0
12+
- @commercetools-uikit/utils@15.2.0
13+
314
## 15.1.2
415

516
### Patch Changes

0 commit comments

Comments
 (0)