Skip to content

Commit f6afe2c

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

10 files changed

Lines changed: 37 additions & 14 deletions

File tree

.changeset/add-project-icons.md

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

.changeset/modern-beds-judge.md

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

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

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

3+
## 0.1.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dbcb734]
8+
- Updated dependencies [dbcb734]
9+
- @tidbcloud/uikit@2.7.2
10+
311
## 0.1.70
412

513
### 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.70",
3+
"version": "0.1.71",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/with-vitejs/CHANGELOG.md

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

3+
## 0.0.71
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dbcb734]
8+
- Updated dependencies [dbcb734]
9+
- @tidbcloud/uikit@2.7.2
10+
311
## 0.0.70
412

513
### 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.70",
4+
"version": "0.0.71",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/documentation/CHANGELOG.md

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

3+
## 0.1.100
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [dbcb734]
8+
- Updated dependencies [dbcb734]
9+
- @tidbcloud/uikit@2.7.2
10+
311
## 0.1.99
412

513
### 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.99",
3+
"version": "0.1.100",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/uikit/CHANGELOG.md

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

3+
## 2.7.2
4+
5+
### Patch Changes
6+
7+
- feat(uikit): add project icons ([#631](https://github.com/tidbcloud/tidbcloud-uikit/pull/631))
8+
- ci: use single publish workflow for trusted publisher ([#630](https://github.com/tidbcloud/tidbcloud-uikit/pull/630))
9+
- feat(uikit): add project icons ([#631](https://github.com/tidbcloud/tidbcloud-uikit/pull/631))
10+
- ci: use single publish workflow for trusted publisher ([#630](https://github.com/tidbcloud/tidbcloud-uikit/pull/630))
11+
312
## 2.7.1
413

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

0 commit comments

Comments
 (0)