Skip to content

Commit

Permalink
ci(changesets): version packages (#2518)
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
1 parent 6e66d69 commit 7f7e1e0
Show file tree
Hide file tree
Showing 194 changed files with 2,590 additions and 1,423 deletions.
7 changes: 0 additions & 7 deletions .changeset/gold-terms-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-ties-heal.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/smooth-rivers-turn.md

This file was deleted.

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

## 16.1.1

### Patch Changes

- [#2521](https://github.com/commercetools/ui-kit/pull/2521) [`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Remove supporting code for look and feel migration.

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

## 16.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": "16.1.0",
"version": "16.1.1",
"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.1.0",
"@commercetools-uikit/hooks": "16.1.1",
"@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.1.0

### Minor Changes

- [#2525](https://github.com/commercetools/ui-kit/pull/2525) [`6e66d69b5`](https://github.com/commercetools/ui-kit/commit/6e66d69b55a5ce3cb709c34d7d88c07335f8c1e7) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - use cac instead of mri for flags parsing

## 3.0.11

### Patch 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.0.11",
"version": "3.1.0",
"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.1.0

### Minor Changes

- [#2525](https://github.com/commercetools/ui-kit/pull/2525) [`6e66d69b5`](https://github.com/commercetools/ui-kit/commit/6e66d69b55a5ce3cb709c34d7d88c07335f8c1e7) Thanks [@YahiaElTai](https://github.com/YahiaElTai)! - use cac instead of mri for flags parsing

## 3.0.11

### Patch 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.0.11",
"version": "3.1.0",
"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

## 16.1.1

### Patch Changes

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

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

## 16.1.1

### Patch Changes

- [#2521](https://github.com/commercetools/ui-kit/pull/2521) [`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Remove supporting code for look and feel migration.

- Updated dependencies [[`5469c3468`](https://github.com/commercetools/ui-kit/commit/5469c3468fc788041b06f2b5288029993339a593), [`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45)]:
- @commercetools-uikit/input-utils@16.1.1
- @commercetools-uikit/design-system@16.1.1
- @commercetools-uikit/accessible-button@16.1.1
- @commercetools-uikit/secondary-icon-button@16.1.1
- @commercetools-uikit/icons@16.1.1
- @commercetools-uikit/spacings-inline@16.1.1
- @commercetools-uikit/text@16.1.1
- @commercetools-uikit/tooltip@16.1.1
- @commercetools-uikit/hooks@16.1.1
- @commercetools-uikit/utils@16.1.1

## 16.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": "16.1.0",
"version": "16.1.1",
"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.1.0",
"@commercetools-uikit/design-system": "16.1.0",
"@commercetools-uikit/hooks": "16.1.0",
"@commercetools-uikit/icons": "16.1.0",
"@commercetools-uikit/input-utils": "16.1.0",
"@commercetools-uikit/secondary-icon-button": "16.1.0",
"@commercetools-uikit/spacings-inline": "16.1.0",
"@commercetools-uikit/text": "16.1.0",
"@commercetools-uikit/tooltip": "16.1.0",
"@commercetools-uikit/utils": "16.1.0",
"@commercetools-uikit/accessible-button": "16.1.1",
"@commercetools-uikit/design-system": "16.1.1",
"@commercetools-uikit/hooks": "16.1.1",
"@commercetools-uikit/icons": "16.1.1",
"@commercetools-uikit/input-utils": "16.1.1",
"@commercetools-uikit/secondary-icon-button": "16.1.1",
"@commercetools-uikit/spacings-inline": "16.1.1",
"@commercetools-uikit/text": "16.1.1",
"@commercetools-uikit/tooltip": "16.1.1",
"@commercetools-uikit/utils": "16.1.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"prop-types": "15.8.1",
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.1.1

## 16.1.0

## 16.0.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": "16.1.0",
"version": "16.1.1",
"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

## 16.1.1

### Patch Changes

- Updated dependencies [[`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45)]:
- @commercetools-uikit/design-system@16.1.1
- @commercetools-uikit/utils@16.1.1

## 16.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": "16.1.0",
"version": "16.1.1",
"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.1.0",
"@commercetools-uikit/utils": "16.1.0",
"@commercetools-uikit/design-system": "16.1.1",
"@commercetools-uikit/utils": "16.1.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"prop-types": "15.8.1"
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.1.1

### Patch Changes

- Updated dependencies [[`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45)]:
- @commercetools-uikit/design-system@16.1.1
- @commercetools-uikit/utils@16.1.1

## 16.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": "16.1.0",
"version": "16.1.1",
"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.1.0",
"@commercetools-uikit/utils": "16.1.0",
"@commercetools-uikit/design-system": "16.1.1",
"@commercetools-uikit/utils": "16.1.1",
"@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.1.1

### Patch Changes

- Updated dependencies [[`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45)]:
- @commercetools-uikit/design-system@16.1.1
- @commercetools-uikit/accessible-button@16.1.1
- @commercetools-uikit/spacings-inline@16.1.1
- @commercetools-uikit/text@16.1.1
- @commercetools-uikit/utils@16.1.1

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

## 16.1.1

### Patch Changes

- [#2521](https://github.com/commercetools/ui-kit/pull/2521) [`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45) Thanks [@CarlosCortizasCT](https://github.com/CarlosCortizasCT)! - Remove supporting code for look and feel migration.

- Updated dependencies [[`251c0dd89`](https://github.com/commercetools/ui-kit/commit/251c0dd89dc9d2228ffe23f05e25178ec3662f45)]:
- @commercetools-uikit/design-system@16.1.1
- @commercetools-uikit/accessible-button@16.1.1
- @commercetools-uikit/text@16.1.1
- @commercetools-uikit/spacings@16.1.1
- @commercetools-uikit/utils@16.1.1

## 16.1.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": "16.1.0",
"version": "16.1.1",
"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.1.0",
"@commercetools-uikit/design-system": "16.1.0",
"@commercetools-uikit/spacings": "16.1.0",
"@commercetools-uikit/text": "16.1.0",
"@commercetools-uikit/utils": "16.1.0",
"@commercetools-uikit/accessible-button": "16.1.1",
"@commercetools-uikit/design-system": "16.1.1",
"@commercetools-uikit/spacings": "16.1.1",
"@commercetools-uikit/text": "16.1.1",
"@commercetools-uikit/utils": "16.1.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
Expand Down
Loading

1 comment on commit 7f7e1e0

@vercel
Copy link

@vercel vercel bot commented on 7f7e1e0 May 19, 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.