Skip to content

Commit

Permalink
ci(changesets): version packages (#2760)
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] committed Apr 17, 2024
1 parent 1f3cc7e commit 96fe379
Show file tree
Hide file tree
Showing 207 changed files with 2,745 additions and 1,532 deletions.
6 changes: 0 additions & 6 deletions .changeset/famous-shrimps-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-guests-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-mayflies-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-carpets-share.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-eagles-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-foxes-fix.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/lovely-ghosts-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-grapes-listen.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-baboons-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-months-bow.md

This file was deleted.

7 changes: 7 additions & 0 deletions design-system/CHANGELOG.md
@@ -1,5 +1,12 @@
# @commercetools-uikit/design-system

## 19.1.0

### Patch Changes

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

## 19.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/design-system",
"description": "Core package of the commercetools design system.",
"version": "19.0.0",
"version": "19.1.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.0.0",
"@commercetools-uikit/hooks": "19.1.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
@@ -1,5 +1,11 @@
# @commercetools-local/generator-package-json

## 3.2.1

### Patch Changes

- [#2761](https://github.com/commercetools/ui-kit/pull/2761) [`bfb7b52`](https://github.com/commercetools/ui-kit/commit/bfb7b52847cb01389d9c204407b4ed2279632624) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix security issue (https://github.com/commercetools/ui-kit/security/dependabot/106)

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion generators/package-json/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-local/generator-package-json",
"description": "CLI to generate the necessary information for each package.json",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"bin": {
"generate-package-json": "./bin/cli.mjs"
Expand Down
8 changes: 8 additions & 0 deletions generators/readme/CHANGELOG.md
@@ -1,5 +1,13 @@
# @commercetools-local/generator-readme

## 3.2.1

### Patch Changes

- [#2765](https://github.com/commercetools/ui-kit/pull/2765) [`e713af5`](https://github.com/commercetools/ui-kit/commit/e713af5089a82aa0ce8299828457afd322a4f1db) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Update `trim` dependency

- [#2761](https://github.com/commercetools/ui-kit/pull/2761) [`bfb7b52`](https://github.com/commercetools/ui-kit/commit/bfb7b52847cb01389d9c204407b4ed2279632624) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Fix security issue (https://github.com/commercetools/ui-kit/security/dependabot/106)

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion generators/readme/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-local/generator-readme",
"description": "CLI to generate README files for each package",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"bin": {
"generate-readme": "./bin/cli.mjs"
Expand Down
7 changes: 7 additions & 0 deletions packages/calendar-time-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @commercetools-uikit/calendar-time-utils

## 19.1.0

### Patch Changes

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

## 19.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/calendar-time-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/calendar-time-utils",
"description": "Utilities to work with time values for a calendar.",
"version": "19.0.0",
"version": "19.1.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.0.0"
"@commercetools-uikit/utils": "19.1.0"
},
"devDependencies": {
"moment-timezone": "0.5.44"
Expand Down
16 changes: 16 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
@@ -1,5 +1,21 @@
# @commercetools-uikit/calendar-utils

## 19.1.0

### Patch Changes

- Updated dependencies [[`2c130c2`](https://github.com/commercetools/ui-kit/commit/2c130c259b0101db34265b5582d7f8388b786172)]:
- @commercetools-uikit/input-utils@19.1.0
- @commercetools-uikit/design-system@19.1.0
- @commercetools-uikit/accessible-button@19.1.0
- @commercetools-uikit/secondary-icon-button@19.1.0
- @commercetools-uikit/icons@19.1.0
- @commercetools-uikit/spacings-inline@19.1.0
- @commercetools-uikit/text@19.1.0
- @commercetools-uikit/tooltip@19.1.0
- @commercetools-uikit/hooks@19.1.0
- @commercetools-uikit/utils@19.1.0

## 19.0.0

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/calendar-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/calendar-utils",
"description": "Utilities to work with values for a calendar.",
"version": "19.0.0",
"version": "19.1.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.0.0",
"@commercetools-uikit/design-system": "19.0.0",
"@commercetools-uikit/hooks": "19.0.0",
"@commercetools-uikit/icons": "19.0.0",
"@commercetools-uikit/input-utils": "19.0.0",
"@commercetools-uikit/secondary-icon-button": "19.0.0",
"@commercetools-uikit/spacings-inline": "19.0.0",
"@commercetools-uikit/text": "19.0.0",
"@commercetools-uikit/tooltip": "19.0.0",
"@commercetools-uikit/utils": "19.0.0",
"@commercetools-uikit/accessible-button": "19.1.0",
"@commercetools-uikit/design-system": "19.1.0",
"@commercetools-uikit/hooks": "19.1.0",
"@commercetools-uikit/icons": "19.1.0",
"@commercetools-uikit/input-utils": "19.1.0",
"@commercetools-uikit/secondary-icon-button": "19.1.0",
"@commercetools-uikit/spacings-inline": "19.1.0",
"@commercetools-uikit/text": "19.1.0",
"@commercetools-uikit/tooltip": "19.1.0",
"@commercetools-uikit/utils": "19.1.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
@@ -1,5 +1,7 @@
# @commercetools-uikit/accessible-hidden

## 19.1.0

## 19.0.0

## 18.5.0
Expand Down
2 changes: 1 addition & 1 deletion packages/components/accessible-hidden/package.json
@@ -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.0.0",
"version": "19.1.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
@@ -1,5 +1,13 @@
# @commercetools-uikit/avatar

## 19.1.0

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/design-system@19.1.0
- @commercetools-uikit/utils@19.1.0

## 19.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/avatar/package.json
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/avatar",
"description": "A component for rendering profile images",
"version": "19.0.0",
"version": "19.1.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.0.0",
"@commercetools-uikit/utils": "19.0.0",
"@commercetools-uikit/design-system": "19.1.0",
"@commercetools-uikit/utils": "19.1.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
@@ -1,5 +1,13 @@
# @commercetools-uikit/accessible-button

## 19.1.0

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/design-system@19.1.0
- @commercetools-uikit/utils@19.1.0

## 19.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/components/buttons/accessible-button/package.json
@@ -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.0.0",
"version": "19.1.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.0.0",
"@commercetools-uikit/utils": "19.0.0",
"@commercetools-uikit/design-system": "19.1.0",
"@commercetools-uikit/utils": "19.1.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
@@ -1,5 +1,16 @@
# @commercetools-uikit/flat-button

## 19.1.0

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/design-system@19.1.0
- @commercetools-uikit/accessible-button@19.1.0
- @commercetools-uikit/spacings-inline@19.1.0
- @commercetools-uikit/text@19.1.0
- @commercetools-uikit/utils@19.1.0

## 19.0.0

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/components/buttons/flat-button/package.json
@@ -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.0.0",
"version": "19.1.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.0.0",
"@commercetools-uikit/design-system": "19.0.0",
"@commercetools-uikit/spacings-inline": "19.0.0",
"@commercetools-uikit/text": "19.0.0",
"@commercetools-uikit/utils": "19.0.0",
"@commercetools-uikit/accessible-button": "19.1.0",
"@commercetools-uikit/design-system": "19.1.0",
"@commercetools-uikit/spacings-inline": "19.1.0",
"@commercetools-uikit/text": "19.1.0",
"@commercetools-uikit/utils": "19.1.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
@@ -1,5 +1,16 @@
# @commercetools-uikit/icon-button

## 19.1.0

### Patch Changes

- Updated dependencies []:
- @commercetools-uikit/design-system@19.1.0
- @commercetools-uikit/accessible-button@19.1.0
- @commercetools-uikit/text@19.1.0
- @commercetools-uikit/utils@19.1.0
- @commercetools-uikit/spacings@19.1.0

## 19.0.0

### Major Changes
Expand Down

0 comments on commit 96fe379

Please sign in to comment.