Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/all-suits-fold.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/breezy-pigs-cough.md

This file was deleted.

13 changes: 13 additions & 0 deletions components/Icon/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cypress-design/react-icon

## 1.29.0

### Minor Changes

- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size

- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version

### Patch Changes

- Updated dependencies [[`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323), [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb)]:
- @cypress-design/[email protected]

## 1.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Icon/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-icon",
"version": "1.28.0",
"version": "1.29.0",
"files": [
"*"
],
Expand Down
13 changes: 13 additions & 0 deletions components/Icon/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cypress-design/vue-icon

## 1.29.0

### Minor Changes

- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size

- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version

### Patch Changes

- Updated dependencies [[`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323), [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb)]:
- @cypress-design/[email protected]

## 1.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Icon/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-icon",
"version": "1.28.0",
"version": "1.29.0",
"files": [
"*"
],
Expand Down
8 changes: 8 additions & 0 deletions icon-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypress-design/icon-registry

## 1.29.0

### Minor Changes

- [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size

- [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version

## 1.28.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion icon-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/icon-registry",
"version": "1.28.0",
"version": "1.29.0",
"description": "All svg files to be exposed to the Icon component",
"main": "dist/index.umd.js",
"module": "dist/index.es.mjs",
Expand Down