Skip to content

Commit

Permalink
ci(changesets): version packages (#431)
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
github-actions[bot] and github-actions[bot] committed Apr 23, 2024
1 parent 66f9a90 commit 2624cf3
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/rotten-ads-remember.md

This file was deleted.

6 changes: 6 additions & 0 deletions components/Button/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/constants-button

## 0.1.7

### Patch Changes

- [`29703c4`](https://github.com/cypress-io/cypress-design/commit/29703c4d4d8fbb4f742bf57fb7577b41174a6590) Thanks [@elevatebart](https://github.com/elevatebart)! - fix height and width of buttons to match the size of non-square buttons

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Button/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/constants-button",
"version": "0.1.6",
"version": "0.1.7",
"files": [
"*"
],
Expand Down
9 changes: 9 additions & 0 deletions components/Button/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/react-button

## 0.12.7

### Patch Changes

- [`29703c4`](https://github.com/cypress-io/cypress-design/commit/29703c4d4d8fbb4f742bf57fb7577b41174a6590) Thanks [@elevatebart](https://github.com/elevatebart)! - fix height and width of buttons to match the size of non-square buttons

- Updated dependencies [[`29703c4`](https://github.com/cypress-io/cypress-design/commit/29703c4d4d8fbb4f742bf57fb7577b41174a6590)]:
- @cypress-design/constants-button@0.1.7

## 0.12.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Button/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-button",
"version": "0.12.6",
"version": "0.12.7",
"files": [
"*"
],
Expand Down
9 changes: 9 additions & 0 deletions components/Button/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/vue-button

## 0.11.10

### Patch Changes

- [`29703c4`](https://github.com/cypress-io/cypress-design/commit/29703c4d4d8fbb4f742bf57fb7577b41174a6590) Thanks [@elevatebart](https://github.com/elevatebart)! - fix height and width of buttons to match the size of non-square buttons

- Updated dependencies [[`29703c4`](https://github.com/cypress-io/cypress-design/commit/29703c4d4d8fbb4f742bf57fb7577b41174a6590)]:
- @cypress-design/constants-button@0.1.7

## 0.11.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Button/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-button",
"version": "0.11.9",
"version": "0.11.10",
"files": [
"*"
],
Expand Down

0 comments on commit 2624cf3

Please sign in to comment.