Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Jun 1, 2024
1 parent af3e55b commit 5e8e2c7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 31 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.3.1](https://github.com/nextui-org/nextui-cli/compare/v0.3.0...v0.3.1) (2024-06-01)

### Bug Fixes

- eslint error ([#70](https://github.com/nextui-org/nextui-cli/issues/70)) ([5dedd5b](https://github.com/nextui-org/nextui-cli/commit/5dedd5b88d3773411a2ef5ff235540e04cedf25c))
- init vite template npmrc ([#72](https://github.com/nextui-org/nextui-cli/issues/72)) ([97ba58b](https://github.com/nextui-org/nextui-cli/commit/97ba58b1389f8149e361c105753d2fc995f9fcb0))
- upgrade peerDep error version ([#73](https://github.com/nextui-org/nextui-cli/issues/73)) ([0220ec3](https://github.com/nextui-org/nextui-cli/commit/0220ec3b6f362b466864a1c56527b9085df1626b))

# [0.3.0](https://github.com/nextui-org/nextui-cli/compare/v0.2.1...v0.3.0) (2024-05-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": false,
"type": "module",
"license": "MIT",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/nextui-org/nextui-cli#readme",
"description": "A CLI tool that unlocks seamless NextUI integration",
"keywords": [
Expand Down
60 changes: 30 additions & 30 deletions src/constants/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "accordion",
"package": "@nextui-org/accordion",
"version": "2.0.33",
"version": "2.0.34",
"docs": "https://nextui.org/docs/components/accordion",
"description": "Collapse display a list of high-level options that can expand/collapse to reveal more information.",
"status": "stable",
Expand All @@ -20,7 +20,7 @@
{
"name": "autocomplete",
"package": "@nextui-org/autocomplete",
"version": "2.1.0",
"version": "2.1.1",
"docs": "https://nextui.org/docs/components/autocomplete",
"description": "An autocomplete combines a text input with a listbox, allowing users to filter a list of options to items matching a query.",
"status": "stable",
Expand All @@ -37,7 +37,7 @@
{
"name": "avatar",
"package": "@nextui-org/avatar",
"version": "2.0.28",
"version": "2.0.29",
"docs": "https://nextui.org/docs/components/avatar",
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.",
"status": "stable",
Expand Down Expand Up @@ -69,7 +69,7 @@
{
"name": "breadcrumbs",
"package": "@nextui-org/breadcrumbs",
"version": "2.0.8",
"version": "2.0.9",
"docs": "https://nextui.org/docs/components/breadcrumbs",
"description": "Breadcrumbs display a hierarchy of links to the current page or resource in an application.",
"status": "stable",
Expand All @@ -85,7 +85,7 @@
{
"name": "button",
"package": "@nextui-org/button",
"version": "2.0.32",
"version": "2.0.33",
"docs": "https://nextui.org/docs/components/button",
"description": "Buttons allow users to perform actions and choose with a single tap.",
"status": "stable",
Expand All @@ -102,7 +102,7 @@
{
"name": "calendar",
"package": "@nextui-org/calendar",
"version": "2.0.5",
"version": "2.0.6",
"docs": "https://nextui.org/docs/components/calendar",
"description": "A calendar displays one or more date grids and allows users to select a single date.",
"status": "new",
Expand All @@ -118,7 +118,7 @@
{
"name": "card",
"package": "@nextui-org/card",
"version": "2.0.29",
"version": "2.0.30",
"docs": "https://nextui.org/docs/components/card",
"description": "Card is a container for text, photos, and actions in the context of a single subject.",
"status": "stable",
Expand All @@ -135,7 +135,7 @@
{
"name": "checkbox",
"package": "@nextui-org/checkbox",
"version": "2.1.0",
"version": "2.1.1",
"docs": "https://nextui.org/docs/components/checkbox",
"description": "Checkboxes allow users to select multiple items from a list of individual items, or to mark one individual item as selected.",
"status": "stable",
Expand All @@ -151,7 +151,7 @@
{
"name": "chip",
"package": "@nextui-org/chip",
"version": "2.0.28",
"version": "2.0.29",
"docs": "https://nextui.org/docs/components/chip",
"description": "Chips help people enter information, make selections, filter content, or trigger actions.",
"status": "stable",
Expand Down Expand Up @@ -198,7 +198,7 @@
{
"name": "date-picker",
"package": "@nextui-org/date-picker",
"version": "2.1.0",
"version": "2.1.1",
"docs": "https://nextui.org/docs/components/date-picker",
"description": "A date picker combines a DateInput and a Calendar popover to allow users to enter or select a date and time value.",
"status": "new",
Expand Down Expand Up @@ -229,7 +229,7 @@
{
"name": "dropdown",
"package": "@nextui-org/dropdown",
"version": "2.1.24",
"version": "2.1.25",
"docs": "https://nextui.org/docs/components/dropdown",
"description": "A dropdown displays a list of actions or options that a user can choose.",
"status": "stable",
Expand Down Expand Up @@ -262,7 +262,7 @@
{
"name": "input",
"package": "@nextui-org/input",
"version": "2.2.0",
"version": "2.2.1",
"docs": "https://nextui.org/docs/components/input",
"description": "The input component is designed for capturing user input within a text field.",
"status": "stable",
Expand Down Expand Up @@ -293,7 +293,7 @@
{
"name": "link",
"package": "@nextui-org/link",
"version": "2.0.30",
"version": "2.0.31",
"docs": "https://nextui.org/docs/components/link",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an <a>",
"status": "stable",
Expand All @@ -309,7 +309,7 @@
{
"name": "listbox",
"package": "@nextui-org/listbox",
"version": "2.1.20",
"version": "2.1.21",
"docs": "https://nextui.org/docs/components/listbox",
"description": "A listbox displays a list of options and allows a user to select one or more of them.",
"status": "stable",
Expand All @@ -325,7 +325,7 @@
{
"name": "menu",
"package": "@nextui-org/menu",
"version": "2.0.23",
"version": "2.0.24",
"docs": "https://nextui.org/docs/components/menu",
"description": "A menu displays a list of options and allows a user to select one or more of them.",
"status": "stable",
Expand All @@ -341,7 +341,7 @@
{
"name": "modal",
"package": "@nextui-org/modal",
"version": "2.0.34",
"version": "2.0.35",
"docs": "https://nextui.org/docs/components/modal",
"description": "Displays a dialog with a custom content that requires attention or provides additional information.",
"status": "stable",
Expand All @@ -358,7 +358,7 @@
{
"name": "navbar",
"package": "@nextui-org/navbar",
"version": "2.0.31",
"version": "2.0.32",
"docs": "https://nextui.org/docs/components/navbar",
"description": "A responsive navigation header positioned on top side of your page that includes support for branding, links, navigation, collapse and more.",
"status": "stable",
Expand All @@ -375,7 +375,7 @@
{
"name": "pagination",
"package": "@nextui-org/pagination",
"version": "2.0.31",
"version": "2.0.32",
"docs": "https://nextui.org/docs/components/pagination",
"description": "The Pagination component allows you to display active page and navigate between multiple pages.",
"status": "stable",
Expand All @@ -391,7 +391,7 @@
{
"name": "popover",
"package": "@nextui-org/popover",
"version": "2.1.22",
"version": "2.1.23",
"docs": "https://nextui.org/docs/components/popover",
"description": "A popover is an overlay element positioned relative to a trigger.",
"status": "stable",
Expand All @@ -408,7 +408,7 @@
{
"name": "progress",
"package": "@nextui-org/progress",
"version": "2.0.29",
"version": "2.0.30",
"docs": "https://nextui.org/docs/components/progress",
"description": "Progress bars show either determinate or indeterminate progress of an operation over time.",
"status": "stable",
Expand All @@ -424,7 +424,7 @@
{
"name": "radio",
"package": "@nextui-org/radio",
"version": "2.1.0",
"version": "2.1.1",
"docs": "https://nextui.org/docs/components/radio",
"description": "Radios allow users to select a single option from a list of mutually exclusive options.",
"status": "stable",
Expand Down Expand Up @@ -473,7 +473,7 @@
{
"name": "select",
"package": "@nextui-org/select",
"version": "2.2.0",
"version": "2.2.1",
"docs": "https://nextui.org/docs/components/select",
"description": "A select displays a collapsible list of options and allows a user to select one of them.",
"status": "stable",
Expand Down Expand Up @@ -506,7 +506,7 @@
{
"name": "slider",
"package": "@nextui-org/slider",
"version": "2.2.10",
"version": "2.2.11",
"docs": "https://nextui.org/docs/components/slider",
"description": "A slider allows a user to select one or more values within a range.",
"status": "stable",
Expand All @@ -522,7 +522,7 @@
{
"name": "snippet",
"package": "@nextui-org/snippet",
"version": "2.0.36",
"version": "2.0.37",
"docs": "https://nextui.org/docs/components/snippet",
"description": "Display a snippet of copyable code for the command line.",
"status": "stable",
Expand Down Expand Up @@ -569,7 +569,7 @@
{
"name": "switch",
"package": "@nextui-org/switch",
"version": "2.0.29",
"version": "2.0.30",
"docs": "https://nextui.org/docs/components/switch",
"description": "A switch is similar to a checkbox, but represents on/off values as opposed to selection.",
"status": "stable",
Expand All @@ -585,7 +585,7 @@
{
"name": "table",
"package": "@nextui-org/table",
"version": "2.0.34",
"version": "2.0.35",
"docs": "https://nextui.org/docs/components/table",
"description": "Tables are used to display tabular data using rows and columns. ",
"status": "stable",
Expand All @@ -601,7 +601,7 @@
{
"name": "tabs",
"package": "@nextui-org/tabs",
"version": "2.0.30",
"version": "2.0.31",
"docs": "https://nextui.org/docs/components/tabs",
"description": "Tabs organize content into multiple sections and allow users to navigate between them.",
"status": "updated",
Expand All @@ -618,7 +618,7 @@
{
"name": "tooltip",
"package": "@nextui-org/tooltip",
"version": "2.0.34",
"version": "2.0.35",
"docs": "https://nextui.org/docs/components/tooltip",
"description": "A React Component for rendering dynamically positioned Tooltips",
"status": "stable",
Expand All @@ -635,7 +635,7 @@
{
"name": "user",
"package": "@nextui-org/user",
"version": "2.0.29",
"version": "2.0.30",
"docs": "https://nextui.org/docs/components/user",
"description": "Flexible User Profile Component.",
"status": "stable",
Expand All @@ -649,5 +649,5 @@
}
}
],
"version": "2.4.0"
"version": "2.4.1"
}

0 comments on commit 5e8e2c7

Please sign in to comment.