Skip to content

Commit a5a009d

Browse files
ci(changesets): version packages (#3053)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3f97470 commit a5a009d

199 files changed

Lines changed: 2740 additions & 1516 deletions

File tree

Some content is hidden

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

.changeset/curvy-colts-brake.md

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

.changeset/warm-houses-sit.md

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

design-system/CHANGELOG.md

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

3+
## 19.22.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/hooks@19.22.2
9+
310
## 19.22.1
411

512
### Patch 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": "19.22.1",
4+
"version": "19.22.2",
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": "19.22.1",
28+
"@commercetools-uikit/hooks": "19.22.2",
2929
"@emotion/react": "^11.10.5",
3030
"lodash": "4.17.21",
3131
"prop-types": "15.8.1",

packages/calendar-time-utils/CHANGELOG.md

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

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

512
### 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": "19.22.1",
4+
"version": "19.22.2",
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": "19.22.1"
24+
"@commercetools-uikit/utils": "19.22.2"
2525
},
2626
"devDependencies": {
2727
"moment-timezone": "0.5.46"

packages/calendar-utils/CHANGELOG.md

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

3+
## 19.22.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/input-utils@19.22.2
9+
- @commercetools-uikit/design-system@19.22.2
10+
- @commercetools-uikit/accessible-button@19.22.2
11+
- @commercetools-uikit/secondary-icon-button@19.22.2
12+
- @commercetools-uikit/icons@19.22.2
13+
- @commercetools-uikit/spacings-inline@19.22.2
14+
- @commercetools-uikit/text@19.22.2
15+
- @commercetools-uikit/tooltip@19.22.2
16+
- @commercetools-uikit/hooks@19.22.2
17+
- @commercetools-uikit/utils@19.22.2
18+
319
## 19.22.1
420

521
### Patch Changes

packages/calendar-utils/package.json

Lines changed: 11 additions & 11 deletions
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": "19.22.1",
4+
"version": "19.22.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -21,16 +21,16 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.20.13",
2323
"@babel/runtime-corejs3": "^7.20.13",
24-
"@commercetools-uikit/accessible-button": "19.22.1",
25-
"@commercetools-uikit/design-system": "19.22.1",
26-
"@commercetools-uikit/hooks": "19.22.1",
27-
"@commercetools-uikit/icons": "19.22.1",
28-
"@commercetools-uikit/input-utils": "19.22.1",
29-
"@commercetools-uikit/secondary-icon-button": "19.22.1",
30-
"@commercetools-uikit/spacings-inline": "19.22.1",
31-
"@commercetools-uikit/text": "19.22.1",
32-
"@commercetools-uikit/tooltip": "19.22.1",
33-
"@commercetools-uikit/utils": "19.22.1",
24+
"@commercetools-uikit/accessible-button": "19.22.2",
25+
"@commercetools-uikit/design-system": "19.22.2",
26+
"@commercetools-uikit/hooks": "19.22.2",
27+
"@commercetools-uikit/icons": "19.22.2",
28+
"@commercetools-uikit/input-utils": "19.22.2",
29+
"@commercetools-uikit/secondary-icon-button": "19.22.2",
30+
"@commercetools-uikit/spacings-inline": "19.22.2",
31+
"@commercetools-uikit/text": "19.22.2",
32+
"@commercetools-uikit/tooltip": "19.22.2",
33+
"@commercetools-uikit/utils": "19.22.2",
3434
"@emotion/react": "^11.10.5",
3535
"@emotion/styled": "^11.10.5",
3636
"lodash": "4.17.21",

packages/components/accessible-hidden/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @commercetools-uikit/accessible-hidden
22

3+
## 19.22.2
4+
35
## 19.22.1
46

57
## 19.22.0

packages/components/accessible-hidden/package.json

Lines changed: 1 addition & 1 deletion
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": "19.22.1",
4+
"version": "19.22.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)