Skip to content

Commit 8322bce

Browse files
release: bump versions (#642)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c0606c0 commit 8322bce

9 files changed

Lines changed: 31 additions & 9 deletions

File tree

.changeset/wild-eggs-act.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.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c0606c0]
8+
- @tidbcloud/uikit@2.7.7
9+
310
## 0.1.75
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.75",
3+
"version": "0.1.76",
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.76
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c0606c0]
8+
- @tidbcloud/uikit@2.7.7
9+
310
## 0.0.75
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.75",
4+
"version": "0.0.76",
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.105
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c0606c0]
8+
- @tidbcloud/uikit@2.7.7
9+
310
## 0.1.104
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.104",
3+
"version": "0.1.105",
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.7
4+
5+
### Patch Changes
6+
7+
- fix(uikit): simplify hover styles in theme ([#641](https://github.com/tidbcloud/tidbcloud-uikit/pull/641))
8+
39
## 2.7.6
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.6",
3+
"version": "2.7.7",
44
"description": "tidbcloud uikit",
55
"type": "module",
66
"main": "dist/primitive/index.cjs",

0 commit comments

Comments
 (0)