Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1880

Merged
merged 2 commits into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilly-bugs-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-donkeys-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-ladybugs-remain.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/giant-jars-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-poems-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-tips-build.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/real-squids-mix.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
11 changes: 11 additions & 0 deletions packages/calendar-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @commercetools-uikit/calendar-utils

## 12.0.3

### Patch Changes

- Updated dependencies [[`4acb66d4`](https://github.com/commercetools/ui-kit/commit/4acb66d44988b62b64411216ad49a1c896d18a93), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f), [`043e9d2f`](https://github.com/commercetools/ui-kit/commit/043e9d2f36a06b01fe2ce6172a0708de2f70d35d), [`8952076b`](https://github.com/commercetools/ui-kit/commit/8952076bcc5a89c1911981af08e80fc986394c8f)]:
- @commercetools-uikit/input-utils@12.0.3
- @commercetools-uikit/accessible-button@12.0.3
- @commercetools-uikit/secondary-icon-button@12.0.3
- @commercetools-uikit/hooks@12.0.3
- @commercetools-uikit/tooltip@12.0.3

## 12.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 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,15 +25,15 @@
"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/hooks": "12.0.3",
"@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",
"@commercetools-uikit/tooltip": "12.0.3",
"@commercetools-uikit/utils": "12.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
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
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-motion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @commercetools-uikit/collapsible-motion

## 12.0.3

### Patch Changes

- Updated dependencies [[`043e9d2f`](https://github.com/commercetools/ui-kit/commit/043e9d2f36a06b01fe2ce6172a0708de2f70d35d)]:
- @commercetools-uikit/hooks@12.0.3

## 12.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/components/collapsible-motion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools-uikit/collapsible-motion",
"description": "A component which allows building collapsible elements with an arbitrary height.",
"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/hooks": "12.0.2",
"@commercetools-uikit/hooks": "12.0.3",
"@commercetools-uikit/utils": "12.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/components/collapsible-panel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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
- @commercetools-uikit/collapsible-motion@12.0.3

## 12.0.2

### Patch Changes
Expand Down
Loading