Skip to content

Commit

Permalink
chore(release): release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Jul 15, 2024
1 parent d1084af commit 8ecbb75
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 24 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


# [0.5.0](https://github.com/dream-num/univer-plugins/compare/v0.4.4...v0.5.0) (2024-07-15)


### Features

* support `zh-TW` & `vi-VN` ([d1084af](https://github.com/dream-num/univer-plugins/commit/d1084af72bec0a65c16c8a77432a11dd6fab9afd))

## [0.4.4](https://github.com/dream-num/univer-plugins/compare/v0.4.3...v0.4.4) (2024-06-18)


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.4.4",
"version": "0.5.0",
"private": true,
"author": "DreamNum Inc. <developer@univer.ai>",
"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.4.4",
"version": "0.5.0",
"private": true,
"description": "Core library for Univer plugins",
"author": "DreamNum <developer@univer.ai>",
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.4.4",
"version": "0.5.0",
"private": false,
"description": "Esbuild plugin for easily integrating Univer",
"author": "DreamNum <developer@univer.ai>",
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.4.4",
"version": "0.5.0",
"private": false,
"description": "Vite plugin for easily integrating Univer",
"author": "DreamNum <developer@univer.ai>",
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.4.4",
"version": "0.5.0",
"private": false,
"description": "Webpack plugin for easily integrating Univer",
"author": "DreamNum <developer@univer.ai>",
Expand Down
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 8ecbb75

Please sign in to comment.