Skip to content

Commit d03b2aa

Browse files
ci(changesets): version packages (#3155)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 741d501 commit d03b2aa

File tree

198 files changed

+2735
-1510
lines changed

Some content is hidden

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

198 files changed

+2735
-1510
lines changed

.changeset/swift-ears-flash.md

Lines changed: 0 additions & 6 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+
## 20.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/hooks@20.2.2
9+
310
## 20.2.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": "20.2.1",
4+
"version": "20.2.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": "20.2.1",
28+
"@commercetools-uikit/hooks": "20.2.2",
2929
"@emotion/react": "^11.10.5",
3030
"lodash": "4.17.21",
3131
"react": "19.1.0"

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.2.2
4+
5+
### Patch Changes
6+
7+
- [#3153](https://github.com/commercetools/ui-kit/pull/3153) [`741d501`](https://github.com/commercetools/ui-kit/commit/741d501fe74f864ae6c75829137f4397c616d84b) Thanks [@misama-ct](https://github.com/misama-ct)! - Enhanced `getMonthCalendarLabel` and `getYearCalendarLabel` functions to accept optional timezone parameter. When provided, these functions now interpret dates in the specified timezone context rather than UTC, fixing display issues for timezones that are significantly ahead of or behind UTC.
8+
9+
- Updated dependencies []:
10+
- @commercetools-uikit/utils@20.2.2
11+
312
## 20.2.1
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.2.1",
4+
"version": "20.2.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": "20.2.1"
24+
"@commercetools-uikit/utils": "20.2.2"
2525
},
2626
"devDependencies": {
2727
"moment-timezone": "0.6.0"

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+
## 20.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/design-system@20.2.2
9+
- @commercetools-uikit/accessible-button@20.2.2
10+
- @commercetools-uikit/secondary-icon-button@20.2.2
11+
- @commercetools-uikit/icons@20.2.2
12+
- @commercetools-uikit/input-utils@20.2.2
13+
- @commercetools-uikit/spacings-inline@20.2.2
14+
- @commercetools-uikit/text@20.2.2
15+
- @commercetools-uikit/tooltip@20.2.2
16+
- @commercetools-uikit/hooks@20.2.2
17+
- @commercetools-uikit/utils@20.2.2
18+
319
## 20.2.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": "20.2.1",
4+
"version": "20.2.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": "20.2.1",
25-
"@commercetools-uikit/design-system": "20.2.1",
26-
"@commercetools-uikit/hooks": "20.2.1",
27-
"@commercetools-uikit/icons": "20.2.1",
28-
"@commercetools-uikit/input-utils": "20.2.1",
29-
"@commercetools-uikit/secondary-icon-button": "20.2.1",
30-
"@commercetools-uikit/spacings-inline": "20.2.1",
31-
"@commercetools-uikit/text": "20.2.1",
32-
"@commercetools-uikit/tooltip": "20.2.1",
33-
"@commercetools-uikit/utils": "20.2.1",
24+
"@commercetools-uikit/accessible-button": "20.2.2",
25+
"@commercetools-uikit/design-system": "20.2.2",
26+
"@commercetools-uikit/hooks": "20.2.2",
27+
"@commercetools-uikit/icons": "20.2.2",
28+
"@commercetools-uikit/input-utils": "20.2.2",
29+
"@commercetools-uikit/secondary-icon-button": "20.2.2",
30+
"@commercetools-uikit/spacings-inline": "20.2.2",
31+
"@commercetools-uikit/text": "20.2.2",
32+
"@commercetools-uikit/tooltip": "20.2.2",
33+
"@commercetools-uikit/utils": "20.2.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+
## 20.2.2
4+
35
## 20.2.1
46

57
## 20.2.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": "20.2.1",
4+
"version": "20.2.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

packages/components/avatar/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commercetools-uikit/avatar
22

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

513
### Patch Changes

0 commit comments

Comments
 (0)