ci(changesets): version packages (#1434)

Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
github-actions[bot] 2023-08-18 20:57:44 +00:00 committed by GitHub
parent 453f792a7a
commit 1bc2a50e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 9 deletions

View File

@ -1,6 +0,0 @@
---
"@nextui-org/use-aria-link": patch
"@nextui-org/link": patch
---
Interal hook created to control the link events

View File

@ -1,5 +1,14 @@
# @nextui-org/link
## 2.0.12
### Patch Changes
- [#1432](https://github.com/nextui-org/nextui/pull/1432) [`453f792a7`](https://github.com/nextui-org/nextui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events
- Updated dependencies [[`453f792a7`](https://github.com/nextui-org/nextui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]:
- @nextui-org/use-aria-link@2.0.12
## 2.0.11
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/link",
"version": "2.0.11",
"version": "2.0.12",
"description": "Links allow users to click their way from page to page. This component is styled to resemble a hyperlink and semantically renders an &lt;a&gt;",
"keywords": [
"link"

View File

@ -1,5 +1,17 @@
# @nextui-org/react
## 2.0.23
### Patch Changes
- Updated dependencies [[`453f792a7`](https://github.com/nextui-org/nextui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c)]:
- @nextui-org/link@2.0.12
- @nextui-org/card@2.0.11
- @nextui-org/checkbox@2.0.12
- @nextui-org/modal@2.0.13
- @nextui-org/navbar@2.0.11
- @nextui-org/user@2.0.12
## 2.0.22
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "2.0.22",
"version": "2.0.23",
"description": "🚀 Beautiful and modern React UI library.",
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",

View File

@ -0,0 +1,7 @@
# @nextui-org/use-aria-link
## 2.0.12
### Patch Changes
- [#1432](https://github.com/nextui-org/nextui/pull/1432) [`453f792a7`](https://github.com/nextui-org/nextui/commit/453f792a7a35ed9dc0234479d55f694ff0f4b21c) Thanks [@jrgarciadev](https://github.com/jrgarciadev)! - Interal hook created to control the link events

View File

@ -1,6 +1,6 @@
{
"name": "@nextui-org/use-aria-link",
"version": "2.0.11",
"version": "2.0.12",
"description": "Internal hook to handle link a11y and events, this is based on react-aria link hook but without the onClick warning",
"keywords": [
"use-aria-link"