diff --git a/.changeset/app-failing-runs-icon.md b/.changeset/app-failing-runs-icon.md deleted file mode 100644 index 2a851211e..000000000 --- a/.changeset/app-failing-runs-icon.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cypress-design/react-icon': minor -'@cypress-design/vue-icon': minor -'@cypress-design/icon-registry': minor ---- - -adding failing (running + failures > 0) status icon for Runs Sidebar diff --git a/.changeset/eslint-react-hooks.md b/.changeset/eslint-react-hooks.md deleted file mode 100644 index 3978d2f08..000000000 --- a/.changeset/eslint-react-hooks.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@cypress-design/react-alert": patch -"@cypress-design/react-docmenu": patch -"@cypress-design/react-icon": patch -"@cypress-design/react-tabs": patch -"@cypress-design/react-tooltip": patch ---- - -Add-eslint-react-hooks diff --git a/components/Alert/react/CHANGELOG.md b/components/Alert/react/CHANGELOG.md index 190f0b820..aeac65fc1 100644 --- a/components/Alert/react/CHANGELOG.md +++ b/components/Alert/react/CHANGELOG.md @@ -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 diff --git a/components/Alert/react/package.json b/components/Alert/react/package.json index e352e791e..9918d8d49 100644 --- a/components/Alert/react/package.json +++ b/components/Alert/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-alert", - "version": "0.6.5", + "version": "0.6.6", "files": [ "*" ], diff --git a/components/DocMenu/react/CHANGELOG.md b/components/DocMenu/react/CHANGELOG.md index d4596a21d..6b2a77d6f 100644 --- a/components/DocMenu/react/CHANGELOG.md +++ b/components/DocMenu/react/CHANGELOG.md @@ -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 diff --git a/components/DocMenu/react/package.json b/components/DocMenu/react/package.json index 7ede58a50..4cf30870f 100644 --- a/components/DocMenu/react/package.json +++ b/components/DocMenu/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-docmenu", - "version": "0.3.0", + "version": "0.3.1", "files": [ "*" ], diff --git a/components/Icon/react/CHANGELOG.md b/components/Icon/react/CHANGELOG.md index d1b619159..02fedd246 100644 --- a/components/Icon/react/CHANGELOG.md +++ b/components/Icon/react/CHANGELOG.md @@ -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 diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index 517eb3b25..fa34e85ab 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-icon", - "version": "0.23.1", + "version": "0.24.0", "files": [ "*" ], @@ -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": { diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index 043ca7b0c..2b626c42c 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -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 diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index 59cd684fc..9981de442 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "0.24.3", + "version": "0.25.0", "files": [ "*" ], @@ -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": "*", diff --git a/components/StatusIcon/constants/package.json b/components/StatusIcon/constants/package.json index b03f153ac..1c6d4aa46 100644 --- a/components/StatusIcon/constants/package.json +++ b/components/StatusIcon/constants/package.json @@ -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" } \ No newline at end of file diff --git a/components/StatusIcon/react/CHANGELOG.md b/components/StatusIcon/react/CHANGELOG.md index 37bcb5f98..317c6d575 100644 --- a/components/StatusIcon/react/CHANGELOG.md +++ b/components/StatusIcon/react/CHANGELOG.md @@ -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 diff --git a/components/StatusIcon/react/package.json b/components/StatusIcon/react/package.json index 0d14c3103..ea7a48a2b 100644 --- a/components/StatusIcon/react/package.json +++ b/components/StatusIcon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-statusicon", - "version": "0.4.8", + "version": "0.4.9", "files": [ "*" ], @@ -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": { diff --git a/components/StatusIcon/vue/CHANGELOG.md b/components/StatusIcon/vue/CHANGELOG.md index 1bde36894..83c0fd794 100644 --- a/components/StatusIcon/vue/CHANGELOG.md +++ b/components/StatusIcon/vue/CHANGELOG.md @@ -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 diff --git a/components/StatusIcon/vue/package.json b/components/StatusIcon/vue/package.json index 0ef24d735..d0f0fdd08 100644 --- a/components/StatusIcon/vue/package.json +++ b/components/StatusIcon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-statusicon", - "version": "0.4.11", + "version": "0.4.12", "files": [ "./dist/*" ], @@ -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": { diff --git a/components/Tabs/react/CHANGELOG.md b/components/Tabs/react/CHANGELOG.md index eec4a6748..dd167d43b 100644 --- a/components/Tabs/react/CHANGELOG.md +++ b/components/Tabs/react/CHANGELOG.md @@ -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 diff --git a/components/Tabs/react/package.json b/components/Tabs/react/package.json index ed61236f5..9ffc624e6 100644 --- a/components/Tabs/react/package.json +++ b/components/Tabs/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-tabs", - "version": "0.8.0", + "version": "0.8.1", "files": [ "*" ], diff --git a/components/Tooltip/react/CHANGELOG.md b/components/Tooltip/react/CHANGELOG.md index 56d540f05..ef3a7635d 100644 --- a/components/Tooltip/react/CHANGELOG.md +++ b/components/Tooltip/react/CHANGELOG.md @@ -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 diff --git a/components/Tooltip/react/package.json b/components/Tooltip/react/package.json index 7e9242412..cb116b674 100644 --- a/components/Tooltip/react/package.json +++ b/components/Tooltip/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-tooltip", - "version": "0.7.0", + "version": "0.7.1", "files": [ "*" ], diff --git a/icon-registry/CHANGELOG.md b/icon-registry/CHANGELOG.md index b941586c1..8766b1a4b 100644 --- a/icon-registry/CHANGELOG.md +++ b/icon-registry/CHANGELOG.md @@ -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 diff --git a/icon-registry/package.json b/icon-registry/package.json index f66e8c1a5..fcc6a4269 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -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",