Skip to content

Commit 3f85188

Browse files
committed
chore(release): release v0.5.1
1 parent ef5d04f commit 3f85188

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "univer-plugins",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"private": true,
66
"packageManager": "[email protected]",
77
"author": "DreamNum Inc. <[email protected]>",

packages/esbuild-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@univerjs/esbuild-plugin",
33
"type": "commonjs",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"private": false,
66
"description": "Esbuild plugin for easily integrating Univer",
77
"author": "DreamNum <[email protected]>",

packages/vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@univerjs/vite-plugin",
33
"type": "commonjs",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"private": false,
66
"description": "Vite plugin for easily integrating Univer",
77
"author": "DreamNum <[email protected]>",

packages/webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@univerjs/webpack-plugin",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"private": false,
55
"description": "Webpack plugin for easily integrating Univer",
66
"author": "DreamNum <[email protected]>",

0 commit comments

Comments
 (0)