Skip to content

Commit

Permalink
chore(release): release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Jun 3, 2024
1 parent b24a561 commit 17c04b7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [0.4.0](https://github.com/dream-num/univer-plugins/compare/v0.3.5...v0.4.0) (2024-06-03)


### Features

* ensure compatibility with Univer version 0.1.13 and above ([b24a561](https://github.com/dream-num/univer-plugins/commit/b24a561a37fa3013b766e03636c77d3ec4719755))

## [0.3.5](https://github.com/dream-num/univer-plugins/compare/v0.3.4...v0.3.5) (2024-05-16)


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.3.5",
"version": "0.4.0",
"private": true,
"author": "DreamNum Inc. <[email protected]>",
"license": "Apache-2.0",
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.3.5",
"version": "0.4.0",
"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.3.5",
"version": "0.4.0",
"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.3.5",
"version": "0.4.0",
"private": false,
"description": "Vite plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/webpack-plugin",
"version": "0.3.5",
"version": "0.4.0",
"private": false,
"description": "Webpack plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down

0 comments on commit 17c04b7

Please sign in to comment.