Skip to content

Commit 4dd15be

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

File tree

7 files changed

+31
-10
lines changed

7 files changed

+31
-10
lines changed

.changeset/fair-sites-behave.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.32.0
4+
5+
### Minor Changes
6+
7+
- [#618](https://github.com/cypress-io/cypress-design/pull/618) [`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a) Thanks [@astone123](https://github.com/astone123)! - Add technology-dashboard-fail 24px icon
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a)]:
12+
- @cypress-design/icon-registry@1.32.0
13+
314
## 1.31.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.31.0",
3+
"version": "1.32.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.32.0
4+
5+
### Minor Changes
6+
7+
- [#618](https://github.com/cypress-io/cypress-design/pull/618) [`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a) Thanks [@astone123](https://github.com/astone123)! - Add technology-dashboard-fail 24px icon
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a)]:
12+
- @cypress-design/icon-registry@1.32.0
13+
314
## 1.31.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.31.0",
3+
"version": "1.32.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.32.0
4+
5+
### Minor Changes
6+
7+
- [#618](https://github.com/cypress-io/cypress-design/pull/618) [`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a) Thanks [@astone123](https://github.com/astone123)! - Add technology-dashboard-fail 24px icon
8+
39
## 1.31.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.31.0",
3+
"version": "1.32.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)