Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @yzfe/vue-demo@0.0.9
 - @yzfe/svgicon-viewer@1.2.1
 - @yzfe/vue-cli-plugin-svgicon@1.2.1
 - @yzfe/vue-svgicon@4.0.3
  • Loading branch information
Allenice committed Aug 10, 2022
1 parent 473741a commit a138524
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions demo/vue-demo/package.json
@@ -1,13 +1,13 @@
{
"name": "@yzfe/vue-demo",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@yzfe/vue-svgicon": "^4.0.2",
"@yzfe/vue-svgicon": "^4.0.3",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
Expand All @@ -18,7 +18,7 @@
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@yzfe/svgicon-loader": "^1.2.0",
"@yzfe/vue-cli-plugin-svgicon": "^1.2.0",
"@yzfe/vue-cli-plugin-svgicon": "^1.2.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/svgicon-viewer/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-viewer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Preview SVG Icon",
"bin": {
"svgicon-viewer": "bin/index.js"
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.2.0",
"@yzfe/vue-svgicon": "^4.0.2",
"@yzfe/vue-svgicon": "^4.0.3",
"fastify": "^3.2.0",
"fastify-static": "^3.2.0",
"glob": "^7.1.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-cli-plugin-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-cli-plugin-svgicon",
"version": "1.2.0",
"version": "1.2.1",
"description": "vue-cli plugin to add @yzfe/svgicon-loader config",
"keywords": [
"vue",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@yzfe/svgicon": "^1.1.0",
"@yzfe/svgicon-loader": "^1.2.0",
"@yzfe/vue-svgicon": "^4.0.2",
"@yzfe/vue-svgicon": "^4.0.3",
"@yzfe/vue3-svgicon": "^1.0.1"
},
"gitHead": "8f4f2a4442e072323ecf76585a533342ddafecb5"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-svgicon",
"version": "4.0.2",
"version": "4.0.3",
"description": "SVG icon component for vue",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit a138524

Please sign in to comment.