Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed May 29, 2024
1 parent 43bef07 commit b0e46b0
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-bags-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-starfishes-lick.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/components/radio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/radio

## 2.1.1

### Patch Changes

- [#3110](https://github.com/nextui-org/nextui/pull/3110) [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998) Thanks [@ryo-manba](https://github.com/ryo-manba)! - Remove required attribute for Radio with validationBehavior="aria"

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/radio",
"version": "2.1.0",
"version": "2.1.1",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"keywords": [
"radio"
Expand Down
47 changes: 47 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,52 @@
# @nextui-org/react

## 2.4.1

### Patch Changes

- Updated dependencies [[`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860), [`41d2eeb20`](https://github.com/nextui-org/nextui/commit/41d2eeb20bde3182306f134ba619942e182d0998)]:
- @nextui-org/theme@2.2.5
- @nextui-org/radio@2.1.1
- @nextui-org/accordion@2.0.33
- @nextui-org/autocomplete@2.1.0
- @nextui-org/avatar@2.0.28
- @nextui-org/badge@2.0.28
- @nextui-org/breadcrumbs@2.0.8
- @nextui-org/button@2.0.32
- @nextui-org/calendar@2.0.5
- @nextui-org/card@2.0.29
- @nextui-org/checkbox@2.1.0
- @nextui-org/chip@2.0.28
- @nextui-org/code@2.0.28
- @nextui-org/date-input@2.1.0
- @nextui-org/date-picker@2.1.0
- @nextui-org/divider@2.0.28
- @nextui-org/dropdown@2.1.24
- @nextui-org/image@2.0.28
- @nextui-org/input@2.2.0
- @nextui-org/kbd@2.0.29
- @nextui-org/link@2.0.30
- @nextui-org/listbox@2.1.20
- @nextui-org/menu@2.0.23
- @nextui-org/modal@2.0.34
- @nextui-org/navbar@2.0.31
- @nextui-org/pagination@2.0.31
- @nextui-org/popover@2.1.22
- @nextui-org/progress@2.0.29
- @nextui-org/ripple@2.0.29
- @nextui-org/scroll-shadow@2.1.16
- @nextui-org/select@2.2.0
- @nextui-org/skeleton@2.0.28
- @nextui-org/slider@2.2.10
- @nextui-org/snippet@2.0.36
- @nextui-org/spacer@2.0.28
- @nextui-org/spinner@2.0.29
- @nextui-org/switch@2.0.29
- @nextui-org/table@2.0.34
- @nextui-org/tabs@2.0.30
- @nextui-org/tooltip@2.0.34
- @nextui-org/user@2.0.29

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.4.0",
"version": "2.4.1",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nextui-org/theme

## 2.2.5

### Patch Changes

- [#3126](https://github.com/nextui-org/nextui/pull/3126) [`43bef0718`](https://github.com/nextui-org/nextui/commit/43bef07180c5e0bc7d08319f922aa47a63715860) Thanks [@wingkwong](https://github.com/wingkwong)! - add missing pointer event after data loaded (#3125)

## 2.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/theme",
"version": "2.2.4",
"version": "2.2.5",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit b0e46b0

Please sign in to comment.