Skip to content

Commit 8095975

Browse files
ci(changesets): version packages (#627)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce73822 commit 8095975

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.changeset/fine-icons-learn.md

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

components/Icon/react/CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- [#624](https://github.com/cypress-io/cypress-design/pull/624) [`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96) Thanks [@mabela416](https://github.com/mabela416)! - Add general sparkle single large icon in 24px
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96)]:
12+
- @cypress-design/icon-registry@1.34.0
13+
314
## 1.33.0
415

516
### Minor Changes

components/Icon/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-icon",
3-
"version": "1.33.0",
3+
"version": "1.34.0",
44
"files": [
55
"*"
66
],

components/Icon/vue/CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- [#624](https://github.com/cypress-io/cypress-design/pull/624) [`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96) Thanks [@mabela416](https://github.com/mabela416)! - Add general sparkle single large icon in 24px
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96)]:
12+
- @cypress-design/icon-registry@1.34.0
13+
314
## 1.33.0
415

516
### Minor Changes

components/Icon/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-icon",
3-
"version": "1.33.0",
3+
"version": "1.34.0",
44
"files": [
55
"*"
66
],

icon-registry/CHANGELOG.md

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

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- [#624](https://github.com/cypress-io/cypress-design/pull/624) [`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96) Thanks [@mabela416](https://github.com/mabela416)! - Add general sparkle single large icon in 24px
8+
39
## 1.33.0
410

511
### Minor Changes

icon-registry/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/icon-registry",
3-
"version": "1.33.0",
3+
"version": "1.34.0",
44
"description": "All svg files to be exposed to the Icon component",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.es.mjs",

0 commit comments

Comments
 (0)