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 Apr 26, 2021
1 parent 752d117 commit f92996a
Show file tree
Hide file tree
Showing 130 changed files with 827 additions and 275 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-bugs-invent.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/five-impalas-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-hats-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-pillows-build.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/calendar-time-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @commercetools-uikit/calendar-time-utils

## 12.0.3

### Patch Changes

- [#1873](https://github.com/commercetools/ui-kit/pull/1873) [`72667c8e`](https://github.com/commercetools/ui-kit/commit/72667c8e801b241fcd8c462fb084129ab972e4f2) Thanks [@adnasa](https://github.com/adnasa)! - migrate to TypeScript, use Moment Types

## 12.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/calendar-utils

## 12.0.3

### Patch Changes

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3
- @commercetools-uikit/secondary-icon-button@12.0.3
- @commercetools-uikit/input-utils@12.0.3

## 12.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "12.0.2",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,12 +25,12 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/hooks": "12.0.2",
"@commercetools-uikit/icons": "12.0.0",
"@commercetools-uikit/input-utils": "12.0.0",
"@commercetools-uikit/secondary-icon-button": "12.0.0",
"@commercetools-uikit/input-utils": "12.0.3",
"@commercetools-uikit/secondary-icon-button": "12.0.3",
"@commercetools-uikit/spacings-inline": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
"@commercetools-uikit/tooltip": "12.0.2",
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

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

* [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Update `buttonAttributes` to support `unknown` type.

## 12.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/buttons/flat-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/flat-button

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings-inline": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/buttons/icon-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/icon-button

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/buttons/link-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-uikit/link-button

## 12.0.3

### Patch Changes

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/buttons/link-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/link-button",
"description": "Link buttons are similar to Flat buttons but work as link elements.",
"version": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings-inline": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/buttons/primary-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/primary-button

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/buttons/primary-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/primary-button",
"description": "Primary buttons are used for a primary action on a page. You must also pass a label for accessibility reasons.",
"version": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings-inline": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/buttons/secondary-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/secondary-button

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/buttons/secondary-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/secondary-button",
"description": "Secondary buttons are used in combination with a PrimaryButton and represent the secondary action.",
"version": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings-inline": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools-uikit/secondary-icon-button

## 12.0.3

### Patch Changes

- [#1856](https://github.com/commercetools/ui-kit/pull/1856) [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f) Thanks [@adnasa](https://github.com/adnasa)! - Migrate to `TypeScript` and migrate docs to README generator.

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.0

### Major Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/secondary-icon-button",
"description": "Secondary Icon Buttons are \"icon-only\" buttons and a restricted version of the `<IconButton>`. They trigger an action when clicked (`onClick` prop). You must also pass a label for accessibility reasons.",
"version": "12.0.0",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/design-system": "12.0.0",
"@commercetools-uikit/spacings": "12.0.0",
"@commercetools-uikit/text": "12.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/collapsible-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-uikit/collapsible-panel

## 12.0.3

### Patch Changes

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3

## 12.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/collapsible-panel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/collapsible-panel",
"description": "A panel to collapse and expand your content.",
"version": "12.0.2",
"version": "12.0.3",
"bugs": "https://github.com/commercetools/ui-kit/issues",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "7.13.10",
"@babel/runtime-corejs3": "7.13.10",
"@commercetools-uikit/accessible-button": "12.0.0",
"@commercetools-uikit/accessible-button": "12.0.3",
"@commercetools-uikit/collapsible-motion": "12.0.2",
"@commercetools-uikit/constraints": "12.0.0",
"@commercetools-uikit/design-system": "12.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/components/data-table-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools-uikit/data-table-manager

## 12.0.3

### Patch Changes

- Updated dependencies [[`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/accessible-button@12.0.3
- @commercetools-uikit/primary-button@12.0.3
- @commercetools-uikit/secondary-button@12.0.3
- @commercetools-uikit/secondary-icon-button@12.0.3
- @commercetools-uikit/tag@12.0.3
- @commercetools-uikit/async-select-input@12.0.3
- @commercetools-uikit/select-input@12.0.3
- @commercetools-uikit/field-label@12.0.3
- @commercetools-uikit/radio-input@12.0.3

## 12.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit f92996a

Please sign in to comment.