Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 25, 2024
1 parent 6b4d378 commit a48b963
Show file tree
Hide file tree
Showing 205 changed files with 2,722 additions and 1,519 deletions.
7 changes: 0 additions & 7 deletions .changeset/clean-items-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-eels-bake.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/empty-coins-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-bees-kiss.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lucky-laws-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-queens-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-rice-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-boats-sneeze.md

This file was deleted.

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

## 19.6.0

### Patch Changes

- [#2830](https://github.com/commercetools/ui-kit/pull/2830) [`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54) Thanks [@ddouglasz](https://github.com/ddouglasz)! - Introduced new sizes and size-names for icons, buttons & IconButtons ('small', 'medium' & 'big' got deprecated in favor of numeric size tokens: '10', '20', etc.)

- [#2843](https://github.com/commercetools/ui-kit/pull/2843) [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a) Thanks [@misama-ct](https://github.com/misama-ct)! - new info-color token added (color-info-50)

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

## 19.5.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": "19.5.0",
"version": "19.6.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": "19.5.0",
"@commercetools-uikit/hooks": "19.6.0",
"@emotion/react": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
Expand Down
6 changes: 6 additions & 0 deletions generators/package-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-local/generator-package-json

## 3.3.1

### Patch Changes

- [#2838](https://github.com/commercetools/ui-kit/pull/2838) [`56a2cfe`](https://github.com/commercetools/ui-kit/commit/56a2cfeb3a44315a51578e15a17facdc51035569) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion generators/package-json/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-local/generator-package-json",
"description": "CLI to generate the necessary information for each package.json",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"bin": {
"generate-package-json": "./bin/cli.mjs"
Expand Down
6 changes: 6 additions & 0 deletions generators/readme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-local/generator-readme

## 3.3.1

### Patch Changes

- [#2838](https://github.com/commercetools/ui-kit/pull/2838) [`56a2cfe`](https://github.com/commercetools/ui-kit/commit/56a2cfeb3a44315a51578e15a17facdc51035569) Thanks [@renovate](https://github.com/apps/renovate)! - Update all dependencies

## 3.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion generators/readme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-local/generator-readme",
"description": "CLI to generate README files for each package",
"version": "3.3.0",
"version": "3.3.1",
"private": true,
"bin": {
"generate-readme": "./bin/cli.mjs"
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

## 19.6.0

### Patch Changes

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

## 19.5.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": "19.5.0",
"version": "19.6.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": "19.5.0"
"@commercetools-uikit/utils": "19.6.0"
},
"devDependencies": {
"moment-timezone": "0.5.45"
Expand Down
16 changes: 16 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools-uikit/calendar-utils

## 19.6.0

### Patch Changes

- Updated dependencies [[`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54), [`e361bd0`](https://github.com/commercetools/ui-kit/commit/e361bd0d0309a0244ab7947bf490c64a8ff56bcb), [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a)]:
- @commercetools-uikit/secondary-icon-button@19.6.0
- @commercetools-uikit/icons@19.6.0
- @commercetools-uikit/design-system@19.6.0
- @commercetools-uikit/input-utils@19.6.0
- @commercetools-uikit/accessible-button@19.6.0
- @commercetools-uikit/spacings-inline@19.6.0
- @commercetools-uikit/text@19.6.0
- @commercetools-uikit/tooltip@19.6.0
- @commercetools-uikit/hooks@19.6.0
- @commercetools-uikit/utils@19.6.0

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

## 19.6.0

## 19.5.0

## 19.4.0
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": "19.5.0",
"version": "19.6.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

## 19.6.0

### Patch Changes

- Updated dependencies [[`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54), [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a)]:
- @commercetools-uikit/design-system@19.6.0
- @commercetools-uikit/utils@19.6.0

## 19.5.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": "19.5.0",
"version": "19.6.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": "19.5.0",
"@commercetools-uikit/utils": "19.5.0",
"@commercetools-uikit/design-system": "19.6.0",
"@commercetools-uikit/utils": "19.6.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

## 19.6.0

### Patch Changes

- Updated dependencies [[`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54), [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a)]:
- @commercetools-uikit/design-system@19.6.0
- @commercetools-uikit/utils@19.6.0

## 19.5.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": "19.5.0",
"version": "19.6.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": "19.5.0",
"@commercetools-uikit/utils": "19.5.0",
"@commercetools-uikit/design-system": "19.6.0",
"@commercetools-uikit/utils": "19.6.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

## 19.6.0

### Patch Changes

- Updated dependencies [[`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54), [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a)]:
- @commercetools-uikit/design-system@19.6.0
- @commercetools-uikit/accessible-button@19.6.0
- @commercetools-uikit/spacings-inline@19.6.0
- @commercetools-uikit/text@19.6.0
- @commercetools-uikit/utils@19.6.0

## 19.5.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": "19.5.0",
"version": "19.6.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": "19.5.0",
"@commercetools-uikit/design-system": "19.5.0",
"@commercetools-uikit/spacings-inline": "19.5.0",
"@commercetools-uikit/text": "19.5.0",
"@commercetools-uikit/utils": "19.5.0",
"@commercetools-uikit/accessible-button": "19.6.0",
"@commercetools-uikit/design-system": "19.6.0",
"@commercetools-uikit/spacings-inline": "19.6.0",
"@commercetools-uikit/text": "19.6.0",
"@commercetools-uikit/utils": "19.6.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

## 19.6.0

### Patch Changes

- [#2830](https://github.com/commercetools/ui-kit/pull/2830) [`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54) Thanks [@ddouglasz](https://github.com/ddouglasz)! - Introduced new sizes and size-names for icons, buttons & IconButtons ('small', 'medium' & 'big' got deprecated in favor of numeric size tokens: '10', '20', etc.)

- [#2843](https://github.com/commercetools/ui-kit/pull/2843) [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a) Thanks [@misama-ct](https://github.com/misama-ct)! - fix the appearance of misc theme-options

- Updated dependencies [[`f09213e`](https://github.com/commercetools/ui-kit/commit/f09213e1836b68fef1982503adabb3576f195a54), [`061fe2a`](https://github.com/commercetools/ui-kit/commit/061fe2a32d78a7b845314735ef5de528c8104d0a)]:
- @commercetools-uikit/design-system@19.6.0
- @commercetools-uikit/accessible-button@19.6.0
- @commercetools-uikit/text@19.6.0
- @commercetools-uikit/spacings@19.6.0
- @commercetools-uikit/utils@19.6.0

## 19.5.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/components/buttons/icon-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/icon-button",
"description": "Icon buttons are icon-only buttons. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
"version": "19.5.0",
"version": "19.6.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": "19.5.0",
"@commercetools-uikit/design-system": "19.5.0",
"@commercetools-uikit/spacings": "19.5.0",
"@commercetools-uikit/text": "19.5.0",
"@commercetools-uikit/utils": "19.5.0",
"@commercetools-uikit/accessible-button": "19.6.0",
"@commercetools-uikit/design-system": "19.6.0",
"@commercetools-uikit/spacings": "19.6.0",
"@commercetools-uikit/text": "19.6.0",
"@commercetools-uikit/utils": "19.6.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
Loading

0 comments on commit a48b963

Please sign in to comment.