Skip to content

Commit

Permalink
ci(changesets): version packages (#2609)
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 Oct 30, 2023
1 parent f69f396 commit 968845c
Show file tree
Hide file tree
Showing 198 changed files with 2,645 additions and 1,453 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-trains-enjoy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-meals-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-peas-return.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/eight-rules-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-bananas-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-suits-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-avocados-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-hornets-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-mice-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-drinks-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-hats-remember.md

This file was deleted.

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

## 16.8.0

### Minor Changes

- [#2612](https://github.com/commercetools/ui-kit/pull/2612) [`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7) Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update neutral and primary colors. Add new colors for accents: purple, turquoise and brown.

- [#2610](https://github.com/commercetools/ui-kit/pull/2610) [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d) Thanks [@Sarah4VT](https://github.com/Sarah4VT)! - Update styling of stamp components

- [#2613](https://github.com/commercetools/ui-kit/pull/2613) [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba) Thanks [@jmcreasman](https://github.com/jmcreasman)! - Introducing a new `Text` component named `Caption` which will render the smallest text available.
Example:

```jsx
<Text.Caption>your small text</Text.Caption>
```

Also, we've deprecated the `isBold` property in these components in favour of a new property called `fontWeight`.
The former property only supported two values whereas the new one supports three: `regular`, `medium` and `bold`.

- [#2621](https://github.com/commercetools/ui-kit/pull/2621) [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd) Thanks [@kterry1](https://github.com/kterry1)! - Added color and icon props for `Avatar` component as well as updated font size/weight/color

- [#2629](https://github.com/commercetools/ui-kit/pull/2629) [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9) Thanks [@ByronDWall](https://github.com/ByronDWall)! - Update data table header styles, clamp header cell label to not extend past 2 lines in height, update and animate header cell sorting icons

### Patch Changes

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

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5",
"@commercetools-uikit/hooks": "16.8.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

## 16.8.0

### Patch Changes

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

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5"
"@commercetools-uikit/utils": "16.8.0"
},
"devDependencies": {
"moment-timezone": "0.5.43"
Expand Down
28 changes: 28 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @commercetools-uikit/calendar-utils

## 16.8.0

### Minor Changes

- [#2613](https://github.com/commercetools/ui-kit/pull/2613) [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba) Thanks [@jmcreasman](https://github.com/jmcreasman)! - Introducing a new `Text` component named `Caption` which will render the smallest text available.
Example:

```jsx
<Text.Caption>your small text</Text.Caption>
```

Also, we've deprecated the `isBold` property in these components in favour of a new property called `fontWeight`.
The former property only supported two values whereas the new one supports three: `regular`, `medium` and `bold`.

### Patch Changes

- Updated dependencies [[`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7), [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d), [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba), [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd), [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9), [`bc14d604d`](https://github.com/commercetools/ui-kit/commit/bc14d604d75e29a2bc320aec7550efdac662e2f9)]:
- @commercetools-uikit/design-system@16.8.0
- @commercetools-uikit/icons@16.8.0
- @commercetools-uikit/text@16.8.0
- @commercetools-uikit/tooltip@16.8.0
- @commercetools-uikit/accessible-button@16.8.0
- @commercetools-uikit/secondary-icon-button@16.8.0
- @commercetools-uikit/input-utils@16.8.0
- @commercetools-uikit/spacings-inline@16.8.0
- @commercetools-uikit/hooks@16.8.0
- @commercetools-uikit/utils@16.8.0

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5",
"@commercetools-uikit/design-system": "16.7.5",
"@commercetools-uikit/hooks": "16.7.5",
"@commercetools-uikit/icons": "16.7.5",
"@commercetools-uikit/input-utils": "16.7.5",
"@commercetools-uikit/secondary-icon-button": "16.7.5",
"@commercetools-uikit/spacings-inline": "16.7.5",
"@commercetools-uikit/text": "16.7.5",
"@commercetools-uikit/tooltip": "16.7.5",
"@commercetools-uikit/utils": "16.7.5",
"@commercetools-uikit/accessible-button": "16.8.0",
"@commercetools-uikit/design-system": "16.8.0",
"@commercetools-uikit/hooks": "16.8.0",
"@commercetools-uikit/icons": "16.8.0",
"@commercetools-uikit/input-utils": "16.8.0",
"@commercetools-uikit/secondary-icon-button": "16.8.0",
"@commercetools-uikit/spacings-inline": "16.8.0",
"@commercetools-uikit/text": "16.8.0",
"@commercetools-uikit/tooltip": "16.8.0",
"@commercetools-uikit/utils": "16.8.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

## 16.8.0

## 16.7.5

## 16.7.4
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": "16.7.5",
"version": "16.8.0",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/components/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @commercetools-uikit/avatar

## 16.8.0

### Minor Changes

- [#2621](https://github.com/commercetools/ui-kit/pull/2621) [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd) Thanks [@kterry1](https://github.com/kterry1)! - Added color and icon props for `Avatar` component as well as updated font size/weight/color

### Patch Changes

- Updated dependencies [[`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7), [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d), [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba), [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd), [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9)]:
- @commercetools-uikit/design-system@16.8.0
- @commercetools-uikit/utils@16.8.0

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5",
"@commercetools-uikit/utils": "16.7.5",
"@commercetools-uikit/design-system": "16.8.0",
"@commercetools-uikit/utils": "16.8.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/buttons/accessible-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @commercetools-uikit/accessible-button

## 16.8.0

### Patch Changes

- Updated dependencies [[`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7), [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d), [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba), [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd), [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9)]:
- @commercetools-uikit/design-system@16.8.0
- @commercetools-uikit/utils@16.8.0

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5",
"@commercetools-uikit/utils": "16.7.5",
"@commercetools-uikit/design-system": "16.8.0",
"@commercetools-uikit/utils": "16.8.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/react-is": "^17.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/buttons/flat-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-uikit/flat-button

## 16.8.0

### Patch Changes

- Updated dependencies [[`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7), [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d), [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba), [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd), [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9)]:
- @commercetools-uikit/design-system@16.8.0
- @commercetools-uikit/text@16.8.0
- @commercetools-uikit/accessible-button@16.8.0
- @commercetools-uikit/spacings-inline@16.8.0
- @commercetools-uikit/utils@16.8.0

## 16.7.5

### 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": "16.7.5",
"version": "16.8.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": "16.7.5",
"@commercetools-uikit/design-system": "16.7.5",
"@commercetools-uikit/spacings-inline": "16.7.5",
"@commercetools-uikit/text": "16.7.5",
"@commercetools-uikit/utils": "16.7.5",
"@commercetools-uikit/accessible-button": "16.8.0",
"@commercetools-uikit/design-system": "16.8.0",
"@commercetools-uikit/spacings-inline": "16.8.0",
"@commercetools-uikit/text": "16.8.0",
"@commercetools-uikit/utils": "16.8.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/buttons/icon-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-uikit/icon-button

## 16.8.0

### Patch Changes

- Updated dependencies [[`1713d8450`](https://github.com/commercetools/ui-kit/commit/1713d8450b9230f197421e97a905754e35fe08f7), [`31c790812`](https://github.com/commercetools/ui-kit/commit/31c7908124bbe95ffc5272a013a87793cc5b0a0d), [`1112bdf5a`](https://github.com/commercetools/ui-kit/commit/1112bdf5a26dcd2bab76172d03a7314365a930ba), [`fbd12e273`](https://github.com/commercetools/ui-kit/commit/fbd12e2738b8156e7b783103497cd90e41a229dd), [`f69f39684`](https://github.com/commercetools/ui-kit/commit/f69f396843708a5c00dea7059a3f45ac5f1985c9)]:
- @commercetools-uikit/design-system@16.8.0
- @commercetools-uikit/text@16.8.0
- @commercetools-uikit/accessible-button@16.8.0
- @commercetools-uikit/spacings@16.8.0
- @commercetools-uikit/utils@16.8.0

## 16.7.5

### Patch Changes
Expand Down
Loading

1 comment on commit 968845c

@vercel
Copy link

@vercel vercel bot commented on 968845c Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.