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

Commit

Permalink
chore: create changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Feb 25, 2023
1 parent ad67f79 commit 7c452f9
Show file tree
Hide file tree
Showing 83 changed files with 613 additions and 52 deletions.
43 changes: 43 additions & 0 deletions .changeset/orange-scissors-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
"@chakra-ui/c-visually-hidden": minor
"@chakra-ui/vue-composables": minor
"@chakra-ui/c-close-button": minor
"@chakra-ui/c-form-control": minor
"@chakra-ui/c-media-query": minor
"@chakra-ui/c-scroll-lock": minor
"@chakra-ui/c-breadcrumb": minor
"@chakra-ui/c-focus-lock": minor
"@chakra-ui/c-accordion": minor
"@chakra-ui/c-pin-input": minor
"@chakra-ui/c-checkbox": minor
"@chakra-ui/c-skip-nav": minor
"@chakra-ui/vue-test-utils": minor
"@chakra-ui/vue-auto-import": minor
"@chakra-ui/c-spinner": minor
"@chakra-ui/c-avatar": minor
"@chakra-ui/c-button": minor
"@chakra-ui/c-motion": minor
"@chakra-ui/c-popper": minor
"@chakra-ui/c-portal": minor
"@chakra-ui/vue-accessibilty": minor
"@chakra-ui/c-alert": minor
"@chakra-ui/c-image": minor
"@chakra-ui/c-input": minor
"@chakra-ui/c-modal": minor
"@chakra-ui/c-reset": minor
"@chakra-ui/c-toast": minor
"@chakra-ui/c-code": minor
"@chakra-ui/c-icon": minor
"@chakra-ui/c-menu": minor
"@chakra-ui/vue-layout": minor
"@chakra-ui/vue-styled": minor
"@chakra-ui/vue-system": minor
"@chakra-ui/c-tag": minor
"@chakra-ui/nuxt-next": minor
"@chakra-ui/vue-next": minor
"@chakra-ui/c-color-mode": minor
"@chakra-ui/c-theme-provider": minor
"@chakra-ui/vue-utils": minor
---

Fix CWrap component types
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"mighty-files-report",
"nasty-plums-greet",
"ninety-poems-cheat",
"orange-scissors-raise",
"quick-spiders-tickle",
"short-emus-approve",
"soft-cycles-sit",
Expand Down
6 changes: 4 additions & 2 deletions @types/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Typescript support for @chakra-ui/vue-next2.1.0-beta.1 auto-imported
* Typescript support for @chakra-ui/vue-next2.1.0-beta.2 auto-imported
* components using `unplugin-vue-components,`
*
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-02-25T16:56:58.469Z
* This file was generated on 2023-02-25T17:54:59.918Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down Expand Up @@ -162,6 +162,8 @@ declare module "@vue/runtime-core" {
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
CWrap: typeof import("@chakra-ui/vue-next")["CWrap"]
CWrapItem: typeof import("@chakra-ui/vue-next")["CWrapItem"]
"chakra.a": (typeof chakra)["a"]
"chakra.b": (typeof chakra)["b"]
"chakra.article": (typeof chakra)["article"]
Expand Down
6 changes: 4 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* Typescript support for @chakra-ui/vue-next2.1.0-beta.1 auto-imported
* Typescript support for @chakra-ui/vue-next2.1.0-beta.2 auto-imported
* components using `unplugin-vue-components,`
*
* @see: https://github.com/antfu/unplugin-vue-components/#typescript
*
* This is a generated file. Do not edit it's contents.
*
* This file was generated on 2023-02-25T16:56:58.469Z
* This file was generated on 2023-02-25T17:54:59.918Z
*/

import { ChakraProps, chakra } from "@chakra-ui/vue-system"
Expand Down Expand Up @@ -162,6 +162,8 @@ declare module "@vue/runtime-core" {
CVStack: typeof import("@chakra-ui/vue-next")["CVStack"]
CVisuallyHidden: typeof import("@chakra-ui/vue-next")["CVisuallyHidden"]
CVisuallyHiddenInput: typeof import("@chakra-ui/vue-next")["CVisuallyHiddenInput"]
CWrap: typeof import("@chakra-ui/vue-next")["CWrap"]
CWrapItem: typeof import("@chakra-ui/vue-next")["CWrapItem"]
"chakra.a": (typeof chakra)["a"]
"chakra.b": (typeof chakra)["b"]
"chakra.article": (typeof chakra)["article"]
Expand Down
12 changes: 12 additions & 0 deletions modules/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chakra-ui/nuxt-next

## 2.1.0-beta.4

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-next@2.1.0-beta.3
- @chakra-ui/c-color-mode@2.1.0-beta.2

## 2.1.0-beta.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion modules/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/nuxt-next",
"version": "2.1.0-beta.3",
"version": "2.1.0-beta.4",
"description": "Nuxt 3 compatible version of Chakra UI Vue",
"license": "MIT",
"type": "module",
Expand Down
15 changes: 15 additions & 0 deletions packages/c-accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @chakra-ui/c-accordion

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-composables@2.1.0-beta.3
- @chakra-ui/c-motion@2.1.0-beta.3
- @chakra-ui/c-icon@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
Expand Down
13 changes: 13 additions & 0 deletions packages/c-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chakra-ui/c-alert

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/c-icon@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
Expand Down
15 changes: 15 additions & 0 deletions packages/c-avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @chakra-ui/c-avatar

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/c-image@2.1.0-beta.3
- @chakra-ui/c-icon@2.1.0-beta.3
- @chakra-ui/vue-layout@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Shyrro <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/c-breadcrumb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chakra-ui/c-breadcrumb

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Jonathan Bakebwa <[email protected]>",
Expand Down
14 changes: 14 additions & 0 deletions packages/c-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @chakra-ui/c-button

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/c-spinner@2.1.0-beta.3
- @chakra-ui/c-icon@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"files": [
Expand Down
15 changes: 15 additions & 0 deletions packages/c-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @chakra-ui/c-checkbox

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-composables@2.1.0-beta.3
- @chakra-ui/c-form-control@2.1.0-beta.3
- @chakra-ui/c-motion@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Jonathan Bakebwa <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/c-close-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chakra-ui/c-close-button

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/c-icon@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/c-close-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chakra-ui/c-close-button",
"description": "Chakra UI Vue | An accessible close button component for chakra ui vue component",
"version": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Jonathan Bakebwa <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/c-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chakra-ui/c-code

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/c-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chakra-ui/c-code",
"description": "Chakra UI Vue | Code is a component used to display inline code. It is composed from the Box component with a font family of mono for displaying code",
"version": "2.1.0-beta.2",
"version": "2.1.0-beta.3",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Jonathan Bakebwa <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/c-color-mode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @chakra-ui/c-color-mode

## 2.1.0-beta.2

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.1

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/c-color-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/c-color-mode",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"author": "Jonathan Bakebwa <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/c-focus-lock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chakra-ui/c-focus-lock

## 2.1.0-beta.3

### Minor Changes

- Fix CWrap component types

### Patch Changes

- Updated dependencies
- @chakra-ui/vue-composables@2.1.0-beta.3
- @chakra-ui/vue-system@2.1.0-beta.3
- @chakra-ui/vue-utils@2.1.0-beta.2

## 2.1.0-beta.2

### Patch Changes
Expand Down
Loading

0 comments on commit 7c452f9

Please sign in to comment.