Skip to content

Commit

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

Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
  • Loading branch information
github-actions[bot] and segunadebayo committed Jun 1, 2024
1 parent 83366c4 commit 32a1b2f
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"blue-masks-tell",
"curly-donkeys-glow",
"curvy-zebras-fold",
"few-paws-hammer",
"many-lamps-provide",
"pretty-cougars-cough",
"shiny-dogs-promise",
Expand Down
2 changes: 2 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @chakra-ui/cli

## 3.0.0-next.2

## 3.0.0-next.1

## 3.0.0-next.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.0-next.1",
"version": "3.0.0-next.2",
"description": "Generate theme typings for autocomplete",
"keywords": [
"theme",
Expand Down
7 changes: 7 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.0.0-next.2

### Patch Changes

- Updated dependencies []:
- @chakra-ui/utils@3.0.0-next.2

## 3.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/hooks",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "React hooks for Chakra components",
"keywords": [
"hooks",
Expand Down
2 changes: 2 additions & 0 deletions packages/props-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 3.0.0-next.2

## 3.0.0-next.1

## 3.0.0-next.0
Expand Down
25 changes: 25 additions & 0 deletions packages/props-docs/generated/float.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"Float": {
"offset": {
"type": "SystemStyleObject[\"top\"]",
"required": false,
"description": "The x and y offset of the indicator"
},
"offsetX": {
"type": "SystemStyleObject[\"left\"]",
"required": false,
"description": "The x offset of the indicator"
},
"offsetY": {
"type": "SystemStyleObject[\"top\"]",
"required": false,
"description": "The y offset of the indicator"
},
"placement": {
"type": "ConditionalValue<\n | \"bottom-end\"\n | \"bottom-start\"\n | \"top-end\"\n | \"top-start\"\n | \"bottom-center\"\n | \"top-center\"\n | \"middle-center\"\n | \"middle-end\"\n | \"middle-start\"\n >",
"defaultValue": "top-end",
"required": false,
"description": "The placement of the indicator"
}
}
}
2 changes: 1 addition & 1 deletion packages/props-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/props-docs",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "Extracts prop types for documentation purposes",
"keywords": [
"docs",
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @chakra-ui/react

## 3.0.0-next.2

### Patch Changes

- [`83366c4`](https://github.com/chakra-ui/chakra-ui/commit/83366c43e42d7d4d385bbb3d85051768b0e03be7)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - - Fix regression in
`mergeConfigs`
- Decompose `Field` component
- Refactor `Avatar` to use Ark UI
- Refactor `Progress` to use Ark UI
- Updated dependencies []:
- @chakra-ui/hooks@3.0.0-next.2
- @chakra-ui/utils@3.0.0-next.2

## 3.0.0-next.1

### Minor 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.0-next.1",
"version": "3.0.0-next.2",
"description": "Responsive and accessible React UI components built with React and Emotion",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @chakra-ui/utils

## 3.0.0-next.2

## 3.0.0-next.1

## 3.0.0-next.0
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/utils",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"description": "Common utilities and types for Chakra UI",
"author": "Segun Adebayo <sage@adebayosegun.com>",
"homepage": "https://github.com/chakra-ui/chakra-ui#readme",
Expand Down
12 changes: 12 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chakra-ui/docs

## 3.0.0-next.2

### Patch Changes

- Updated dependencies
[[`83366c4`](https://github.com/chakra-ui/chakra-ui/commit/83366c43e42d7d4d385bbb3d85051768b0e03be7)]:
- @chakra-ui/react@3.0.0-next.2
- @chakra-ui/cli@3.0.0-next.2
- @chakra-ui/hooks@3.0.0-next.2
- @chakra-ui/props-docs@3.0.0-next.2
- @chakra-ui/utils@3.0.0-next.2

## 3.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chakra-ui/docs",
"version": "3.0.0-next.1",
"version": "3.0.0-next.2",
"scripts": {
"dev": "next",
"prebuild": "pnpm build:search-meta && pnpm build:packages && pnpm build:props-docs",
Expand Down

0 comments on commit 32a1b2f

Please sign in to comment.