Skip to content

Commit c7885ca

Browse files
committed
chore: release v0.0.1-next.28
1 parent a4d6b43 commit c7885ca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild-image/workspace",
3-
"version": "0.0.1-next.27",
3+
"version": "0.0.1-next.28",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild-image/core",
3-
"version": "0.0.1-next.27",
3+
"version": "0.0.1-next.28",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rsbuild-image/playground",
33
"private": true,
4-
"version": "0.0.1-next.27",
4+
"version": "0.0.1-next.28",
55
"scripts": {
66
"dev": "rsbuild dev",
77
"build": "rsbuild build"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsbuild-image/react",
3-
"version": "0.0.1-next.27",
3+
"version": "0.0.1-next.28",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)