Skip to content

Commit 3cacaeb

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

File tree

116 files changed

+938
-436
lines changed

Some content is hidden

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

116 files changed

+938
-436
lines changed

.changeset/slow-countries-hunt.md

-53
This file was deleted.

packages/calendar-time-utils/CHANGELOG.md

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

packages/calendar-time-utils/package.json

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

packages/calendar-utils/CHANGELOG.md

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
9+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
10+
- @commercetools-uikit/secondary-icon-button@14.0.2
11+
- @commercetools-uikit/input-utils@14.0.2
12+
313
## 14.0.1
414

515
### Patch Changes

packages/calendar-utils/package.json

+3-3
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": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -25,8 +25,8 @@
2525
"@commercetools-uikit/design-system": "14.0.0",
2626
"@commercetools-uikit/hooks": "14.0.1",
2727
"@commercetools-uikit/icons": "14.0.1",
28-
"@commercetools-uikit/input-utils": "14.0.1",
29-
"@commercetools-uikit/secondary-icon-button": "14.0.1",
28+
"@commercetools-uikit/input-utils": "14.0.2",
29+
"@commercetools-uikit/secondary-icon-button": "14.0.2",
3030
"@commercetools-uikit/spacings-inline": "14.0.1",
3131
"@commercetools-uikit/text": "14.0.1",
3232
"@commercetools-uikit/tooltip": "14.0.1",

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

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

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

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

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

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

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

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

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

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/secondary-button",
33
"description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
4-
"version": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

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

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

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/secondary-icon-button",
33
"description": "Secondary Icon Buttons are \"icon-only\" buttons and a restricted version of the `<IconButton>`. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
4-
"version": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",

packages/components/collapsible-panel/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @commercetools-uikit/collapsible-panel
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
39
## 14.0.1
410

511
### Patch Changes

packages/components/collapsible-panel/package.json

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

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

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @commercetools-uikit/data-table-manager
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
8+
- @commercetools-uikit/secondary-button@14.0.2
9+
- @commercetools-uikit/secondary-icon-button@14.0.2
10+
- @commercetools-uikit/async-select-input@14.0.2
11+
- @commercetools-uikit/radio-input@14.0.2
12+
- @commercetools-uikit/select-input@14.0.2
13+
- @commercetools-uikit/field-label@14.0.2
14+
315
## 14.0.1
416

517
### Patch Changes

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

+7-7
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": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -23,19 +23,19 @@
2323
"@babel/runtime-corejs3": "^7.17.2",
2424
"@commercetools-uikit/accessible-button": "14.0.1",
2525
"@commercetools-uikit/accessible-hidden": "14.0.0",
26-
"@commercetools-uikit/async-select-input": "14.0.1",
26+
"@commercetools-uikit/async-select-input": "14.0.2",
2727
"@commercetools-uikit/card": "14.0.1",
2828
"@commercetools-uikit/collapsible-motion": "14.0.1",
2929
"@commercetools-uikit/design-system": "14.0.0",
30-
"@commercetools-uikit/field-label": "14.0.1",
30+
"@commercetools-uikit/field-label": "14.0.2",
3131
"@commercetools-uikit/grid": "14.0.0",
3232
"@commercetools-uikit/hooks": "14.0.1",
3333
"@commercetools-uikit/icons": "14.0.1",
3434
"@commercetools-uikit/primary-button": "14.0.1",
35-
"@commercetools-uikit/radio-input": "14.0.1",
36-
"@commercetools-uikit/secondary-button": "14.0.1",
37-
"@commercetools-uikit/secondary-icon-button": "14.0.1",
38-
"@commercetools-uikit/select-input": "14.0.1",
35+
"@commercetools-uikit/radio-input": "14.0.2",
36+
"@commercetools-uikit/secondary-button": "14.0.2",
37+
"@commercetools-uikit/secondary-icon-button": "14.0.2",
38+
"@commercetools-uikit/select-input": "14.0.2",
3939
"@commercetools-uikit/spacings": "14.0.1",
4040
"@commercetools-uikit/tag": "14.0.1",
4141
"@commercetools-uikit/text": "14.0.1",

packages/components/data-table/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @commercetools-uikit/data-table
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
9+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
10+
- @commercetools-uikit/secondary-icon-button@14.0.2
11+
312
## 14.0.1
413

514
### Patch Changes

packages/components/data-table/package.json

+2-2
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": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -25,7 +25,7 @@
2525
"@commercetools-uikit/design-system": "14.0.0",
2626
"@commercetools-uikit/hooks": "14.0.1",
2727
"@commercetools-uikit/icons": "14.0.1",
28-
"@commercetools-uikit/secondary-icon-button": "14.0.1",
28+
"@commercetools-uikit/secondary-icon-button": "14.0.2",
2929
"@commercetools-uikit/utils": "14.0.1",
3030
"@emotion/react": "^11.4.0",
3131
"@emotion/styled": "^11.3.0",

packages/components/field-label/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @commercetools-uikit/field-label
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
8+
- @commercetools-uikit/icon-button@14.0.2
9+
310
## 14.0.1
411

512
### Patch Changes

packages/components/field-label/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/field-label",
33
"description": "The FieldLabel component represents the label for a field in a form.",
4-
"version": "14.0.1",
4+
"version": "14.0.2",
55
"bugs": "https://github.com/commercetools/ui-kit/issues",
66
"repository": {
77
"type": "git",
@@ -22,7 +22,7 @@
2222
"@babel/runtime": "^7.17.2",
2323
"@babel/runtime-corejs3": "^7.17.2",
2424
"@commercetools-uikit/constraints": "14.0.1",
25-
"@commercetools-uikit/icon-button": "14.0.1",
25+
"@commercetools-uikit/icon-button": "14.0.2",
2626
"@commercetools-uikit/icons": "14.0.1",
2727
"@commercetools-uikit/label": "14.0.1",
2828
"@commercetools-uikit/spacings-inline": "14.0.1",

packages/components/fields/async-creatable-select-field/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @commercetools-uikit/async-creatable-select-field
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
9+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
10+
- @commercetools-uikit/async-creatable-select-input@14.0.2
11+
- @commercetools-uikit/field-label@14.0.2
12+
313
## 14.0.1
414

515
### Patch Changes

packages/components/fields/async-creatable-select-field/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commercetools-uikit/async-creatable-select-field",
33
"description": "An input component with validation states and a label getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.",
4-
"version": "14.0.1",
4+
"version": "14.0.2",
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/async-creatable-select-input": "14.0.1",
24+
"@commercetools-uikit/async-creatable-select-input": "14.0.2",
2525
"@commercetools-uikit/constraints": "14.0.1",
2626
"@commercetools-uikit/design-system": "14.0.0",
2727
"@commercetools-uikit/field-errors": "14.0.1",
28-
"@commercetools-uikit/field-label": "14.0.1",
28+
"@commercetools-uikit/field-label": "14.0.2",
2929
"@commercetools-uikit/spacings": "14.0.1",
3030
"@commercetools-uikit/utils": "14.0.1",
3131
"@emotion/react": "^11.4.0",

packages/components/fields/async-select-field/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @commercetools-uikit/async-select-field
22

3+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#2147](https://github.com/commercetools/ui-kit/pull/2147) [`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3) Thanks [@emmenko](https://github.com/emmenko)! - Refine types for event handlers and other minor inconsistencies.
8+
9+
- Updated dependencies [[`419935d2d`](https://github.com/commercetools/ui-kit/commit/419935d2d819d477a936fc9cb2dc2f0e3e840cc3)]:
10+
- @commercetools-uikit/async-select-input@14.0.2
11+
- @commercetools-uikit/field-label@14.0.2
12+
313
## 14.0.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)