Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Jan 24, 2023
1 parent e8c2463 commit 29916b7
Show file tree
Hide file tree
Showing 81 changed files with 1,029 additions and 174 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"@chakra-ui/vue-docs-next": "1.0.0"
},
"changesets": [
"seven-avocados-act"
"great-brooms-add",
"purple-singers-exist",
"seven-avocados-act",
"slow-tables-compare"
]
}
4 changes: 0 additions & 4 deletions .changeset/purple-singers-exist.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@chakra-ui/vue-anatomy": major
"@chakra-ui/c-accordion": major
"@chakra-ui/c-alert": major
"@chakra-ui/c-avatar": major
Expand Down Expand Up @@ -34,13 +33,10 @@
"@chakra-ui/vue-styled": major
"@chakra-ui/vue-system": major
"@chakra-ui/vue-test-utils": major
"@chakra-ui/vue-theme": major
"@chakra-ui/vue-theme-tools": major
"@chakra-ui/vue-utils": major
"@chakra-ui/vue-a11y": major
"@chakra-ui/vue-composables": major
"@chakra-ui/vue-auto-import": major
"@chakra-ui/vue-docs": major
---

Release @chakra-ui/vue-next@1.0.0-alpha.14
4 changes: 0 additions & 4 deletions .changeset/slow-tables-compare.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
"@chakra-ui/vue-anatomy": minor
"@chakra-ui/c-accordion": minor
"@chakra-ui/c-alert": minor
"@chakra-ui/c-avatar": minor
Expand Down Expand Up @@ -34,13 +33,10 @@
"@chakra-ui/vue-styled": minor
"@chakra-ui/vue-system": minor
"@chakra-ui/vue-test-utils": minor
"@chakra-ui/vue-theme": minor
"@chakra-ui/vue-theme-tools": minor
"@chakra-ui/vue-utils": minor
"@chakra-ui/vue-a11y": minor
"@chakra-ui/vue-composables": minor
"@chakra-ui/vue-auto-import": minor
"@chakra-ui/vue-docs": minor
---

Create Media Query, Avatar, Counter and Checkbox Components"
2 changes: 1 addition & 1 deletion @types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-01-24T10:19:38.029Z
* This file was generated on 2023-01-24T13:16:48.745Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down
2 changes: 1 addition & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-01-24T10:19:38.029Z
* This file was generated on 2023-01-24T13:16:48.745Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down
25 changes: 25 additions & 0 deletions packages/c-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @chakra-ui/c-accordion

## 2.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/vue-composables@2.0.0-beta.1
- @chakra-ui/c-motion@2.0.0-beta.1
- @chakra-ui/c-icon@2.0.0-beta.1
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/c-accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/c-accordion",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"main": "dist/chakra-ui-c-accordion.cjs.js",
"module": "dist/chakra-ui-c-accordion.esm.js",
"files": [
Expand All @@ -20,12 +20,12 @@
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/c-icon": "2.0.0-beta.0",
"@chakra-ui/c-motion": "2.0.0-beta.0",
"@chakra-ui/c-icon": "2.0.0-beta.1",
"@chakra-ui/c-motion": "2.0.0-beta.1",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-composables": "2.0.0-beta.0",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0",
"@chakra-ui/vue-composables": "2.0.0-beta.1",
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1",
"@zag-js/accordion": "^0.1.13",
"@zag-js/vue": "^0.1.14"
},
Expand Down
23 changes: 23 additions & 0 deletions packages/c-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @chakra-ui/c-alert

## 2.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/c-icon@2.0.0-beta.1
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/c-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/c-alert",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"main": "dist/chakra-ui-c-alert.cjs.js",
"module": "dist/chakra-ui-c-alert.esm.js",
"files": [
Expand All @@ -20,9 +20,9 @@
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/c-icon": "2.0.0-beta.0",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0"
"@chakra-ui/c-icon": "2.0.0-beta.1",
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1"
},
"peerDependencies": {
"vue": ">=3.0.5"
Expand Down
25 changes: 25 additions & 0 deletions packages/c-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @chakra-ui/c-avatar

## 1.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/c-image@1.0.0-beta.1
- @chakra-ui/c-icon@2.0.0-beta.1
- @chakra-ui/vue-layout@2.0.0-beta.1
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 1.0.0-beta.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/c-avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chakra-ui/c-avatar",
"description": "Chakra UI Vue | The avatar component is used to represent user and displays the profile picture initials or fallback icon component",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"main": "dist/chakra-ui-c-avatar.cjs.js",
"module": "dist/chakra-ui-c-avatar.esm.js",
"author": "Shyrro <zsahmane@gmail.com>",
Expand All @@ -25,14 +25,14 @@
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/c-icon": "2.0.0-beta.0",
"@chakra-ui/c-image": "1.0.0-beta.0",
"@chakra-ui/c-icon": "2.0.0-beta.1",
"@chakra-ui/c-image": "1.0.0-beta.1",
"@chakra-ui/styled-system": "2.5.1",
"@chakra-ui/theme-tools": "2.0.16",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-layout": "2.0.0-beta.0",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0"
"@chakra-ui/vue-layout": "2.0.0-beta.1",
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1"
},
"devDependencies": {
"vue": "^3.2.37"
Expand Down
22 changes: 22 additions & 0 deletions packages/c-breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @chakra-ui/c-breadcrumb

## 2.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/c-breadcrumb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chakra-ui/c-breadcrumb",
"description": "Chakra UI Vue | Breadcrumbs help users visualize their current location in relation to the rest of the website or application by showing the hierarchy of pages component",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"main": "dist/chakra-ui-c-breadcrumb.cjs.js",
"module": "dist/chakra-ui-c-breadcrumb.esm.js",
"author": "Jonathan Bakebwa <codebender828@gmail.com>",
Expand Down Expand Up @@ -30,8 +30,8 @@
"dependencies": {
"@chakra-ui/styled-system": "2.5.1",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0"
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1"
},
"peerDependencies": {
"vue": "^3.1.4"
Expand Down
24 changes: 24 additions & 0 deletions packages/c-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @chakra-ui/c-button

## 2.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/c-spinner@2.0.0-beta.1
- @chakra-ui/c-icon@2.0.0-beta.1
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 2.0.0-beta.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/c-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/c-button",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"main": "dist/chakra-ui-c-button.cjs.js",
"module": "dist/chakra-ui-c-button.esm.js",
"files": [
Expand All @@ -20,11 +20,11 @@
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/c-icon": "2.0.0-beta.0",
"@chakra-ui/c-spinner": "2.0.0-beta.0",
"@chakra-ui/c-icon": "2.0.0-beta.1",
"@chakra-ui/c-spinner": "2.0.0-beta.1",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0"
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1"
},
"peerDependencies": {
"vue": "^3.1.4"
Expand Down
25 changes: 25 additions & 0 deletions packages/c-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @chakra-ui/c-checkbox

## 1.0.0-beta.1

### Major Changes

- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14

### Minor Changes

- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
from local env
- Fix: adds semantic tokens support to theme
- Feat: Add `CDarkMode` and `CLightMode` components
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"

### Patch Changes

- Updated dependencies [06cc6b0]
- Updated dependencies [176f4e2]
- Updated dependencies [1a78d56]
- @chakra-ui/vue-composables@2.0.0-beta.1
- @chakra-ui/c-form-control@1.0.0-beta.1
- @chakra-ui/c-motion@2.0.0-beta.1
- @chakra-ui/vue-system@2.0.0-beta.1
- @chakra-ui/vue-utils@2.0.0-beta.1

## 1.0.0-beta.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/c-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chakra-ui/c-checkbox",
"description": "Chakra UI Vue | C checkbox component is used in forms when a user needs to select multiple values from several options component",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"main": "dist/chakra-ui-c-checkbox.cjs.js",
"module": "dist/chakra-ui-c-checkbox.esm.js",
"author": "Jonathan Bakebwa <codebender828@gmail.com>",
Expand All @@ -25,12 +25,12 @@
"clean": "rimraf dist"
},
"dependencies": {
"@chakra-ui/c-form-control": "1.0.0-beta.0",
"@chakra-ui/c-motion": "2.0.0-beta.0",
"@chakra-ui/c-form-control": "1.0.0-beta.1",
"@chakra-ui/c-motion": "2.0.0-beta.1",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-composables": "2.0.0-beta.0",
"@chakra-ui/vue-system": "2.0.0-beta.0",
"@chakra-ui/vue-utils": "2.0.0-beta.0",
"@chakra-ui/vue-composables": "2.0.0-beta.1",
"@chakra-ui/vue-system": "2.0.0-beta.1",
"@chakra-ui/vue-utils": "2.0.0-beta.1",
"@vueuse/motion": "^1.5.4",
"@zag-js/checkbox": "0.1.6",
"@zag-js/vue": "^0.1.14"
Expand Down
Loading

0 comments on commit 29916b7

Please sign in to comment.