Skip to content

Commit 58139d2

Browse files
ci(changesets): version packages (#629)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 698906a commit 58139d2

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.changeset/beige-frogs-sit.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.35.0
4+
5+
### Minor Changes
6+
7+
- [#628](https://github.com/cypress-io/cypress-design/pull/628) [`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon code-editor-small
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81)]:
12+
- @cypress-design/icon-registry@1.35.0
13+
314
## 1.34.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.34.0",
3+
"version": "1.35.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.35.0
4+
5+
### Minor Changes
6+
7+
- [#628](https://github.com/cypress-io/cypress-design/pull/628) [`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon code-editor-small
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81)]:
12+
- @cypress-design/icon-registry@1.35.0
13+
314
## 1.34.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.34.0",
3+
"version": "1.35.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.35.0
4+
5+
### Minor Changes
6+
7+
- [#628](https://github.com/cypress-io/cypress-design/pull/628) [`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon code-editor-small
8+
39
## 1.34.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.34.0",
3+
"version": "1.35.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)