Skip to content

Commit d62082e

Browse files
CT Release Botgithub-actions[bot]
CT Release Bot
andauthored
ci(changesets): version packages (#1864)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 81dc7ba commit d62082e

File tree

67 files changed

+385
-115
lines changed

Some content is hidden

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

67 files changed

+385
-115
lines changed

.changeset/lemon-eagles-sip.md

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

packages/calendar-utils/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81dc7ba9`](https://github.com/commercetools/ui-kit/commit/81dc7ba995dd408a1ab7dde6f75b26dc69d2254a)]:
8+
- @commercetools-uikit/hooks@12.0.2
9+
- @commercetools-uikit/tooltip@12.0.2
10+
311
## 12.0.0
412

513
### Major Changes

packages/calendar-utils/package.json

Lines changed: 3 additions & 3 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": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -27,13 +27,13 @@
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/accessible-button": "12.0.0",
2929
"@commercetools-uikit/design-system": "12.0.0",
30-
"@commercetools-uikit/hooks": "12.0.0",
30+
"@commercetools-uikit/hooks": "12.0.2",
3131
"@commercetools-uikit/icons": "12.0.0",
3232
"@commercetools-uikit/input-utils": "12.0.0",
3333
"@commercetools-uikit/secondary-icon-button": "12.0.0",
3434
"@commercetools-uikit/spacings-inline": "12.0.0",
3535
"@commercetools-uikit/text": "12.0.0",
36-
"@commercetools-uikit/tooltip": "12.0.0",
36+
"@commercetools-uikit/tooltip": "12.0.2",
3737
"@commercetools-uikit/utils": "12.0.0",
3838
"@emotion/react": "^11.1.1",
3939
"@emotion/styled": "^11.0.0",

packages/components/collapsible-motion/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81dc7ba9`](https://github.com/commercetools/ui-kit/commit/81dc7ba995dd408a1ab7dde6f75b26dc69d2254a)]:
8+
- @commercetools-uikit/hooks@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/collapsible-motion/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/collapsible-motion",
33
"description": "A component which allows building collapsible elements with an arbitrary height.",
4-
"version": "12.0.0",
4+
"version": "12.0.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.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
28-
"@commercetools-uikit/hooks": "12.0.0",
28+
"@commercetools-uikit/hooks": "12.0.2",
2929
"@commercetools-uikit/utils": "12.0.0",
3030
"@emotion/react": "^11.1.1",
3131
"@emotion/styled": "^11.0.0",

packages/components/collapsible-panel/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/collapsible-motion@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/collapsible-panel/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/collapsible-panel",
33
"description": "A panel to collapse and expand your content.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "7.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/accessible-button": "12.0.0",
29-
"@commercetools-uikit/collapsible-motion": "12.0.0",
29+
"@commercetools-uikit/collapsible-motion": "12.0.2",
3030
"@commercetools-uikit/constraints": "12.0.0",
3131
"@commercetools-uikit/design-system": "12.0.0",
3232
"@commercetools-uikit/icons": "12.0.0",

packages/components/collapsible/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81dc7ba9`](https://github.com/commercetools/ui-kit/commit/81dc7ba995dd408a1ab7dde6f75b26dc69d2254a)]:
8+
- @commercetools-uikit/hooks@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/collapsible/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/collapsible",
33
"description": "A render-prop component to manage a toggle state",
4-
"version": "12.0.0",
4+
"version": "12.0.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.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
28-
"@commercetools-uikit/hooks": "12.0.0",
28+
"@commercetools-uikit/hooks": "12.0.2",
2929
"@commercetools-uikit/utils": "12.0.0",
3030
"@emotion/react": "^11.1.1",
3131
"@emotion/styled": "^11.0.0",

packages/components/data-table-manager/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81dc7ba9`](https://github.com/commercetools/ui-kit/commit/81dc7ba995dd408a1ab7dde6f75b26dc69d2254a)]:
8+
- @commercetools-uikit/hooks@12.0.2
9+
- @commercetools-uikit/collapsible-motion@12.0.2
10+
311
## 12.0.0
412

513
### Major Changes

packages/components/data-table-manager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/data-table-manager",
33
"description": "This component enhances the DataTable component and additionally provides a UI and state management to handle configuration of the table such as column manager.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -29,11 +29,11 @@
2929
"@commercetools-uikit/accessible-hidden": "12.0.0",
3030
"@commercetools-uikit/async-select-input": "12.0.0",
3131
"@commercetools-uikit/card": "12.0.0",
32-
"@commercetools-uikit/collapsible-motion": "12.0.0",
32+
"@commercetools-uikit/collapsible-motion": "12.0.2",
3333
"@commercetools-uikit/design-system": "12.0.0",
3434
"@commercetools-uikit/field-label": "12.0.0",
3535
"@commercetools-uikit/grid": "12.0.0",
36-
"@commercetools-uikit/hooks": "12.0.0",
36+
"@commercetools-uikit/hooks": "12.0.2",
3737
"@commercetools-uikit/icons": "12.0.0",
3838
"@commercetools-uikit/primary-button": "12.0.0",
3939
"@commercetools-uikit/radio-input": "12.0.0",

packages/components/data-table/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`81dc7ba9`](https://github.com/commercetools/ui-kit/commit/81dc7ba995dd408a1ab7dde6f75b26dc69d2254a)]:
8+
- @commercetools-uikit/hooks@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/data-table/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/data-table",
33
"description": "A component for rendering tabular data.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -27,7 +27,7 @@
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/accessible-button": "12.0.0",
2929
"@commercetools-uikit/design-system": "12.0.0",
30-
"@commercetools-uikit/hooks": "12.0.0",
30+
"@commercetools-uikit/hooks": "12.0.2",
3131
"@commercetools-uikit/icons": "12.0.0",
3232
"@commercetools-uikit/secondary-icon-button": "12.0.0",
3333
"@commercetools-uikit/utils": "12.0.0",

packages/components/fields/date-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/date-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/date-field/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/date-field",
33
"description": "A controlled date input component for single date, with validation states and a label.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "7.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/constraints": "12.0.0",
29-
"@commercetools-uikit/date-input": "12.0.0",
29+
"@commercetools-uikit/date-input": "12.0.2",
3030
"@commercetools-uikit/design-system": "12.0.0",
3131
"@commercetools-uikit/field-errors": "12.0.0",
3232
"@commercetools-uikit/field-label": "12.0.0",

packages/components/fields/date-range-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/date-range-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/date-range-field/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/date-range-field",
33
"description": "A controlled date input component for a date range, with validation states and a label.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "7.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/constraints": "12.0.0",
29-
"@commercetools-uikit/date-range-input": "12.0.0",
29+
"@commercetools-uikit/date-range-input": "12.0.2",
3030
"@commercetools-uikit/design-system": "12.0.0",
3131
"@commercetools-uikit/field-errors": "12.0.0",
3232
"@commercetools-uikit/field-label": "12.0.0",

packages/components/fields/date-time-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/date-time-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/date-time-field/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/date-time-field",
33
"description": "A controlled date time input component for single date, with validation states and a label.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "7.13.10",
2727
"@babel/runtime-corejs3": "7.13.10",
2828
"@commercetools-uikit/constraints": "12.0.0",
29-
"@commercetools-uikit/date-time-input": "12.0.0",
29+
"@commercetools-uikit/date-time-input": "12.0.2",
3030
"@commercetools-uikit/design-system": "12.0.0",
3131
"@commercetools-uikit/field-errors": "12.0.0",
3232
"@commercetools-uikit/field-label": "12.0.0",

packages/components/fields/localized-multiline-text-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/localized-multiline-text-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/localized-multiline-text-field/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/localized-multiline-text-field",
33
"description": "A controlled text input component for localized multi-line strings with validation states.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -29,7 +29,7 @@
2929
"@commercetools-uikit/design-system": "12.0.0",
3030
"@commercetools-uikit/field-errors": "12.0.0",
3131
"@commercetools-uikit/field-label": "12.0.0",
32-
"@commercetools-uikit/localized-multiline-text-input": "12.0.0",
32+
"@commercetools-uikit/localized-multiline-text-input": "12.0.2",
3333
"@commercetools-uikit/spacings": "12.0.0",
3434
"@commercetools-uikit/utils": "12.0.0",
3535
"@emotion/react": "^11.1.1",

packages/components/fields/localized-text-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/localized-text-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/localized-text-field/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/localized-text-field",
33
"description": "A controlled text input component for localized single-line strings with validation states.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -29,7 +29,7 @@
2929
"@commercetools-uikit/design-system": "12.0.0",
3030
"@commercetools-uikit/field-errors": "12.0.0",
3131
"@commercetools-uikit/field-label": "12.0.0",
32-
"@commercetools-uikit/localized-text-input": "12.0.0",
32+
"@commercetools-uikit/localized-text-input": "12.0.2",
3333
"@commercetools-uikit/spacings": "12.0.0",
3434
"@commercetools-uikit/utils": "12.0.0",
3535
"@emotion/react": "^11.1.1",

packages/components/fields/money-field/CHANGELOG.md

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

3+
## 12.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @commercetools-uikit/money-input@12.0.2
9+
310
## 12.0.0
411

512
### Major Changes

packages/components/fields/money-field/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/money-field",
33
"description": "A controlled input component for money values with validation states and a label.",
4-
"version": "12.0.0",
4+
"version": "12.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -29,7 +29,7 @@
2929
"@commercetools-uikit/design-system": "12.0.0",
3030
"@commercetools-uikit/field-errors": "12.0.0",
3131
"@commercetools-uikit/field-label": "12.0.0",
32-
"@commercetools-uikit/money-input": "12.0.0",
32+
"@commercetools-uikit/money-input": "12.0.2",
3333
"@commercetools-uikit/spacings": "12.0.0",
3434
"@commercetools-uikit/utils": "12.0.0",
3535
"@emotion/react": "^11.1.1",

0 commit comments

Comments
 (0)