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 Jun 15, 2022
1 parent a0408d8 commit 2d8dc45
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/eight-cobras-mix.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#35](https://github.com/cypress-io/cypress-design/pull/35) [`f68c0ed`](https://github.com/cypress-io/cypress-design/commit/f68c0ed63022f367e5859a61392539f75c3452b6) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Renamed button types and added a new variant.

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"files": [
"*"
],
Expand Down
6 changes: 6 additions & 0 deletions components/Button/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/vue-button

## 0.1.0

### Minor Changes

- [#35](https://github.com/cypress-io/cypress-design/pull/35) [`f68c0ed`](https://github.com/cypress-io/cypress-design/commit/f68c0ed63022f367e5859a61392539f75c3452b6) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Renamed button types and added a new variant.

## 0.0.1

### 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.0.1",
"version": "0.1.0",
"files": [
"*"
],
Expand Down

0 comments on commit 2d8dc45

Please sign in to comment.