Skip to content

Commit

Permalink
ci(changesets): version packages (#311)
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 Aug 24, 2023
1 parent a3a323f commit 7163624
Show file tree
Hide file tree
Showing 21 changed files with 89 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/app-failing-runs-icon.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/eslint-react-hooks.md

This file was deleted.

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

## 0.6.6

### Patch Changes

- [#310](https://github.com/cypress-io/cypress-design/pull/310) [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139) Thanks [@elevatebart](https://github.com/elevatebart)! - Add-eslint-react-hooks

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a), [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139)]:
- @cypress-design/react-icon@0.24.0

## 0.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Alert/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-alert",
"version": "0.6.5",
"version": "0.6.6",
"files": [
"*"
],
Expand Down
9 changes: 9 additions & 0 deletions components/DocMenu/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cypress-design/react-docmenu

## 0.3.1

### Patch Changes

- [#310](https://github.com/cypress-io/cypress-design/pull/310) [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139) Thanks [@elevatebart](https://github.com/elevatebart)! - Add-eslint-react-hooks

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a), [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139)]:
- @cypress-design/react-icon@0.24.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/DocMenu/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-docmenu",
"version": "0.3.0",
"version": "0.3.1",
"files": [
"*"
],
Expand Down
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

## 0.24.0

### Minor Changes

- [#308](https://github.com/cypress-io/cypress-design/pull/308) [`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a) Thanks [@dkasper-was-taken](https://github.com/dkasper-was-taken)! - adding failing (running + failures > 0) status icon for Runs Sidebar

### Patch Changes

- [#310](https://github.com/cypress-io/cypress-design/pull/310) [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139) Thanks [@elevatebart](https://github.com/elevatebart)! - Add-eslint-react-hooks

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a)]:
- @cypress-design/icon-registry@0.27.0

## 0.23.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.23.1",
"version": "0.24.0",
"files": [
"*"
],
Expand All @@ -21,7 +21,7 @@
"build:types": "tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/icon-registry": "^0.26.0",
"@cypress-design/icon-registry": "^0.27.0",
"clsx": "*"
},
"devDependencies": {
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.25.0

### Minor Changes

- [#308](https://github.com/cypress-io/cypress-design/pull/308) [`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a) Thanks [@dkasper-was-taken](https://github.com/dkasper-was-taken)! - adding failing (running + failures > 0) status icon for Runs Sidebar

### Patch Changes

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a)]:
- @cypress-design/icon-registry@0.27.0

## 0.24.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.24.3",
"version": "0.25.0",
"files": [
"*"
],
Expand All @@ -21,7 +21,7 @@
"build:types": "yarn tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/icon-registry": "^0.26.0"
"@cypress-design/icon-registry": "^0.27.0"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*",
Expand Down
2 changes: 1 addition & 1 deletion components/StatusIcon/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsc --project ./tsconfig.json"
},
"devDependencies": {
"@cypress-design/icon-registry": "^0.26.0"
"@cypress-design/icon-registry": "^0.27.0"
},
"license": "MIT"
}
7 changes: 7 additions & 0 deletions components/StatusIcon/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypress-design/react-statusicon

## 0.4.9

### Patch Changes

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a), [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139)]:
- @cypress-design/react-icon@0.24.0

## 0.4.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions components/StatusIcon/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-statusicon",
"version": "0.4.8",
"version": "0.4.9",
"files": [
"*"
],
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@cypress-design/constants-statusicon": "*",
"@cypress-design/react-icon": "^0.23.0",
"@cypress-design/react-icon": "^0.24.0",
"clsx": "*"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions components/StatusIcon/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cypress-design/vue-statusicon

## 0.4.12

### Patch Changes

- Updated dependencies [[`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a)]:
- @cypress-design/vue-icon@0.25.0
- @cypress-design/icon-registry@0.27.0

## 0.4.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions components/StatusIcon/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-statusicon",
"version": "0.4.11",
"version": "0.4.12",
"files": [
"./dist/*"
],
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@cypress-design/constants-statusicon": "*",
"@cypress-design/icon-registry": "^0.26.0",
"@cypress-design/icon-registry": "^0.27.0",
"@cypress-design/vue-icon": "*"
},
"devDependencies": {
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

## 0.8.1

### Patch Changes

- [#310](https://github.com/cypress-io/cypress-design/pull/310) [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139) Thanks [@elevatebart](https://github.com/elevatebart)! - Add-eslint-react-hooks

## 0.8.0

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

## 0.7.1

### Patch Changes

- [#310](https://github.com/cypress-io/cypress-design/pull/310) [`a3a323f`](https://github.com/cypress-io/cypress-design/commit/a3a323fde7acf5e5407b298b4faa0c90314c6139) Thanks [@elevatebart](https://github.com/elevatebart)! - Add-eslint-react-hooks

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Tooltip/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-tooltip",
"version": "0.7.0",
"version": "0.7.1",
"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

## 0.27.0

### Minor Changes

- [#308](https://github.com/cypress-io/cypress-design/pull/308) [`630ad4a`](https://github.com/cypress-io/cypress-design/commit/630ad4ae2e6ba65350951949767a4ebdc4c7eb0a) Thanks [@dkasper-was-taken](https://github.com/dkasper-was-taken)! - adding failing (running + failures > 0) status icon for Runs Sidebar

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

1 comment on commit 7163624

@vercel
Copy link

@vercel vercel bot commented on 7163624 Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.