Skip to content

Commit 04b3e77

Browse files
ci(changesets): version packages (#3122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e8ab174 commit 04b3e77

File tree

199 files changed

+2737
-1514
lines changed

Some content is hidden

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

199 files changed

+2737
-1514
lines changed

.changeset/purple-turtles-share.md

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

.changeset/swift-foxes-melt.md

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

design-system/CHANGELOG.md

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

3+
## 19.26.0
4+
5+
### Minor Changes
6+
7+
- [#3123](https://github.com/commercetools/ui-kit/pull/3123) [`e8ab174`](https://github.com/commercetools/ui-kit/commit/e8ab174902d4df4e5cc52453444cabd2a2e923d1) Thanks [@misama-ct](https://github.com/misama-ct)! - Added an @layer reset directive to the reset-stylesheet for compatibility with nimbus
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @commercetools-uikit/hooks@19.26.0
13+
314
## 19.25.1
415

516
### 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.25.1",
4+
"version": "19.26.0",
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.25.1",
28+
"@commercetools-uikit/hooks": "19.26.0",
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.26.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/utils@19.26.0
9+
310
## 19.25.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.25.1",
4+
"version": "19.26.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.20.13",
2323
"@babel/runtime-corejs3": "^7.20.13",
24-
"@commercetools-uikit/utils": "19.25.1"
24+
"@commercetools-uikit/utils": "19.26.0"
2525
},
2626
"devDependencies": {
2727
"moment-timezone": "0.5.48"

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.26.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e8ab174`](https://github.com/commercetools/ui-kit/commit/e8ab174902d4df4e5cc52453444cabd2a2e923d1)]:
8+
- @commercetools-uikit/design-system@19.26.0
9+
- @commercetools-uikit/accessible-button@19.26.0
10+
- @commercetools-uikit/secondary-icon-button@19.26.0
11+
- @commercetools-uikit/icons@19.26.0
12+
- @commercetools-uikit/input-utils@19.26.0
13+
- @commercetools-uikit/spacings-inline@19.26.0
14+
- @commercetools-uikit/text@19.26.0
15+
- @commercetools-uikit/tooltip@19.26.0
16+
- @commercetools-uikit/hooks@19.26.0
17+
- @commercetools-uikit/utils@19.26.0
18+
319
## 19.25.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.25.1",
4+
"version": "19.26.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.20.13",
2323
"@babel/runtime-corejs3": "^7.20.13",
24-
"@commercetools-uikit/accessible-button": "19.25.1",
25-
"@commercetools-uikit/design-system": "19.25.1",
26-
"@commercetools-uikit/hooks": "19.25.1",
27-
"@commercetools-uikit/icons": "19.25.1",
28-
"@commercetools-uikit/input-utils": "19.25.1",
29-
"@commercetools-uikit/secondary-icon-button": "19.25.1",
30-
"@commercetools-uikit/spacings-inline": "19.25.1",
31-
"@commercetools-uikit/text": "19.25.1",
32-
"@commercetools-uikit/tooltip": "19.25.1",
33-
"@commercetools-uikit/utils": "19.25.1",
24+
"@commercetools-uikit/accessible-button": "19.26.0",
25+
"@commercetools-uikit/design-system": "19.26.0",
26+
"@commercetools-uikit/hooks": "19.26.0",
27+
"@commercetools-uikit/icons": "19.26.0",
28+
"@commercetools-uikit/input-utils": "19.26.0",
29+
"@commercetools-uikit/secondary-icon-button": "19.26.0",
30+
"@commercetools-uikit/spacings-inline": "19.26.0",
31+
"@commercetools-uikit/text": "19.26.0",
32+
"@commercetools-uikit/tooltip": "19.26.0",
33+
"@commercetools-uikit/utils": "19.26.0",
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.26.0
4+
35
## 19.25.1
46

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

0 commit comments

Comments
 (0)