Skip to content

Commit

Permalink
ci(changesets): version packages (#524)
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] authored Jan 27, 2025
1 parent 550bdd4 commit f45f3e9
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/mighty-snakes-thank.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

## 1.7.0

### Minor Changes

- [#522](https://github.com/cypress-io/cypress-design/pull/522) [`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding square-minus_x12, square-minus_x16, and square-minus_x24 icons

### Patch Changes

- Updated dependencies [[`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b)]:
- @cypress-design/icon-registry@1.7.0

## 1.6.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.6.0",
"version": "1.7.0",
"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

## 1.7.0

### Minor Changes

- [#522](https://github.com/cypress-io/cypress-design/pull/522) [`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding square-minus_x12, square-minus_x16, and square-minus_x24 icons

### Patch Changes

- Updated dependencies [[`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b)]:
- @cypress-design/icon-registry@1.7.0

## 1.6.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.6.0",
"version": "1.7.0",
"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.7.0

### Minor Changes

- [#522](https://github.com/cypress-io/cypress-design/pull/522) [`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding square-minus_x12, square-minus_x16, and square-minus_x24 icons

## 1.6.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.6.0",
"version": "1.7.0",
"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 f45f3e9

Please sign in to comment.