Skip to content

Commit 8f47c5b

Browse files
release: bump versions (#640)
1 parent 77e5bb6 commit 8f47c5b

9 files changed

Lines changed: 31 additions & 9 deletions

File tree

.changeset/gorgeous-bears-worry.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.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77e5bb6]
8+
- @tidbcloud/uikit@2.7.6
9+
310
## 0.1.74
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.74",
3+
"version": "0.1.75",
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.75
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77e5bb6]
8+
- @tidbcloud/uikit@2.7.6
9+
310
## 0.0.74
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.74",
4+
"version": "0.0.75",
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.104
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [77e5bb6]
8+
- @tidbcloud/uikit@2.7.6
9+
310
## 0.1.103
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.103",
3+
"version": "0.1.104",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/uikit/CHANGELOG.md

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

3+
## 2.7.6
4+
5+
### Patch Changes
6+
7+
- refactor(uikit): simplify TablePagination styles and move them to theme ([#639](https://github.com/tidbcloud/tidbcloud-uikit/pull/639))
8+
39
## 2.7.5
410

511
### 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.7.5",
3+
"version": "2.7.6",
44
"description": "tidbcloud uikit",
55
"type": "module",
66
"main": "dist/primitive/index.cjs",

0 commit comments

Comments
 (0)