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

Commit 79eb188

Browse files
Merge branch 'develop' into fix/storybook-canvas-layout
2 parents a9bd825 + 0800981 commit 79eb188

20 files changed

+189
-698
lines changed

.changeset/dull-books-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-birds-add.md renamed to .changeset/empty-dryers-rescue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
'chakra-ui-docs': minor
77
---
88

9-
This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497)
9+
fix: Include all position values in CToast, fix: import in custom theme code snippet

.changeset/real-cycles-hammer.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-cups-kiss.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tender-olives-stare.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/young-eagles-stare.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/nuxt-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# nuxt-js
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c), [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1)]:
12+
- @chakra-ui/nuxt@0.5.0
13+
314
## 1.0.1
415

516
### Patch Changes

examples/nuxt-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-js",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"@chakra-ui/nuxt": "^0.4.2",
12+
"@chakra-ui/nuxt": "^0.5.0",
1313
"@nuxtjs/emotion": "^0.1.0",
1414
"core-js": "^3.15.1",
1515
"nuxt": "^2.15.7"

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"@vue/cli-plugin-eslint": "^3.11.0",
101101
"@vue/cli-plugin-pwa": "^3.11.0",
102102
"@vue/cli-plugin-unit-jest": "^3.11.0",
103-
"@vue/devtools": "^5.3.3",
104103
"@vue/eslint-config-standard": "^4.0.0",
105104
"@vue/test-utils": "1.0.0-beta.29",
106105
"add": "^2.0.6",
@@ -126,7 +125,7 @@
126125
"copy-to-clipboard": "^3.3.1",
127126
"core-js": "^3.15.1",
128127
"cross-env": "^7.0.2",
129-
"defu": "^2.0.4",
128+
"defu": "^6.0.0",
130129
"dotenv-defaults": "^1.1.1",
131130
"eslint": "^7.12.1",
132131
"eslint-config-prettier": "^6.10.0",
@@ -165,7 +164,7 @@
165164
"rollup-plugin-json": "^4.0.0",
166165
"rollup-plugin-jsx": "^1.0.3",
167166
"rollup-plugin-node-resolve": "^5.2.0",
168-
"rollup-plugin-scss": "^2.1.0",
167+
"rollup-plugin-scss": "3",
169168
"rollup-plugin-terser": "^5.1.2",
170169
"rollup-plugin-vue": "^5.1.4",
171170
"sass-loader": "^8.0.2",
@@ -196,5 +195,8 @@
196195
"styled-system",
197196
"kittens ;)"
198197
],
199-
"version": "0.0.0"
198+
"version": "0.0.0",
199+
"devDependencies": {
200+
"sass": "^1.52.3"
201+
}
200202
}

packages/chakra-ui-core/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497)
8+
9+
* [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3) [#492](https://github.com/chakra-ui/chakra-ui-vue/pull/492) Thanks [@Pwuts](https://github.com/Pwuts)! - feat(types): add type exports for color mode & theme providers
10+
11+
### Patch Changes
12+
13+
- [`b783840c`](https://github.com/chakra-ui/chakra-ui-vue/commit/b783840c52dbbec5c07d73541321d3338b2ba584) [#502](https://github.com/chakra-ui/chakra-ui-vue/pull/502) Thanks [@t-buss](https://github.com/t-buss)! - Include CGridItem in type definitions
14+
15+
* [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c) [#490](https://github.com/chakra-ui/chakra-ui-vue/pull/490) Thanks [@HerrBertling](https://github.com/HerrBertling)! - fix(select): prevent duplicated ID on wrapper + input
16+
17+
- [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1) [#491](https://github.com/chakra-ui/chakra-ui-vue/pull/491) Thanks [@peoray](https://github.com/peoray)! - Fixes change event lsitener
18+
19+
* [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f) [#505](https://github.com/chakra-ui/chakra-ui-vue/pull/505) Thanks [@carwack](https://github.com/carwack)! - fix(theme): Responsive styles breaking
20+
21+
* Updated dependencies [[`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1), [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f)]:
22+
- @chakra-ui/theme-vue@0.4.0
23+
324
## 0.10.2
425

526
### Patch Changes

0 commit comments

Comments
 (0)