Skip to content

Commit

Permalink
ci(changesets): version packages (#436)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 2, 2024
1 parent bf0ef3f commit 49b3c67
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/icon-double-class-vue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/icon-prefix-ids.md

This file was deleted.

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

## 0.38.1

### Patch Changes

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: avoid showing the passed classes twice

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: use proper prefixing for icons defs ids

- Updated dependencies [[`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55), [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55)]:
- @cypress-design/icon-registry@0.42.1

## 0.38.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": "0.38.0",
"version": "0.38.1",
"files": [
"*"
],
Expand Down
11 changes: 11 additions & 0 deletions components/Icon/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypress-design/vue-icon

## 0.39.1

### Patch Changes

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: avoid showing the passed classes twice

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: use proper prefixing for icons defs ids

- Updated dependencies [[`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55), [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55)]:
- @cypress-design/icon-registry@0.42.1

## 0.39.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": "0.39.0",
"version": "0.39.1",
"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

## 0.42.1

### Patch Changes

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: avoid showing the passed classes twice

- [#435](https://github.com/cypress-io/cypress-design/pull/435) [`bf0ef3f`](https://github.com/cypress-io/cypress-design/commit/bf0ef3f6504ea3dba71dcb00d8d2eb0a96e0fa55) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: use proper prefixing for icons defs ids

## 0.42.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": "0.42.0",
"version": "0.42.1",
"description": "All svg files to be exposed to the Icon component",
"main": "dist/index.umd.js",
"module": "dist/index.es.mjs",
Expand Down

0 comments on commit 49b3c67

Please sign in to comment.