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

Commit 8d46480

Browse files
committed
chore: version packages
1 parent 56ec7b5 commit 8d46480

File tree

10 files changed

+39
-10
lines changed

10 files changed

+39
-10
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"quiet-bananas-develop",
5656
"rare-ads-impress",
5757
"selfish-mice-lay",
58+
"shy-eels-approve",
5859
"slimy-bugs-give",
5960
"spotty-trains-type",
6061
"sweet-lamps-brake",

.changeset/shy-eels-approve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@chakra-ui/c-modal": patch
3+
---
4+
5+
chore: remove unused logs

packages/c-modal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chakra-ui/c-modal
22

3+
## 1.1.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- chore: remove unused logs
8+
39
## 1.1.0-alpha.9
410

511
### Patch Changes

packages/c-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-modal",
33
"description": "Chakra UI Vue | An accessible dialog modal component for chakra ui vue component",
4-
"version": "1.1.0-alpha.9",
4+
"version": "1.1.0-alpha.10",
55
"main": "dist/chakra-ui-c-modal.cjs.js",
66
"module": "dist/chakra-ui-c-modal.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-modal/src/c-drawer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export const CDrawerContent: ComponentWithProps<DrawerContentProps> = defineComp
169169
onInvalidate(() => {
170170
document.documentElement.style.overflow = overflow
171171
document.documentElement.style.paddingRight = paddingRight
172-
console.log("invalidating", document.documentElement.style.overflow)
173172
})
174173
})
175174

packages/c-modal/src/c-modal.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,13 @@ export const CModalContent: ComponentWithProps<
296296
inheritAttrs: false,
297297
emits: ["click", "mousedown", "keydown"],
298298
setup(_, { attrs, slots, emit }) {
299-
const { dialogContainerProps, dialogProps, blockScrollOnMount, modelValue, motionPreset } =
300-
unref(useModalContext())
299+
const {
300+
dialogContainerProps,
301+
dialogProps,
302+
blockScrollOnMount,
303+
modelValue,
304+
motionPreset,
305+
} = unref(useModalContext())
301306
const styles = useStyles()
302307
const transitionId = useId("modal-content")
303308

@@ -333,7 +338,6 @@ export const CModalContent: ComponentWithProps<
333338
onInvalidate(() => {
334339
document.documentElement.style.overflow = overflow
335340
document.documentElement.style.paddingRight = paddingRight
336-
console.log("invalidating", document.documentElement.style.overflow)
337341
})
338342
})
339343

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chakra-ui/vue-next
22

3+
## 1.0.0-alpha.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @chakra-ui/c-modal@1.1.0-alpha.10
9+
310
## 1.0.0-alpha.12
411

512
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue-next",
3-
"version": "1.0.0-alpha.12",
3+
"version": "1.0.0-alpha.13",
44
"description": "Vue 3 compatible version of Chakra UI Vue",
55
"main": "dist/chakra-ui-vue-next.cjs.js",
66
"module": "dist/chakra-ui-vue-next.esm.js",
@@ -32,7 +32,7 @@
3232
"@chakra-ui/c-form-control": "0.0.0-alpha.5",
3333
"@chakra-ui/c-icon": "1.0.0-alpha.10",
3434
"@chakra-ui/c-input": "0.0.0-alpha.5",
35-
"@chakra-ui/c-modal": "1.1.0-alpha.9",
35+
"@chakra-ui/c-modal": "1.1.0-alpha.10",
3636
"@chakra-ui/c-motion": "0.1.0-alpha.9",
3737
"@chakra-ui/c-popper": "0.1.0-alpha.10",
3838
"@chakra-ui/c-portal": "0.1.0-alpha.10",

tooling/auto-import/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @chakra-ui/vue-auto-import
22

3+
## 1.0.0-alpha.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @chakra-ui/vue-next@1.0.0-alpha.13
9+
310
## 1.0.0-alpha.11
411

512
### Patch Changes

tooling/auto-import/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue-auto-import",
3-
"version": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
44
"main": "dist/chakra-ui-vue-auto-import.cjs.js",
55
"module": "dist/chakra-ui-vue-auto-import.esm.js",
66
"files": [
@@ -26,12 +26,12 @@
2626
"lodash.kebabcase": "^4.1.1"
2727
},
2828
"peerDependencies": {
29-
"@chakra-ui/vue-next": "1.0.0-alpha.12",
29+
"@chakra-ui/vue-next": "1.0.0-alpha.13",
3030
"unplugin-vue-components": "^0.14.0",
3131
"vue": "^3.0.11"
3232
},
3333
"devDependencies": {
34-
"@chakra-ui/vue-next": "1.0.0-alpha.12",
34+
"@chakra-ui/vue-next": "1.0.0-alpha.13",
3535
"unplugin-vue-components": "^0.14.0",
3636
"vue": "^3.2.29"
3737
}

0 commit comments

Comments
 (0)