diff --git a/.changeset/pre.json b/.changeset/pre.json index 14548b1a..7956bd04 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -24,12 +24,18 @@ "@chakra-ui/vue-docs": "0.0.0", "@chakra-ui/vue-auto-import": "0.0.1-alpha.0", "@chakra-ui/c-close-button": "0.0.1-alpha.0", - "@chakra-ui/c-modal": "1.0.0" + "@chakra-ui/c-modal": "1.0.0", + "@chakra-ui/c-code": "0.0.1-alpha.0", + "@chakra-ui/vue-layout": "0.1.0-alpha.1" }, "changesets": [ "chilly-tables-care", + "dull-masks-build", "empty-dragons-wait", + "khaki-hounds-hunt", + "kind-tools-camp", "neat-rules-cry", + "proud-apples-compare", "slimy-bugs-give", "sweet-lamps-brake", "ten-pandas-run", diff --git a/packages/c-accordion/CHANGELOG.md b/packages/c-accordion/CHANGELOG.md index 6da7bee5..2b500ee7 100644 --- a/packages/c-accordion/CHANGELOG.md +++ b/packages/c-accordion/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/c-accordion +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/c-accordion/package.json b/packages/c-accordion/package.json index dadb350e..e3a18ea0 100644 --- a/packages/c-accordion/package.json +++ b/packages/c-accordion/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/c-accordion", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -25,6 +25,6 @@ "build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types" }, "dependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" } } diff --git a/packages/c-alert/CHANGELOG.md b/packages/c-alert/CHANGELOG.md index 6d5b1295..a38a4a92 100644 --- a/packages/c-alert/CHANGELOG.md +++ b/packages/c-alert/CHANGELOG.md @@ -1,5 +1,20 @@ # @chakra-ui/c-alert +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/c-icon@1.0.0-alpha.2 + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-alert/package.json b/packages/c-alert/package.json index 2783f619..591cb0b3 100644 --- a/packages/c-alert/package.json +++ b/packages/c-alert/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/c-alert", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -29,15 +29,15 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-icon": "1.0.0-alpha.1", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-utils": "0.1.0-alpha.1" + "@chakra-ui/c-icon": "1.0.0-alpha.2", + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-utils": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": "^3.0.5" } } diff --git a/packages/c-button/CHANGELOG.md b/packages/c-button/CHANGELOG.md index 711aa86a..3976d7d6 100644 --- a/packages/c-button/CHANGELOG.md +++ b/packages/c-button/CHANGELOG.md @@ -1,5 +1,21 @@ # @chakra-ui/c-button +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/c-icon@1.0.0-alpha.2 + - @chakra-ui/c-spinner@1.0.0-alpha.2 + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-button/package.json b/packages/c-button/package.json index 93f72f8d..378a1d29 100644 --- a/packages/c-button/package.json +++ b/packages/c-button/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/c-button", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -29,17 +29,17 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-icon": "1.0.0-alpha.1", - "@chakra-ui/c-spinner": "1.0.0-alpha.1", + "@chakra-ui/c-icon": "1.0.0-alpha.2", + "@chakra-ui/c-spinner": "1.0.0-alpha.2", "@chakra-ui/utils": "^1.5.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-utils": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-utils": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": "^3.0.5" } } diff --git a/packages/c-close-button/CHANGELOG.md b/packages/c-close-button/CHANGELOG.md index 1c19792a..71e5b153 100644 --- a/packages/c-close-button/CHANGELOG.md +++ b/packages/c-close-button/CHANGELOG.md @@ -1,16 +1,27 @@ # @chakra-ui/c-close-button -## 0.1.0-alpha.1 +## 0.1.0-alpha.2 + ### Minor Changes +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. +### Patch Changes -- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/c-icon@1.0.0-alpha.2 + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 -### Patch Changes +## 0.1.0-alpha.1 +### Minor Changes +- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list + +### Patch Changes - [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons diff --git a/packages/c-close-button/package.json b/packages/c-close-button/package.json index b35b07e9..bc794e4d 100644 --- a/packages/c-close-button/package.json +++ b/packages/c-close-button/package.json @@ -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": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -37,10 +37,10 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-icon": "1.0.0-alpha.1", + "@chakra-ui/c-icon": "1.0.0-alpha.2", "@chakra-ui/styled-system": "^1.10.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-utils": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-utils": "0.1.0-alpha.2" }, "peerDependencies": { "vue": ">=3.0.5" diff --git a/packages/c-code/CHANGELOG.md b/packages/c-code/CHANGELOG.md new file mode 100644 index 00000000..5ebddc92 --- /dev/null +++ b/packages/c-code/CHANGELOG.md @@ -0,0 +1,18 @@ +# @chakra-ui/c-code + +## 1.0.0-alpha.1 +### Minor Changes + + + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + + +### Patch Changes + + + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 diff --git a/packages/c-code/package.json b/packages/c-code/package.json index 906f69ff..919464db 100644 --- a/packages/c-code/package.json +++ b/packages/c-code/package.json @@ -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": "0.0.1-alpha.0", + "version": "1.0.0-alpha.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -38,13 +38,13 @@ }, "dependencies": { "@chakra-ui/utils": "^1.5.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": "^3.0.5" }, "contributors": [ diff --git a/packages/c-color-mode/CHANGELOG.md b/packages/c-color-mode/CHANGELOG.md index bddeaf74..78886773 100644 --- a/packages/c-color-mode/CHANGELOG.md +++ b/packages/c-color-mode/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/c-color-mode +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/c-color-mode/package.json b/packages/c-color-mode/package.json index dd2e84ea..aa47a560 100644 --- a/packages/c-color-mode/package.json +++ b/packages/c-color-mode/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/c-color-mode", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/c-flex/CHANGELOG.md b/packages/c-flex/CHANGELOG.md index 97b18402..52bc1f45 100644 --- a/packages/c-flex/CHANGELOG.md +++ b/packages/c-flex/CHANGELOG.md @@ -1,5 +1,21 @@ # @chakra-ui/c-flex +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +* [#60](https://github.com/chakra-ui/chakra-ui-vue-next/pull/60) [`e65c3b4`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/e65c3b402a3e795ff32b81e9bf00be5bcbc739cb) Thanks [@carwack](https://github.com/carwack)! - Fix bug where it was not possible to use object as prop + +* Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-flex/package.json b/packages/c-flex/package.json index 7c4c67a9..d11ae723 100644 --- a/packages/c-flex/package.json +++ b/packages/c-flex/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-flex", "description": "Chakra UI Vue | C-flex component component", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -37,15 +37,15 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch" }, "dependencies": { - "@chakra-ui/vue-utils": "0.1.0-alpha.1", + "@chakra-ui/vue-utils": "0.1.0-alpha.2", "csstype": "^3.0.5" }, "devDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "csstype": "^3.0.5", "vue": "^3.0.5" } diff --git a/packages/c-icon/CHANGELOG.md b/packages/c-icon/CHANGELOG.md index ec8b3dba..e9aea770 100644 --- a/packages/c-icon/CHANGELOG.md +++ b/packages/c-icon/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/c-icon +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-icon/package.json b/packages/c-icon/package.json index bc0e1d28..406db5d4 100644 --- a/packages/c-icon/package.json +++ b/packages/c-icon/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-icon", "description": "Chakra UI Vue | A component to display icons in the browser component", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -33,13 +33,13 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": "^3.0.5" } } diff --git a/packages/c-modal/CHANGELOG.md b/packages/c-modal/CHANGELOG.md index 63123834..2b87c8e6 100644 --- a/packages/c-modal/CHANGELOG.md +++ b/packages/c-modal/CHANGELOG.md @@ -1,16 +1,26 @@ # @chakra-ui/c-modal -## 1.1.0-alpha.0 +## 1.1.0-alpha.1 + ### Minor Changes +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. +### Patch Changes -- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 -### Patch Changes +## 1.1.0-alpha.0 +### Minor Changes +- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list + +### Patch Changes - [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons diff --git a/packages/c-modal/package.json b/packages/c-modal/package.json index 4186c681..d35108dc 100644 --- a/packages/c-modal/package.json +++ b/packages/c-modal/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-modal", "description": "Chakra UI Vue | An accessible dialog modal component for chakra ui vue component", - "version": "1.1.0-alpha.0", + "version": "1.1.0-alpha.1", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -38,8 +38,8 @@ }, "dependencies": { "@chakra-ui/styled-system": "^1.10.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-utils": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-utils": "0.1.0-alpha.2" }, "peerDependencies": { "vue": ">=3.0.5" diff --git a/packages/c-popper/CHANGELOG.md b/packages/c-popper/CHANGELOG.md index e59b32ff..fc51081f 100644 --- a/packages/c-popper/CHANGELOG.md +++ b/packages/c-popper/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/c-popper +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/c-popper/package.json b/packages/c-popper/package.json index 9d282efa..a466eac9 100644 --- a/packages/c-popper/package.json +++ b/packages/c-popper/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-popper", "description": "Chakra UI Vue | Position engine for vue bult on popperjs core component", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/c-portal/CHANGELOG.md b/packages/c-portal/CHANGELOG.md index 8abfe7c5..1de7263b 100644 --- a/packages/c-portal/CHANGELOG.md +++ b/packages/c-portal/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/c-portal +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/c-portal/package.json b/packages/c-portal/package.json index 4e555fc4..1dc2b7f8 100644 --- a/packages/c-portal/package.json +++ b/packages/c-portal/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-portal", "description": "Chakra UI Vue | The portal allows us to teleport components to a differente location in the document component", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/c-reset/CHANGELOG.md b/packages/c-reset/CHANGELOG.md index 841725da..0b683b60 100644 --- a/packages/c-reset/CHANGELOG.md +++ b/packages/c-reset/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/c-reset +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-reset/package.json b/packages/c-reset/package.json index c111fa4b..8060978d 100644 --- a/packages/c-reset/package.json +++ b/packages/c-reset/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-reset", "description": "Chakra UI Vue | Chakra ui vue s lobal styles reset component component", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -33,10 +33,10 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "vue": ">=3.0.5" }, "devDependencies": { diff --git a/packages/c-spinner/CHANGELOG.md b/packages/c-spinner/CHANGELOG.md index df436f08..b88ca7ca 100644 --- a/packages/c-spinner/CHANGELOG.md +++ b/packages/c-spinner/CHANGELOG.md @@ -1,5 +1,20 @@ # @chakra-ui/c-spinner +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/c-visually-hidden@1.0.0-alpha.2 + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-theme@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-spinner/package.json b/packages/c-spinner/package.json index 7d77dc57..4a904d5f 100644 --- a/packages/c-spinner/package.json +++ b/packages/c-spinner/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-spinner", "description": "Chakra UI Vue | Visual cue that an action is either processing awaiting a course of change or a result component", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -37,17 +37,17 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-visually-hidden": "1.0.0-alpha.1", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-theme": "0.1.0-alpha.1" + "@chakra-ui/c-visually-hidden": "1.0.0-alpha.2", + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-theme": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" }, "peerDependencies": { - "@chakra-ui/c-visually-hidden": "1.0.0-alpha.1", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-theme": "0.1.0-alpha.1", + "@chakra-ui/c-visually-hidden": "1.0.0-alpha.2", + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-theme": "0.1.0-alpha.2", "vue": "^3.0.5" } } diff --git a/packages/c-theme-provider/CHANGELOG.md b/packages/c-theme-provider/CHANGELOG.md index d74b4b87..563fba0e 100644 --- a/packages/c-theme-provider/CHANGELOG.md +++ b/packages/c-theme-provider/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/c-theme-provider +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-theme@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-theme-provider/package.json b/packages/c-theme-provider/package.json index a19d5f6a..b7c9897c 100644 --- a/packages/c-theme-provider/package.json +++ b/packages/c-theme-provider/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/c-theme-provider", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -29,9 +29,9 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/vue-theme": "0.1.0-alpha.1" + "@chakra-ui/vue-theme": "0.1.0-alpha.2" }, "peerDependencies": { - "@chakra-ui/vue-theme": "0.1.0-alpha.1" + "@chakra-ui/vue-theme": "0.1.0-alpha.2" } } diff --git a/packages/c-visually-hidden/CHANGELOG.md b/packages/c-visually-hidden/CHANGELOG.md index 82e1d6fe..5b845567 100644 --- a/packages/c-visually-hidden/CHANGELOG.md +++ b/packages/c-visually-hidden/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/c-visually-hidden +## 1.0.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + ## 1.0.0-alpha.1 ### Minor Changes diff --git a/packages/c-visually-hidden/package.json b/packages/c-visually-hidden/package.json index 581addaf..c1805dd3 100644 --- a/packages/c-visually-hidden/package.json +++ b/packages/c-visually-hidden/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/c-visually-hidden", "description": "Chakra UI Vue | A component used in web accessibility to hide content from the visual client but keep it readable for screen readers component", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -37,9 +37,9 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" }, "peerDependencies": { - "@chakra-ui/vue-system": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2" } } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5daec9cf..284ff8d8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,34 @@ # @chakra-ui/vue-next +## 1.0.0-alpha.3 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9), [`e65c3b4`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/e65c3b402a3e795ff32b81e9bf00be5bcbc739cb)]: + - @chakra-ui/c-accordion@0.1.0-alpha.2 + - @chakra-ui/c-alert@1.0.0-alpha.2 + - @chakra-ui/c-button@1.0.0-alpha.2 + - @chakra-ui/c-close-button@0.1.0-alpha.2 + - @chakra-ui/c-color-mode@0.1.0-alpha.2 + - @chakra-ui/c-flex@1.0.0-alpha.2 + - @chakra-ui/c-icon@1.0.0-alpha.2 + - @chakra-ui/c-modal@1.1.0-alpha.1 + - @chakra-ui/c-popper@0.1.0-alpha.2 + - @chakra-ui/c-portal@0.1.0-alpha.2 + - @chakra-ui/c-reset@1.0.0-alpha.2 + - @chakra-ui/c-spinner@1.0.0-alpha.2 + - @chakra-ui/c-theme-provider@1.0.0-alpha.2 + - @chakra-ui/c-visually-hidden@1.0.0-alpha.2 + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-theme@0.1.0-alpha.2 + - @chakra-ui/vue-theme-tools@0.1.0-alpha.2 + ## 1.0.0-alpha.2 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f5ebbb33..72b2ed7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-next", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "Vue 3 compatible version of Chakra UI Vue", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -29,25 +29,25 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-accordion": "0.1.0-alpha.1", - "@chakra-ui/c-alert": "1.0.0-alpha.1", - "@chakra-ui/c-button": "1.0.0-alpha.1", - "@chakra-ui/c-close-button": "0.1.0-alpha.1", - "@chakra-ui/c-color-mode": "0.1.0-alpha.1", - "@chakra-ui/c-flex": "1.0.0-alpha.1", - "@chakra-ui/c-icon": "1.0.0-alpha.1", - "@chakra-ui/c-modal": "1.1.0-alpha.0", - "@chakra-ui/c-popper": "0.1.0-alpha.1", - "@chakra-ui/c-portal": "0.1.0-alpha.1", - "@chakra-ui/c-reset": "1.0.0-alpha.1", - "@chakra-ui/c-spinner": "1.0.0-alpha.1", - "@chakra-ui/c-theme-provider": "1.0.0-alpha.1", - "@chakra-ui/c-visually-hidden": "1.0.0-alpha.1", + "@chakra-ui/c-accordion": "0.1.0-alpha.2", + "@chakra-ui/c-alert": "1.0.0-alpha.2", + "@chakra-ui/c-button": "1.0.0-alpha.2", + "@chakra-ui/c-close-button": "0.1.0-alpha.2", + "@chakra-ui/c-color-mode": "0.1.0-alpha.2", + "@chakra-ui/c-flex": "1.0.0-alpha.2", + "@chakra-ui/c-icon": "1.0.0-alpha.2", + "@chakra-ui/c-modal": "1.1.0-alpha.1", + "@chakra-ui/c-popper": "0.1.0-alpha.2", + "@chakra-ui/c-portal": "0.1.0-alpha.2", + "@chakra-ui/c-reset": "1.0.0-alpha.2", + "@chakra-ui/c-spinner": "1.0.0-alpha.2", + "@chakra-ui/c-theme-provider": "1.0.0-alpha.2", + "@chakra-ui/c-visually-hidden": "1.0.0-alpha.2", "@chakra-ui/styled-system": "^1.10.0", "@chakra-ui/utils": "^1.5.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-theme": "0.1.0-alpha.1", - "@chakra-ui/vue-theme-tools": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-theme": "0.1.0-alpha.2", + "@chakra-ui/vue-theme-tools": "0.1.0-alpha.2" }, "devDependencies": { "vue": ">=3.0.5" @@ -55,8 +55,8 @@ "peerDependencies": { "@chakra-ui/styled-system": "^1.9.0", "@chakra-ui/utils": "1.4.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-theme": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-theme": "0.1.0-alpha.2", "vue": "^3.0.5" } } diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md new file mode 100644 index 00000000..1a5effa9 --- /dev/null +++ b/packages/layout/CHANGELOG.md @@ -0,0 +1,15 @@ +# @chakra-ui/vue-layout + +## 0.1.0-alpha.2 +### Minor Changes + + + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + + +### Patch Changes + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 diff --git a/packages/layout/package.json b/packages/layout/package.json index a40a612a..d2dd0b36 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,7 +1,7 @@ { "name": "@chakra-ui/vue-layout", "description": "Chakra UI Vue | Chakra ui layout components that give you massive speed component", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -38,8 +38,8 @@ }, "dependencies": { "@chakra-ui/styled-system": "^1.10.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", - "@chakra-ui/vue-utils": "0.1.0-alpha.1" + "@chakra-ui/vue-system": "0.1.0-alpha.2", + "@chakra-ui/vue-utils": "0.1.0-alpha.2" }, "peerDependencies": { "vue": ">=3.0.5" diff --git a/packages/nuxt/CHANGELOG.md b/packages/nuxt/CHANGELOG.md index 2494a4c2..a03a395e 100644 --- a/packages/nuxt/CHANGELOG.md +++ b/packages/nuxt/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/nuxt-next +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 57ea5e67..919e1647 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/nuxt-next", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "description": "Nuxt 3 compatible version of Chakra UI Vue", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index de081dfa..d1ba5821 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,19 @@ # @chakra-ui/vue-system +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/c-color-mode@0.1.0-alpha.2 + - @chakra-ui/vue-utils@0.1.0-alpha.2 + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/system/package.json b/packages/system/package.json index df6be996..59dc8417 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-system", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -29,10 +29,10 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/c-color-mode": "0.1.0-alpha.1", + "@chakra-ui/c-color-mode": "0.1.0-alpha.2", "@chakra-ui/styled-system": "^1.10.0", "@chakra-ui/utils": "^1.5.0", - "@chakra-ui/vue-utils": "0.1.0-alpha.1", + "@chakra-ui/vue-utils": "0.1.0-alpha.2", "@emotion/css": "^11.1.3", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1" diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 04aea629..a183e866 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/vue-test-utils +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 32846f8b..bbfe240a 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-test-utils", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/theme-tools/CHANGELOG.md b/packages/theme-tools/CHANGELOG.md index 110d3f48..8c0a4bcd 100644 --- a/packages/theme-tools/CHANGELOG.md +++ b/packages/theme-tools/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/vue-theme-tools +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-system@0.1.0-alpha.2 + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/theme-tools/package.json b/packages/theme-tools/package.json index c08a6309..bed94dee 100644 --- a/packages/theme-tools/package.json +++ b/packages/theme-tools/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-theme-tools", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -26,7 +26,7 @@ }, "dependencies": { "@chakra-ui/utils": "^1.5.0", - "@chakra-ui/vue-system": "0.1.0-alpha.1", + "@chakra-ui/vue-system": "0.1.0-alpha.2", "@types/tinycolor2": "^1.4.2", "tinycolor2": "^1.4.2" } diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index eb8bc708..0342d1d7 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,18 @@ # @chakra-ui/vue-theme +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + +- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]: + - @chakra-ui/vue-theme-tools@0.1.0-alpha.2 + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index 81ed0d54..542cb00c 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-theme", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -29,6 +29,6 @@ "watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental" }, "dependencies": { - "@chakra-ui/vue-theme-tools": "0.1.0-alpha.1" + "@chakra-ui/vue-theme-tools": "0.1.0-alpha.2" } } diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index c83e9727..a2ec173b 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @chakra-ui/vue-utils +## 0.1.0-alpha.2 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 8c169b15..d45e0fa9 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-utils", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/tooling/auto-import/CHANGELOG.md b/tooling/auto-import/CHANGELOG.md index 0440e799..8f4309f3 100644 --- a/tooling/auto-import/CHANGELOG.md +++ b/tooling/auto-import/CHANGELOG.md @@ -1,5 +1,17 @@ # @chakra-ui/vue-auto-import +## 0.1.0-alpha.3 + +### Minor Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. + +### Patch Changes + +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`ecbbc1b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ecbbc1b8b01ef849a7278127788d8f26ca3e3dd4) Thanks [@koca](https://github.com/koca)! - Improve resolver to import from all Chakra UI components + +* [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component + ## 0.1.0-alpha.2 ### Minor Changes diff --git a/tooling/auto-import/package.json b/tooling/auto-import/package.json index 36d0b5e5..76247556 100644 --- a/tooling/auto-import/package.json +++ b/tooling/auto-import/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-auto-import", - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", @@ -37,7 +37,7 @@ "vue": "^3.0.5" }, "devDependencies": { - "@chakra-ui/vue-next": "1.0.0-alpha.2", + "@chakra-ui/vue-next": "1.0.0-alpha.3", "vite": "2.1.5", "vite-plugin-components": "^0.8.3", "vue": ">=3.0.5" diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 24f6d57b..46e4a6c3 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,19 +1,23 @@ # @chakra-ui/vue-docs -## 0.1.0-alpha.0 +## 0.1.0-alpha.1 + ### Minor Changes +- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages. +### Patch Changes -- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list +- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component +## 0.1.0-alpha.0 -### Patch Changes +### Minor Changes +- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list +### Patch Changes - [#42](https://github.com/chakra-ui/chakra-ui-vue-next/pull/42) [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67) Thanks [@codebender828](https://github.com/codebender828)! - Extract Vue dependant utilities to "@chakra-ui/vue-utils" and consumes base utils from "@chakra-ui/utils@1.5.0" - - -- [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons +* [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons diff --git a/website/package.json b/website/package.json index efcb39bd..4335c521 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue-docs", - "version": "0.1.0-alpha.0", + "version": "0.1.0-alpha.1", "description": "Website for Chakra UI Vue Next", "main": "index.html", "private": true,