Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jun 17, 2024
1 parent b611f90 commit 2750085
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.2](https://github.com/varletjs/varlet-icon-builder/compare/v0.3.1...v0.3.2) (2024-06-17)


### Bug Fixes

* fix module extname error ([b611f90](https://github.com/varletjs/varlet-icon-builder/commit/b611f90f88ecbd3b954dbac496f26e7838ef2540))



## [0.3.1](https://github.com/varletjs/varlet-icon-builder/compare/v0.3.0...v0.3.1) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"keywords": [
"icon",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.3.1",
"version": "0.3.2",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-icon-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/icon-builder",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"description": "icon builder of varlet",
"keywords": [
"varlet",
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-test-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@varlet/test-icons",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"license": "MIT",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-unplugin-icon-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@varlet/unplugin-icon-builder",
"type": "module",
"version": "0.3.1",
"version": "0.3.2",
"keywords": [
"varlet",
"icon",
Expand Down

0 comments on commit 2750085

Please sign in to comment.