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

Commit 5c5a300

Browse files
committed
chore: updated snaphots
1 parent 6b612c1 commit 5c5a300

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.changeset/dry-rocks-thank.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'nuxt-js': patch
3+
'@chakra-ui/vue': patch
4+
'@chakra-ui/nuxt': patch
5+
'@chakra-ui/theme-vue': patch
6+
'chakra-ui-docs': patch
7+
---
8+
9+
Fix regression in theme resolution for @chakra-ui/nuxt

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"nuxt-js": "1.0.0",
6+
"@chakra-ui/vue": "0.10.1",
7+
"@chakra-ui/nuxt": "0.4.1",
8+
"@chakra-ui/theme-vue": "0.3.1",
9+
"chakra-ui-docs": "0.7.1"
10+
},
11+
"changesets": []
12+
}

packages/chakra-ui-core/src/CAlert/tests/__snapshots__/CAlert.test.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,14 +361,14 @@ exports[`should render correctly 1`] = `
361361
</svg>
362362
363363
<div
364-
class="emotion-4"
364+
class="emotion-4 emotion-5"
365365
data-chakra-component="CAlertTitle"
366366
>
367367
alert title
368368
</div>
369369
370370
<div
371-
class="emotion-5"
371+
class="emotion-5 emotion-5"
372372
data-chakra-component="CAlertDescription"
373373
>
374374
alert description

0 commit comments

Comments
 (0)