Skip to content

Commit 566499c

Browse files
Version Packages (#9729)
ci(changesets): version packages Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
1 parent d27f618 commit 566499c

File tree

8 files changed

+20
-13
lines changed

8 files changed

+20
-13
lines changed

.changeset/beige-llamas-sing.md

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

.changeset/weak-turtles-check.md

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

packages/cli/CHANGELOG.md

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

3+
## 3.8.2
4+
35
## 3.8.1
46

57
## 3.8.0

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/cli",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Generate theme typings for autocomplete",
55
"keywords": [
66
"theme",

packages/panda-preset/CHANGELOG.md

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

3+
## 3.8.2
4+
35
## 3.8.1
46

57
## 3.8.0

packages/panda-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/panda-preset",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Panda preset for Chakra UI",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

packages/react/CHANGELOG.md

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

3+
## 3.8.2
4+
5+
### Patch Changes
6+
7+
- [`91945b7`](https://github.com/chakra-ui/chakra-ui/commit/91945b78792962913fb862ca60cfc1599b655ccf)
8+
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
9+
`mt` alias to `marginBlockStart` instead of `marginTop`
10+
11+
- [#9712](https://github.com/chakra-ui/chakra-ui/pull/9712)
12+
[`f733a87`](https://github.com/chakra-ui/chakra-ui/commit/f733a87477d371a7dc66c69b321f079c0bbe75bd)
13+
Thanks [@CerealeZ](https://github.com/CerealeZ)! - AspectRatio: Fix issue
14+
where `css` prop was not respected
15+
316
## 3.8.1
417

518
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/react",
3-
"version": "3.8.1",
3+
"version": "3.8.2",
44
"description": "Responsive and accessible React UI components built with React and Emotion",
55
"type": "module",
66
"main": "dist/cjs/index.cjs",

0 commit comments

Comments
 (0)