Skip to content

Commit

Permalink
ci(changesets): version packages (#2716)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ct-changesets[bot] and github-actions[bot] authored Feb 13, 2024
1 parent 568c28e commit df2989b
Show file tree
Hide file tree
Showing 197 changed files with 2,767 additions and 1,504 deletions.
37 changes: 0 additions & 37 deletions .changeset/afraid-days-rhyme.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/fresh-plums-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-students-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-snails-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-humans-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-ears-remember.md

This file was deleted.

26 changes: 26 additions & 0 deletions design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @commercetools-uikit/design-system

## 18.0.0

### Major Changes

- [#2703](https://github.com/commercetools/ui-kit/pull/2703) [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - **BREAKING CHANGE**

Last year we worked on a new look and field for the UI-Kit and, in order to help transitioning from the old to the new one, we introduced many new design tokens so we could have two UI versions for the components.
This was a temporary solution and those tokens are now being removed.

We're releasing a breaking change version because those tokens that we had introduced are now being removed and they were technically publicly available by using the `@commercetools-uikit/design-system` package.

We don't expect this change to affect many users as we didn't announced those new tokens when we introduced them, but we want to be transparent and let everyone know about this change.

You can check the list of removed design tokens by taking a look at [this PR](https://github.com/commercetools/ui-kit/pull/2703/), focusing in the [`definition.yml` file](https://github.com/commercetools/ui-kit/pull/2703/files#diff-0a1f6474acc1533b80254d0ada759d9fc9e40138445deec296b1030247d37fae).

- [#2718](https://github.com/commercetools/ui-kit/pull/2718) [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Removed deprecated legacy design tokens.

### Minor Changes

- [#2714](https://github.com/commercetools/ui-kit/pull/2714) [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45) Thanks [@kark](https://github.com/kark)! - Restore theming support

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/hooks@18.0.0

## 17.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/design-system",
"description": "Core package of the commercetools design system.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/hooks": "17.1.0",
"@commercetools-uikit/hooks": "18.0.0",
"@emotion/react": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/calendar-time-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-uikit/calendar-time-utils

## 18.0.0

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/calendar-time-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/calendar-time-utils",
"description": "Utilities to work with time values for a calendar.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/utils": "17.1.0"
"@commercetools-uikit/utils": "18.0.0"
},
"devDependencies": {
"moment-timezone": "0.5.44"
Expand Down
20 changes: 20 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @commercetools-uikit/calendar-utils

## 18.0.0

### Minor Changes

- [#2703](https://github.com/commercetools/ui-kit/pull/2703) [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update design tokens usage.

### Patch Changes

- Updated dependencies [[`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45), [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99)]:
- @commercetools-uikit/secondary-icon-button@18.0.0
- @commercetools-uikit/accessible-button@18.0.0
- @commercetools-uikit/input-utils@18.0.0
- @commercetools-uikit/tooltip@18.0.0
- @commercetools-uikit/text@18.0.0
- @commercetools-uikit/design-system@18.0.0
- @commercetools-uikit/icons@18.0.0
- @commercetools-uikit/spacings-inline@18.0.0
- @commercetools-uikit/hooks@18.0.0
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/calendar-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/calendar-utils",
"description": "Utilities to work with values for a calendar.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -21,16 +21,16 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/accessible-button": "17.1.0",
"@commercetools-uikit/design-system": "17.1.0",
"@commercetools-uikit/hooks": "17.1.0",
"@commercetools-uikit/icons": "17.1.0",
"@commercetools-uikit/input-utils": "17.1.0",
"@commercetools-uikit/secondary-icon-button": "17.1.0",
"@commercetools-uikit/spacings-inline": "17.1.0",
"@commercetools-uikit/text": "17.1.0",
"@commercetools-uikit/tooltip": "17.1.0",
"@commercetools-uikit/utils": "17.1.0",
"@commercetools-uikit/accessible-button": "18.0.0",
"@commercetools-uikit/design-system": "18.0.0",
"@commercetools-uikit/hooks": "18.0.0",
"@commercetools-uikit/icons": "18.0.0",
"@commercetools-uikit/input-utils": "18.0.0",
"@commercetools-uikit/secondary-icon-button": "18.0.0",
"@commercetools-uikit/spacings-inline": "18.0.0",
"@commercetools-uikit/text": "18.0.0",
"@commercetools-uikit/tooltip": "18.0.0",
"@commercetools-uikit/utils": "18.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
2 changes: 2 additions & 0 deletions packages/components/accessible-hidden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @commercetools-uikit/accessible-hidden

## 18.0.0

## 17.1.0

## 17.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accessible-hidden/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/accessible-hidden",
"description": "Component to hide content offscreen while keeping it accessible. This is also helpful for testing purposes.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-uikit/avatar

## 18.0.0

### Patch Changes

- Updated dependencies [[`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45), [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99)]:
- @commercetools-uikit/design-system@18.0.0
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/avatar",
"description": "A component for rendering profile images",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/design-system": "17.1.0",
"@commercetools-uikit/utils": "17.1.0",
"@commercetools-uikit/design-system": "18.0.0",
"@commercetools-uikit/utils": "18.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/buttons/accessible-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-uikit/accessible-button

## 18.0.0

### Minor Changes

- [#2703](https://github.com/commercetools/ui-kit/pull/2703) [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update design tokens usage.

### Patch Changes

- Updated dependencies [[`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45), [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99)]:
- @commercetools-uikit/design-system@18.0.0
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/buttons/accessible-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/accessible-button",
"description": "A React component that you can use to wrap your buttons in an accessible <button/> element.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/design-system": "17.1.0",
"@commercetools-uikit/utils": "17.1.0",
"@commercetools-uikit/design-system": "18.0.0",
"@commercetools-uikit/utils": "18.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/react-is": "^17.0.3",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/buttons/flat-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-uikit/flat-button

## 18.0.0

### Minor Changes

- [#2703](https://github.com/commercetools/ui-kit/pull/2703) [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update design tokens usage.

### Patch Changes

- Updated dependencies [[`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45), [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99)]:
- @commercetools-uikit/accessible-button@18.0.0
- @commercetools-uikit/text@18.0.0
- @commercetools-uikit/design-system@18.0.0
- @commercetools-uikit/spacings-inline@18.0.0
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/components/buttons/flat-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/flat-button",
"description": "Flat buttons are minimal and a flat variation of primary and secondary buttons.",
"version": "17.1.0",
"version": "18.0.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -21,11 +21,11 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@commercetools-uikit/accessible-button": "17.1.0",
"@commercetools-uikit/design-system": "17.1.0",
"@commercetools-uikit/spacings-inline": "17.1.0",
"@commercetools-uikit/text": "17.1.0",
"@commercetools-uikit/utils": "17.1.0",
"@commercetools-uikit/accessible-button": "18.0.0",
"@commercetools-uikit/design-system": "18.0.0",
"@commercetools-uikit/spacings-inline": "18.0.0",
"@commercetools-uikit/text": "18.0.0",
"@commercetools-uikit/utils": "18.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/buttons/icon-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-uikit/icon-button

## 18.0.0

### Minor Changes

- [#2703](https://github.com/commercetools/ui-kit/pull/2703) [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update design tokens usage.

### Patch Changes

- Updated dependencies [[`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`c029c7c`](https://github.com/commercetools/ui-kit/commit/c029c7cc9f8f96b01089822b54405ebc8fedb9d6), [`568c28e`](https://github.com/commercetools/ui-kit/commit/568c28ef90c5b7f97d1cc37a1a402cfe6f001c45), [`db371ba`](https://github.com/commercetools/ui-kit/commit/db371bab2237b82035a227af3d9227926448cb99)]:
- @commercetools-uikit/accessible-button@18.0.0
- @commercetools-uikit/text@18.0.0
- @commercetools-uikit/design-system@18.0.0
- @commercetools-uikit/spacings@18.0.0
- @commercetools-uikit/utils@18.0.0

## 17.1.0

### Patch Changes
Expand Down
Loading

0 comments on commit df2989b

Please sign in to comment.