Skip to content

Commit

Permalink
ci(changesets): version packages (#490)
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 Sep 3, 2024
1 parent 55104a0 commit 3167d59
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-swans-juggle.md

This file was deleted.

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

## 1.4.9

### Patch Changes

- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong

- Updated dependencies [[`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8)]:
- @cypress-design/icon-registry@1.4.9

## 1.4.8

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

## 1.4.9

### Patch Changes

- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong

- Updated dependencies [[`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8)]:
- @cypress-design/icon-registry@1.4.9

## 1.4.8

### Patch 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.4.8",
"version": "1.4.9",
"files": [
"*"
],
Expand Down
6 changes: 6 additions & 0 deletions icon-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/icon-registry

## 1.4.9

### Patch Changes

- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong

## 1.4.8

### Patch 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.4.8",
"version": "1.4.9",
"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 3167d59

Please sign in to comment.