Skip to content

Commit

Permalink
📦️ release(tag): new version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 23, 2024
1 parent 0cac740 commit 0a3b59a
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/.history
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.0.4
1.0.3
1.0.2
1.0.1
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- Add native attributes to the link, forget to add support before ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- Increase online demonstration ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ja.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- ネイティブ属性をリンクに追加し、前にサポートを追加するのを忘れて ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- オンラインデモを増やします ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ko.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- 링크에 기본 속성을 추가하고 이전에 지원을 추가하는 것을 잊어 버리십시오. ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- 온라인 데모를 늘리십시오 ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- Добавить собственные атрибуты в ссылку, забудьте добавить поддержку перед ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- Увеличить онлайн -демонстрацию ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-cn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- 将本机属性添加到链接中,忘记添加支持之前 ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- 增加在线演示 ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
4 changes: 4 additions & 0 deletions changelogs/CHANGELOG.zh-tw.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 🎉 1.0.4 `2024-02-24`
### 🐛 Fix
- 將本機屬性添加到鏈接中,忘記添加支持之前 ([#0cac740](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/0cac740b2b98510e5f39f4488aabcd653eeb4824))

## 🎉 1.0.3 `2024-02-23`
### ✨ Feature
- 增加在線演示 ([#e69ec60](https://github.com/kwooshung/Nextjs-ArcoDesign-Link/commit/e69ec60397d14f5cfbfb6ad0d8836011e02e99c8))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kwooshung/nextjs-arcodesign-link",
"version": "1.0.3",
"version": "1.0.4",
"title": "Nextjs-ArcoDesign-Link",
"description": "About In Next.js projects, the official recommendation is to use the Next.js Link component for navigation. However, integrating Arco Design's Link component within Next.js can be cumbersome. This component resolves this issue, offering full compatibility with the attributes of both frameworks, simplifying their integration for developers.",
"private": false,
Expand Down

0 comments on commit 0a3b59a

Please sign in to comment.