Skip to content

Commit 494f95e

Browse files
ci(changesets): version packages (#69)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8c577fb commit 494f95e

File tree

31 files changed

+134
-40
lines changed

31 files changed

+134
-40
lines changed

.changeset/orange-jars-sin.md

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

components/Alert/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-alert
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
8+
39
## 0.1.0
410

511
### Minor Changes

components/Alert/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-alert",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"files": [
55
"*"
66
],

components/Alert/vue/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
8+
9+
- Updated dependencies [[`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13)]:
10+
- @cypress-design/vue-icon@0.5.2
11+
312
## 0.1.0
413

514
### Minor Changes

components/Alert/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-alert",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
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+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
8+
39
## 0.4.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": "0.4.1",
3+
"version": "0.4.2",
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+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
8+
39
## 0.3.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": "0.3.1",
3+
"version": "0.3.2",
44
"files": [
55
"*"
66
],

components/Spinner/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-spinner
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#68](https://github.com/cypress-io/cypress-design/pull/68) [`8c577fb`](https://github.com/cypress-io/cypress-design/commit/8c577fb0c6a0411cf8218dfe78281834df3d6f13) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: publish `.mjs` files for esm intead of `.js`
8+
39
## 0.1.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)