From 5e8e2c775723fed44e21cb50a17d96e48bf074f1 Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Sat, 1 Jun 2024 16:57:22 -0300 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 8 +++++ package.json | 2 +- src/constants/components.json | 60 +++++++++++++++++------------------ 3 files changed, 39 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df192c9..068a5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2c0ad89..4772ad9 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/constants/components.json b/src/constants/components.json index 96b45f3..91221aa 100644 --- a/src/constants/components.json +++ b/src/constants/components.json @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -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", @@ -649,5 +649,5 @@ } } ], - "version": "2.4.0" + "version": "2.4.1" }