mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
ci(changesets): version packages (#1434)
Co-authored-by: Junior Garcia <jrgarciadev@gmail.com>
This commit is contained in:
parent
453f792a7a
commit
1bc2a50e2c
@ -1,6 +0,0 @@
|
||||
---
|
||||
"@nextui-org/use-aria-link": patch
|
||||
"@nextui-org/link": patch
|
||||
---
|
||||
|
||||
Interal hook created to control the link events
|
||||
@ -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
|
||||
|
||||
@ -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 <a>",
|
||||
"keywords": [
|
||||
"link"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
7
packages/hooks/use-aria-link/CHANGELOG.md
Normal file
7
packages/hooks/use-aria-link/CHANGELOG.md
Normal 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
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user