Skip to content

Commit 5310ae2

Browse files
ci(changesets): version packages (#617)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 378cd75 commit 5310ae2

File tree

7 files changed

+21
-10
lines changed

7 files changed

+21
-10
lines changed

.changeset/small-humans-leave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

components/Button/constants/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cypress-design/constants-button
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#616](https://github.com/cypress-io/cypress-design/pull/616) [`378cd75`](https://github.com/cypress-io/cypress-design/commit/378cd7540b86ef1c6219ffdd3c281307811c28f7) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding indigo-dark dark mode variation button
8+
39
## 1.9.0
410

511
### Minor Changes

components/Button/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypress-design/constants-button",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"files": [
55
"*"
66
],

components/Button/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cypress-design/react-button
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- [#616](https://github.com/cypress-io/cypress-design/pull/616) [`378cd75`](https://github.com/cypress-io/cypress-design/commit/378cd7540b86ef1c6219ffdd3c281307811c28f7) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding indigo-dark dark mode variation button
8+
39
## 1.10.1
410

511
### Patch Changes

components/Button/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypress-design/react-button",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"files": [
55
"*"
66
],

components/Button/vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cypress-design/vue-button
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- [#616](https://github.com/cypress-io/cypress-design/pull/616) [`378cd75`](https://github.com/cypress-io/cypress-design/commit/378cd7540b86ef1c6219ffdd3c281307811c28f7) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding indigo-dark dark mode variation button
8+
39
## 1.10.1
410

511
### Patch Changes

components/Button/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cypress-design/vue-button",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"files": [
55
"*"
66
],

0 commit comments

Comments
 (0)