Skip to content

Commit

Permalink
ci(changesets): version packages (#268)
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 Jun 22, 2023
1 parent dd57623 commit 2fc6ab6
Show file tree
Hide file tree
Showing 21 changed files with 73 additions and 34 deletions.
6 changes: 0 additions & 6 deletions .changeset/forceopen-prop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/jsx-curlies-in-icons.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/no-portal-empty-div.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tab-activieId.md

This file was deleted.

6 changes: 6 additions & 0 deletions components/Modal/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/react-modal

## 0.0.3

### Patch Changes

- [#265](https://github.com/cypress-io/cypress-design/pull/265) [`a69b7ee`](https://github.com/cypress-io/cypress-design/commit/a69b7ee3e7ca0900362b463f9925ba6ff6f4332f) Thanks [@elevatebart](https://github.com/elevatebart)! - avoid creating empty divs

## 0.0.2

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

## 0.3.0

### Minor Changes

- [#267](https://github.com/cypress-io/cypress-design/pull/267) [`dd57623`](https://github.com/cypress-io/cypress-design/commit/dd57623479470aaa0616dda02f59c6011cb2cd78) Thanks [@elevatebart](https://github.com/elevatebart)! - move active status of tabs to a prop of the component

## 0.2.0

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

## 0.6.0

### Minor Changes

- [#267](https://github.com/cypress-io/cypress-design/pull/267) [`dd57623`](https://github.com/cypress-io/cypress-design/commit/dd57623479470aaa0616dda02f59c6011cb2cd78) Thanks [@elevatebart](https://github.com/elevatebart)! - move active status of tabs to a prop of the component

### Patch Changes

- Updated dependencies [[`dd57623`](https://github.com/cypress-io/cypress-design/commit/dd57623479470aaa0616dda02f59c6011cb2cd78)]:
- @cypress-design/constants-tabs@0.3.0

## 0.5.2

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

## 0.6.0

### Minor Changes

- [#267](https://github.com/cypress-io/cypress-design/pull/267) [`dd57623`](https://github.com/cypress-io/cypress-design/commit/dd57623479470aaa0616dda02f59c6011cb2cd78) Thanks [@elevatebart](https://github.com/elevatebart)! - move active status of tabs to a prop of the component

### Patch Changes

- Updated dependencies [[`dd57623`](https://github.com/cypress-io/cypress-design/commit/dd57623479470aaa0616dda02f59c6011cb2cd78)]:
- @cypress-design/constants-tabs@0.3.0

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

## 0.7.0

### Minor Changes

- [#265](https://github.com/cypress-io/cypress-design/pull/265) [`a69b7ee`](https://github.com/cypress-io/cypress-design/commit/a69b7ee3e7ca0900362b463f9925ba6ff6f4332f) Thanks [@elevatebart](https://github.com/elevatebart)! - add forceOpen prop

### Patch Changes

- [#265](https://github.com/cypress-io/cypress-design/pull/265) [`a69b7ee`](https://github.com/cypress-io/cypress-design/commit/a69b7ee3e7ca0900362b463f9925ba6ff6f4332f) Thanks [@elevatebart](https://github.com/elevatebart)! - avoid creating empty divs

## 0.6.3

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

## 0.7.0

### Minor Changes

- [#265](https://github.com/cypress-io/cypress-design/pull/265) [`a69b7ee`](https://github.com/cypress-io/cypress-design/commit/a69b7ee3e7ca0900362b463f9925ba6ff6f4332f) Thanks [@elevatebart](https://github.com/elevatebart)! - add forceOpen prop

## 0.6.3

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

## 0.14.0

### Minor Changes

- [#266](https://github.com/cypress-io/cypress-design/pull/266) [`c573e4f`](https://github.com/cypress-io/cypress-design/commit/c573e4ff978f6fd98ef8f9967742b062d81fb07f) Thanks [@elevatebart](https://github.com/elevatebart)! - parse icons with curlies in color

## 0.13.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/css",
"version": "0.13.4",
"version": "0.14.0",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/rollup-plugin-tailwind-keep/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cypress-design/rollup-plugin-tailwind-keep

## 0.0.4

### Patch Changes

- Updated dependencies [[`c573e4f`](https://github.com/cypress-io/cypress-design/commit/c573e4ff978f6fd98ef8f9967742b062d81fb07f)]:
- @cypress-design/css@0.14.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-tailwind-keep/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cypress-design/rollup-plugin-tailwind-keep",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"license": "MIT",
"types": "./dist/index.d.ts",
"dependencies": {
"@cypress-design/css": "0.13.4",
"@cypress-design/css": "0.14.0",
"tailwindcss": "3.3.2",
"vite": "4.3.9"
}
Expand Down
2 changes: 1 addition & 1 deletion test/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@cypress-design/css": "^0.13.0",
"@cypress-design/css": "^0.14.0",
"@types/react": "18",
"@types/react-dom": "18",
"@vitejs/plugin-react": "^4.0.1",
Expand Down

1 comment on commit 2fc6ab6

@vercel
Copy link

@vercel vercel bot commented on 2fc6ab6 Jun 22, 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.