Skip to content

Commit

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


## [0.2.2](https://github.com/dream-num/univer-plugins/compare/v0.1.1...v0.2.2) (2024-02-22)


### Bug Fixes

* **bundle:** include missing dependencies ([ce23ad9](https://github.com/dream-num/univer-plugins/commit/ce23ad97823fe28c34960261d5bb300900c65229))


### Features

* create esbuild plugin ([1efe50d](https://github.com/dream-num/univer-plugins/commit/1efe50da373ddc3867ba9a7dd54af712f624d42b))

## [0.2.1](https://github.com/dream-num/univer-plugins/compare/v0.2.0...v0.2.1) (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.1",
"version": "0.2.2",
"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.1",
"version": "0.2.2",
"private": true,
"description": "Core library for Univer plugins",
"author": "DreamNum <[email protected]>",
Expand Down
5 changes: 2 additions & 3 deletions 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.1",
"version": "0.2.2",
"private": false,
"description": "Esbuild plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -32,8 +32,7 @@
"scripts": {
"build": "tsc && node ./esbuild.config.js"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.11.19",
"@univerjs/plugin-core": "workspace:*",
Expand Down
5 changes: 2 additions & 3 deletions 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.1",
"version": "0.2.2",
"private": false,
"description": "Vite plugin for easily integrating Univer",
"author": "DreamNum <[email protected]>",
Expand Down Expand Up @@ -32,8 +32,7 @@
"scripts": {
"build": "tsc && node ./esbuild.config.js"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.11.19",
"@univerjs/plugin-core": "workspace:*",
Expand Down

0 comments on commit 466650c

Please sign in to comment.