Skip to content

Commit 95fe41a

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

9 files changed

Lines changed: 31 additions & 9 deletions

File tree

.changeset/red-taxis-fetch.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.72
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ff31484]
8+
- @tidbcloud/uikit@2.7.3
9+
310
## 0.1.71
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.71",
3+
"version": "0.1.72",
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.72
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ff31484]
8+
- @tidbcloud/uikit@2.7.3
9+
310
## 0.0.71
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.71",
4+
"version": "0.0.72",
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.101
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ff31484]
8+
- @tidbcloud/uikit@2.7.3
9+
310
## 0.1.100
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.100",
3+
"version": "0.1.101",
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.3
4+
5+
### Patch Changes
6+
7+
- feat(uikit): update DProject icon dimensions and SVG structure ([#633](https://github.com/tidbcloud/tidbcloud-uikit/pull/633))
8+
39
## 2.7.2
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.2",
3+
"version": "2.7.3",
44
"description": "tidbcloud uikit",
55
"type": "module",
66
"main": "dist/primitive/index.cjs",

0 commit comments

Comments
 (0)