Skip to content

Commit

Permalink
Version Packages (#9019)
Browse files Browse the repository at this point in the history
ci(changesets): version packages

Co-authored-by: Segun Adebayo <[email protected]>
  • Loading branch information
github-actions[bot] and segunadebayo authored Oct 29, 2024
1 parent 142e464 commit 4f34540
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-eyes-hope.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-garlics-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-seas-turn.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chakra-ui/cli

## 3.0.2

### Patch Changes

- [`bfd9cac`](https://github.com/chakra-ui/chakra-ui/commit/bfd9cac4756e599724f087842f70e6551198e956)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue with vite
setup where `.mjs` and `mts` files were not considered.

- [#9022](https://github.com/chakra-ui/chakra-ui/pull/9022)
[`b40eb6b`](https://github.com/chakra-ui/chakra-ui/commit/b40eb6b0b8184b7a38428d5d6a0bd7d9932e393a)
Thanks [@Newbie012](https://github.com/Newbie012)! - Fix issue where style
props types show as `any` when using `strictTokens`

## 3.0.1

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/cli",
"version": "3.0.1",
"version": "3.0.2",
"description": "Generate theme typings for autocomplete",
"keywords": [
"theme",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @chakra-ui/react

## 3.0.2

### Patch Changes

- [`20b91bd`](https://github.com/chakra-ui/chakra-ui/commit/20b91bdc6134e83897fab058b0ff30fd23e61c5d)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - - **InputAddon**:
Fix issue with input addon not stretched correctly.
- **Snippets / Toaster**: Improve toaster styling by adding
`width={{ md: "sm" }}` to the toast root.

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/react",
"version": "3.0.1",
"version": "3.0.2",
"description": "Responsive and accessible React UI components built with React and Emotion",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down

0 comments on commit 4f34540

Please sign in to comment.