Skip to content

Commit

Permalink
add prerelease objects to git
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Sep 20, 2024
1 parent 6e421b7 commit 024702a
Show file tree
Hide file tree
Showing 97 changed files with 690 additions and 166 deletions.
60 changes: 60 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@cypress-design/constants-accordion": "1.0.0",
"@cypress-design/react-accordion": "1.0.2",
"@cypress-design/vue-accordion": "1.0.0",
"@cypress-design/constants-alert": "1.0.0",
"@cypress-design/react-alert": "1.0.2",
"@cypress-design/vue-alert": "1.0.0",
"@cypress-design/constants-button": "1.0.0",
"@cypress-design/react-button": "1.0.1",
"@cypress-design/vue-button": "1.0.0",
"@cypress-design/constants-checkbox": "1.0.0",
"@cypress-design/react-checkbox": "1.0.2",
"@cypress-design/vue-checkbox": "1.0.0",
"@cypress-design/constants-docmenu": "1.0.0",
"@cypress-design/react-docmenu": "1.0.2",
"@cypress-design/vue-docmenu": "1.0.0",
"@cypress-design/react-icon": "1.5.1",
"@cypress-design/vue-icon": "1.5.1",
"@cypress-design/react-logo": "1.0.1",
"@cypress-design/vue-logo": "1.0.0",
"@cypress-design/constants-menu": "1.0.0",
"@cypress-design/react-menu": "1.0.2",
"@cypress-design/vue-menu": "1.0.0",
"@cypress-design/constants-modal": "1.0.0",
"@cypress-design/react-modal": "1.0.2",
"@cypress-design/vue-modal": "1.0.0",
"@cypress-design/constants-spinner": "1.0.0",
"@cypress-design/react-spinner": "1.0.2",
"@cypress-design/vue-spinner": "1.0.0",
"@cypress-design/constants-statusicon": "1.0.0",
"@cypress-design/react-statusicon": "1.0.2",
"@cypress-design/vue-statusicon": "1.0.0",
"@cypress-design/constants-tabs": "1.2.1",
"@cypress-design/react-tabs": "1.2.2",
"@cypress-design/vue-tabs": "1.2.2",
"@cypress-design/constants-tag": "1.0.1",
"@cypress-design/react-tag": "1.0.3",
"@cypress-design/vue-tag": "1.0.1",
"@cypress-design/constants-testresult": "1.0.0",
"@cypress-design/react-testresult": "1.0.2",
"@cypress-design/vue-testresult": "1.0.0",
"@cypress-design/react-tooltip": "1.0.2",
"@cypress-design/vue-tooltip": "1.0.0",
"@cypress-design/css": "1.0.0",
"@cypress-design/icon-registry": "1.5.1",
"@cypress-design/color-constants": "1.0.0",
"@cypress-design/component-tailwind-plugins": "0.0.0",
"@cypress-design/details-animation": "1.0.0",
"@cypress-design/eslint-plugin": "0.1.1",
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.0",
"@cypress-design-test/react-app": "0.1.3",
"@cypress-design-test/vue-app": "0.1.0"
},
"changesets": [
"major-update"
]
}
6 changes: 6 additions & 0 deletions components/Accordion/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/constants-accordion

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion components/Accordion/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/constants-accordion",
"version": "1.0.0",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand Down
12 changes: 12 additions & 0 deletions components/Accordion/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cypress-design/react-accordion

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-accordion@2.0.0-next.0
- @cypress-design/react-icon@2.0.0-next.0

## 1.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions components/Accordion/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-accordion",
"version": "1.0.2",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -20,13 +20,13 @@
"build:types": "tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/constants-accordion": "*",
"@cypress-design/constants-accordion": "2.0.0-next.0",
"@cypress-design/details-animation": "*",
"@cypress-design/react-icon": "*",
"@cypress-design/react-icon": "2.0.0-next.0",
"clsx": "*"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0"
},
"license": "MIT"
}
12 changes: 12 additions & 0 deletions components/Accordion/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cypress-design/vue-accordion

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-accordion@2.0.0-next.0
- @cypress-design/vue-icon@2.0.0-next.0

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions components/Accordion/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-accordion",
"version": "1.0.0",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -21,11 +21,11 @@
},
"license": "MIT",
"dependencies": {
"@cypress-design/constants-accordion": "*",
"@cypress-design/constants-accordion": "2.0.0-next.0",
"@cypress-design/details-animation": "*",
"@cypress-design/vue-icon": "*"
"@cypress-design/vue-icon": "2.0.0-next.0"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0"
}
}
6 changes: 6 additions & 0 deletions components/Alert/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/constants-alert

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions components/Alert/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/constants-alert",
"version": "1.0.0",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -20,7 +20,7 @@
"build": "tsc --project ./tsconfig.json --emitDeclarationOnly && rollup -c rollup.config.mjs"
},
"devDependencies": {
"@cypress-design/icon-registry": "*"
"@cypress-design/icon-registry": "2.0.0-next.0"
},
"license": "MIT"
}
12 changes: 12 additions & 0 deletions components/Alert/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cypress-design/react-alert

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-alert@2.0.0-next.0
- @cypress-design/react-icon@2.0.0-next.0

## 1.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions 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": "1.0.2",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -20,13 +20,13 @@
"build:types": "tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/constants-alert": "*",
"@cypress-design/constants-alert": "2.0.0-next.0",
"@cypress-design/details-animation": "*",
"@cypress-design/react-icon": "*",
"@cypress-design/react-icon": "2.0.0-next.0",
"clsx": "*"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*",
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0",
"postcss": "^8.4.38",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.77.4"
Expand Down
12 changes: 12 additions & 0 deletions components/Alert/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cypress-design/vue-alert

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-alert@2.0.0-next.0
- @cypress-design/vue-icon@2.0.0-next.0

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions components/Alert/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-alert",
"version": "1.0.0",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -24,12 +24,12 @@
"build:types": "yarn vue-tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/constants-alert": "*",
"@cypress-design/constants-alert": "2.0.0-next.0",
"@cypress-design/details-animation": "*",
"@cypress-design/vue-icon": "*"
"@cypress-design/vue-icon": "2.0.0-next.0"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0"
},
"license": "MIT"
}
6 changes: 6 additions & 0 deletions components/Button/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/constants-button

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

## 1.0.0

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

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-button@2.0.0-next.0

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions components/Button/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/react-button",
"version": "1.0.1",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -20,11 +20,11 @@
"build:types": "tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/constants-button": "*",
"@cypress-design/constants-button": "2.0.0-next.0",
"clsx": "*"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0"
},
"license": "MIT"
}
11 changes: 11 additions & 0 deletions components/Button/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cypress-design/vue-button

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

### Patch Changes

- Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
- @cypress-design/constants-button@2.0.0-next.0

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions components/Button/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cypress-design/vue-button",
"version": "1.0.0",
"version": "2.0.0-next.0",
"files": [
"*"
],
Expand All @@ -20,10 +20,10 @@
"build:types": "yarn vue-tsc --project ./tsconfig.build.json"
},
"dependencies": {
"@cypress-design/constants-button": "*"
"@cypress-design/constants-button": "2.0.0-next.0"
},
"devDependencies": {
"@cypress-design/rollup-plugin-tailwind-keep": "*"
"@cypress-design/rollup-plugin-tailwind-keep": "1.0.1-next.0"
},
"license": "MIT"
}
6 changes: 6 additions & 0 deletions components/Checkbox/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cypress-design/constants-checkbox

## 2.0.0-next.0

### Major Changes

- [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 024702a

Please sign in to comment.