Skip to content

Commit dcce4e8

Browse files
release: bump versions (#612)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c2b5e5 commit dcce4e8

File tree

9 files changed

+32
-9
lines changed

9 files changed

+32
-9
lines changed

.changeset/weak-students-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/with-nextjs-pages-router/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tidbcloud/uikit-example-with-nextjs-pages-router
22

3+
## 0.1.67
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0c2b5e5]
8+
- @tidbcloud/uikit@2.6.0
9+
310
## 0.1.66
411

512
### Patch Changes

examples/with-nextjs-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tidbcloud/uikit-example-with-nextjs-pages-router",
3-
"version": "0.1.66",
3+
"version": "0.1.67",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/with-vitejs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tidbcloud/uikit-example-with-vitejs
22

3+
## 0.0.67
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0c2b5e5]
8+
- @tidbcloud/uikit@2.6.0
9+
310
## 0.0.66
411

512
### Patch Changes

examples/with-vitejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tidbcloud/uikit-example-with-vitejs",
33
"private": true,
4-
"version": "0.0.66",
4+
"version": "0.0.67",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/documentation/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tidbcloud/uikit-documentation
22

3+
## 0.1.96
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [0c2b5e5]
8+
- @tidbcloud/uikit@2.6.0
9+
310
## 0.1.95
411

512
### Patch Changes

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tidbcloud/uikit-documentation",
3-
"version": "0.1.95",
3+
"version": "0.1.96",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/uikit/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tidbcloud/uikit
22

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- feat: update mantine from 7.15.2 to 7.17.8 ([#609](https://github.com/tidbcloud/tidbcloud-uikit/pull/609))
8+
- fix: enhance CI workflow to include PR branch and commit SHA outputs ([#611](https://github.com/tidbcloud/tidbcloud-uikit/pull/611))
9+
310
## 2.5.8
411

512
### Patch Changes

packages/uikit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tidbcloud/uikit",
3-
"version": "2.5.8",
3+
"version": "2.6.0",
44
"description": "tidbcloud uikit",
55
"type": "module",
66
"main": "dist/primitive/index.cjs",

0 commit comments

Comments
 (0)