Skip to content

Commit

Permalink
ci(changesets): version packages (#3508)
Browse files Browse the repository at this point in the history
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
  • Loading branch information
github-actions[bot] and jrgarciadev authored Jul 18, 2024
1 parent 0185952 commit cef1122
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-countries-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-onions-explain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-garlics-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-jars-love.md

This file was deleted.

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

## 2.0.10

### Patch Changes

- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month

- Updated dependencies []:
- @nextui-org/button@2.0.36

## 2.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/calendar",
"version": "2.0.9",
"version": "2.0.10",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"keywords": [
"calendar"
Expand Down
10 changes: 10 additions & 0 deletions packages/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nextui-org/date-picker

## 2.1.5

### Patch Changes

- Updated dependencies [[`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c)]:
- @nextui-org/calendar@2.0.10
- @nextui-org/button@2.0.36
- @nextui-org/date-input@2.1.2
- @nextui-org/popover@2.1.26

## 2.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/date-picker",
"version": "2.1.4",
"version": "2.1.5",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"keywords": [
"date-picker"
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.5

### Patch Changes

- Updated dependencies [[`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37), [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3), [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c), [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548)]:
- @nextui-org/theme@2.2.8
- @nextui-org/calendar@2.0.10
- @nextui-org/accordion@2.0.37
- @nextui-org/autocomplete@2.1.4
- @nextui-org/avatar@2.0.31
- @nextui-org/badge@2.0.30
- @nextui-org/breadcrumbs@2.0.11
- @nextui-org/button@2.0.36
- @nextui-org/card@2.0.32
- @nextui-org/checkbox@2.1.3
- @nextui-org/chip@2.0.31
- @nextui-org/code@2.0.31
- @nextui-org/date-input@2.1.2
- @nextui-org/date-picker@2.1.5
- @nextui-org/divider@2.0.30
- @nextui-org/dropdown@2.1.28
- @nextui-org/image@2.0.30
- @nextui-org/input@2.2.3
- @nextui-org/kbd@2.0.32
- @nextui-org/link@2.0.33
- @nextui-org/listbox@2.1.24
- @nextui-org/menu@2.0.27
- @nextui-org/modal@2.0.38
- @nextui-org/navbar@2.0.35
- @nextui-org/pagination@2.0.34
- @nextui-org/popover@2.1.26
- @nextui-org/progress@2.0.32
- @nextui-org/radio@2.1.3
- @nextui-org/ripple@2.0.31
- @nextui-org/scroll-shadow@2.1.18
- @nextui-org/select@2.2.4
- @nextui-org/skeleton@2.0.30
- @nextui-org/slider@2.2.14
- @nextui-org/snippet@2.0.40
- @nextui-org/spacer@2.0.31
- @nextui-org/spinner@2.0.32
- @nextui-org/switch@2.0.32
- @nextui-org/table@2.0.38
- @nextui-org/tabs@2.0.34
- @nextui-org/tooltip@2.0.38
- @nextui-org/user@2.0.32

## 2.4.4

### Patch 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.4",
"version": "2.4.5",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nextui-org/theme

## 2.2.8

### Patch Changes

- [#3499](https://github.com/nextui-org/nextui/pull/3499) [`59428b183`](https://github.com/nextui-org/nextui/commit/59428b183deceacd0db246e129de5ed8b0200d37) Thanks [@wingkwong](https://github.com/wingkwong)! - Fixed button scaling when `disableAnimation` is `true` (#3489)

- [#3495](https://github.com/nextui-org/nextui/pull/3495) [`8b193072e`](https://github.com/nextui-org/nextui/commit/8b193072e5d77d722825bc89700055ce24ee0fb3) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the issue of double scrollbar in modal with inside `scrollBehavior` (#3942)

- [#3505](https://github.com/nextui-org/nextui/pull/3505) [`1fdbf2ad2`](https://github.com/nextui-org/nextui/commit/1fdbf2ad2020d91f257029e6a3f81406d5da109c) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - Fixed the calendarContent width as per visible month

- [#3491](https://github.com/nextui-org/nextui/pull/3491) [`46edcca95`](https://github.com/nextui-org/nextui/commit/46edcca954b3a3e16c83d117c27cf39a59474548) Thanks [@abhinandan-verma](https://github.com/abhinandan-verma)! - fixed the slow color change of sortable table header during theme change (#3488)

## 2.2.7

### 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.7",
"version": "2.2.8",
"description": "The default theme for NextUI components",
"keywords": [
"theme",
Expand Down

0 comments on commit cef1122

Please sign in to comment.