Skip to content

Commit

Permalink
ci(changesets): version packages (#459)
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 Jul 17, 2024
1 parent 17459ca commit dca331d
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 18 deletions.
7 changes: 0 additions & 7 deletions .changeset/beige-donkeys-lick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-trainers-begin.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.2.2

### Patch Changes

- [#458](https://github.com/cypress-io/cypress-design/pull/458) [`17459ca`](https://github.com/cypress-io/cypress-design/commit/17459ca7099c9e53ec003d8227ac5a64fc36d158) Thanks [@chrisbreiding](https://github.com/chrisbreiding)! - add untested link icon and update test/untested element icons

- Updated dependencies [[`17459ca`](https://github.com/cypress-io/cypress-design/commit/17459ca7099c9e53ec003d8227ac5a64fc36d158)]:
- @cypress-design/icon-registry@1.2.2

## 1.2.1

### 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.2.1",
"version": "1.2.2",
"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.2.2

### Patch Changes

- [#458](https://github.com/cypress-io/cypress-design/pull/458) [`17459ca`](https://github.com/cypress-io/cypress-design/commit/17459ca7099c9e53ec003d8227ac5a64fc36d158) Thanks [@chrisbreiding](https://github.com/chrisbreiding)! - add untested link icon and update test/untested element icons

- Updated dependencies [[`17459ca`](https://github.com/cypress-io/cypress-design/commit/17459ca7099c9e53ec003d8227ac5a64fc36d158)]:
- @cypress-design/icon-registry@1.2.2

## 1.2.1

### 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.2.1",
"version": "1.2.2",
"files": [
"*"
],
Expand Down
6 changes: 6 additions & 0 deletions components/Tabs/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/react-tabs

## 1.2.2

### Patch Changes

- [`8e45672`](https://github.com/cypress-io/cypress-design/commit/8e45672eefb86cbf0f4f883fd8c7faf61c5cd8c6) Thanks [@elevatebart](https://github.com/elevatebart)! - add constants as a dependency so we can check Tab types

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tabs/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-tabs",
"version": "1.2.1",
"version": "1.2.2",
"files": [
"*"
],
Expand Down
6 changes: 6 additions & 0 deletions components/Tabs/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/vue-tabs

## 1.2.2

### Patch Changes

- [`8e45672`](https://github.com/cypress-io/cypress-design/commit/8e45672eefb86cbf0f4f883fd8c7faf61c5cd8c6) Thanks [@elevatebart](https://github.com/elevatebart)! - add constants as a dependency so we can check Tab types

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tabs/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-tabs",
"version": "1.2.1",
"version": "1.2.2",
"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.2.2

### Patch Changes

- [#458](https://github.com/cypress-io/cypress-design/pull/458) [`17459ca`](https://github.com/cypress-io/cypress-design/commit/17459ca7099c9e53ec003d8227ac5a64fc36d158) Thanks [@chrisbreiding](https://github.com/chrisbreiding)! - add untested link icon and update test/untested element icons

## 1.2.1

### 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.2.1",
"version": "1.2.2",
"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 dca331d

Please sign in to comment.