Skip to content

Commit 8c03d4b

Browse files
ci(changesets): version packages (#632)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c016dd commit 8c03d4b

File tree

7 files changed

+27
-10
lines changed

7 files changed

+27
-10
lines changed

.changeset/smart-books-mix.md

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

components/Icon/react/CHANGELOG.md

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

3+
## 1.35.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons
8+
9+
- Updated dependencies [[`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58)]:
10+
- @cypress-design/icon-registry@1.35.1
11+
312
## 1.35.0
413

514
### 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.35.0",
3+
"version": "1.35.1",
44
"files": [
55
"*"
66
],

components/Icon/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-icon
22

3+
## 1.35.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons
8+
9+
- Updated dependencies [[`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58)]:
10+
- @cypress-design/icon-registry@1.35.1
11+
312
## 1.35.0
413

514
### 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.35.0",
3+
"version": "1.35.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons
8+
39
## 1.35.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.35.0",
3+
"version": "1.35.1",
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)