From 97daefc3062cef0c49459e265ef66c141250e28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Tue, 4 Jun 2024 09:38:07 +0800 Subject: [PATCH] chore(release): release v0.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/core/package.json | 2 +- packages/esbuild-plugin/package.json | 2 +- packages/vite-plugin/package.json | 2 +- packages/webpack-plugin/package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce2a4c..afb07af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.4.2](https://github.com/dream-num/univer-plugins/compare/v0.4.1...v0.4.2) (2024-06-04) + + +### Bug Fixes + +* **webpack4:** fix import statement for locale files ([d9ef06f](https://github.com/dream-num/univer-plugins/commit/d9ef06f54c283de8298a9f92c1da1b85b9cee140)) + ## [0.4.1](https://github.com/dream-num/univer-plugins/compare/v0.4.0...v0.4.1) (2024-06-03) diff --git a/package.json b/package.json index 46482c1..6b997c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer-plugins", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "private": true, "author": "DreamNum Inc. ", "license": "Apache-2.0", diff --git a/packages/core/package.json b/packages/core/package.json index d389e5d..225f8e0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs/plugin-core", "type": "commonjs", - "version": "0.4.1", + "version": "0.4.2", "private": true, "description": "Core library for Univer plugins", "author": "DreamNum ", diff --git a/packages/esbuild-plugin/package.json b/packages/esbuild-plugin/package.json index 3ee21b4..ef8d3b7 100644 --- a/packages/esbuild-plugin/package.json +++ b/packages/esbuild-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs/esbuild-plugin", "type": "commonjs", - "version": "0.4.1", + "version": "0.4.2", "private": false, "description": "Esbuild plugin for easily integrating Univer", "author": "DreamNum ", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index bb83bd7..e47bff5 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@univerjs/vite-plugin", "type": "commonjs", - "version": "0.4.1", + "version": "0.4.2", "private": false, "description": "Vite plugin for easily integrating Univer", "author": "DreamNum ", diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index c9fb910..4685702 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/webpack-plugin", - "version": "0.4.1", + "version": "0.4.2", "private": false, "description": "Webpack plugin for easily integrating Univer", "author": "DreamNum ",