Skip to content

Commit

Permalink
chore(release): release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Feb 23, 2024
1 parent f802e16 commit 6649485
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.2.5](https://github.com/dream-num/univer-plugins/compare/v0.2.4...v0.2.5) (2024-02-23)


### Bug Fixes

* fix lint ([4b2d3b2](https://github.com/dream-num/univer-plugins/commit/4b2d3b28d0ac396e6c7a0434aa86474e5b994617))
* rename `UniverPluginOptions` to `IUniverPluginOptions` ([9cd31a0](https://github.com/dream-num/univer-plugins/commit/9cd31a0d9e23a18f9deeb046512578fc7f06fb7c))

## [0.2.4](https://github.com/dream-num/univer-plugins/compare/v0.2.3...v0.2.4) (2024-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer-plugins",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"packageManager": "[email protected]",
"author": "DreamNum Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/plugin-core",
"type": "commonjs",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "Core library for Univer plugins",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/esbuild-plugin",
"type": "commonjs",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Esbuild plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@univerjs/vite-plugin",
"type": "commonjs",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Vite plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down

0 comments on commit 6649485

Please sign in to comment.