Skip to content

Commit 1198d1c

Browse files
ci(changesets): version packages (#714)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 46c2293 commit 1198d1c

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

.changeset/add-menu-dots-horizontal-icons.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+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#713](https://github.com/cypress-io/cypress-design/pull/713) [`46c2293`](https://github.com/cypress-io/cypress-design/commit/46c2293516960b1d5316561ab8ce098daedff4bd) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Add three horizontal menu-dots icon variants: `menu-dots-horizontal-small` at 16px (`IconMenuDotsHorizontalSmall`) — a compact three-dot glyph for tight rows — and `menu-dots-horizontal` at 16px and 24px (`IconMenuDotsHorizontal`) — the standard three-dot overflow-menu glyph. Companions to the existing `menu-dots-vertical`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`46c2293`](https://github.com/cypress-io/cypress-design/commit/46c2293516960b1d5316561ab8ce098daedff4bd)]:
12+
- @cypress-design/icon-registry@3.3.0
13+
314
## 3.2.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": "3.2.0",
3+
"version": "3.3.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+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#713](https://github.com/cypress-io/cypress-design/pull/713) [`46c2293`](https://github.com/cypress-io/cypress-design/commit/46c2293516960b1d5316561ab8ce098daedff4bd) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Add three horizontal menu-dots icon variants: `menu-dots-horizontal-small` at 16px (`IconMenuDotsHorizontalSmall`) — a compact three-dot glyph for tight rows — and `menu-dots-horizontal` at 16px and 24px (`IconMenuDotsHorizontal`) — the standard three-dot overflow-menu glyph. Companions to the existing `menu-dots-vertical`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`46c2293`](https://github.com/cypress-io/cypress-design/commit/46c2293516960b1d5316561ab8ce098daedff4bd)]:
12+
- @cypress-design/icon-registry@3.3.0
13+
314
## 3.2.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": "3.2.0",
3+
"version": "3.3.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+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#713](https://github.com/cypress-io/cypress-design/pull/713) [`46c2293`](https://github.com/cypress-io/cypress-design/commit/46c2293516960b1d5316561ab8ce098daedff4bd) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Add three horizontal menu-dots icon variants: `menu-dots-horizontal-small` at 16px (`IconMenuDotsHorizontalSmall`) — a compact three-dot glyph for tight rows — and `menu-dots-horizontal` at 16px and 24px (`IconMenuDotsHorizontal`) — the standard three-dot overflow-menu glyph. Companions to the existing `menu-dots-vertical`.
8+
39
## 3.2.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": "3.2.0",
3+
"version": "3.3.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)