Skip to content

Commit 1ea3851

Browse files
authored
Merge branch 'main' into action-tap-icons
2 parents 52f06e1 + 2c0db79 commit 1ea3851

File tree

12 files changed

+223
-520
lines changed

12 files changed

+223
-520
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
}
88
],
99
"commit": false,
10-
"fixed": [],
11-
"linked": [
10+
"fixed": [
1211
[
1312
"@cypress-design/icon-registry",
1413
"@cypress-design/react-icon",
1514
"@cypress-design/vue-icon"
1615
]
1716
],
17+
"linked": [],
1818
"access": "public",
1919
"baseBranch": "main",
2020
"updateInternalDependencies": "patch",

components/Icon/react/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`39a0752`](https://github.com/cypress-io/cypress-design/commit/39a07528a00a8fbd2104636d81b6cb8be2b045d4)]:
8+
- @cypress-design/icon-registry@1.15.0
9+
310
## 1.14.0
411

512
### 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.14.0",
3+
"version": "1.15.0",
44
"files": [
55
"*"
66
],

components/Icon/vue/CHANGELOG.md

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

3+
## 1.15.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`39a0752`](https://github.com/cypress-io/cypress-design/commit/39a07528a00a8fbd2104636d81b6cb8be2b045d4)]:
8+
- @cypress-design/icon-registry@1.15.0
9+
310
## 1.14.0
411

512
### 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.14.0",
3+
"version": "1.15.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.15.0
4+
5+
### Minor Changes
6+
7+
- [#563](https://github.com/cypress-io/cypress-design/pull/563) [`39a0752`](https://github.com/cypress-io/cypress-design/commit/39a07528a00a8fbd2104636d81b6cb8be2b045d4) Thanks [@karlsnyder0](https://github.com/karlsnyder0)! - add security-flag-pin and user-general-outline at x24 size
8+
39
## 1.14.0
410

511
### Minor Changes
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading

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.14.0",
3+
"version": "1.15.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)