Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 13, 2023
1 parent 83a850e commit 5bda300
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-chicken-scream.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/components/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.2.2

### Patch Changes

- [#8114](https://github.com/chakra-ui/chakra-ui/pull/8114)
[`83a850eb5`](https://github.com/chakra-ui/chakra-ui/commit/83a850eb598fb2df97949a1aa4f2d12cb4bc63c5)
Thanks [@tarao1006](https://github.com/tarao1006)! - Change props order not to
overwrite className

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/menu",
"version": "2.2.1",
"version": "2.2.2",
"description": "A React component to render accessible menus",
"keywords": [
"menu",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.8.3

### Patch Changes

- Updated dependencies
[[`83a850eb5`](https://github.com/chakra-ui/chakra-ui/commit/83a850eb598fb2df97949a1aa4f2d12cb4bc63c5)]:
- @chakra-ui/menu@2.2.2
- @chakra-ui/card@2.2.0

## 2.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/react",
"version": "2.8.2",
"version": "2.8.3",
"description": "Responsive and accessible React UI components built with React and Emotion",
"main": "src/index.ts",
"files": [
Expand Down

0 comments on commit 5bda300

Please sign in to comment.