Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @yzfe/react-demo@0.0.8
 - @yzfe/vue-demo@0.0.8
 - @yzfe/svgicon-gen@1.2.0
 - @yzfe/svgicon-loader@1.2.0
 - @yzfe/svgicon-viewer@1.2.0
 - vite-plugin-svgicon@1.2.0
 - @yzfe/vue-cli-plugin-svgicon@1.2.0
  • Loading branch information
Allenice committed Jul 1, 2022
1 parent 9886ed4 commit 6a4d472
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions demo/react-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/react-demo",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"start": "umi dev",
Expand All @@ -12,7 +12,7 @@
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.15",
"@yzfe/svgicon": "^1.1.0",
"@yzfe/svgicon-loader": "^1.1.0",
"@yzfe/svgicon-loader": "^1.2.0",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react": "^16.12.0",
Expand Down
6 changes: 3 additions & 3 deletions demo/vue-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-demo",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -17,8 +17,8 @@
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@yzfe/svgicon-loader": "^1.1.0",
"@yzfe/vue-cli-plugin-svgicon": "^1.1.0",
"@yzfe/svgicon-loader": "^1.2.0",
"@yzfe/vue-cli-plugin-svgicon": "^1.2.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-gen",
"version": "1.1.0",
"version": "1.2.0",
"description": "A generator to create svgicon object",
"scripts": {
"dev": "rollup -c -w",
Expand Down
4 changes: 2 additions & 2 deletions packages/svgicon-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-loader",
"version": "1.1.0",
"version": "1.2.0",
"description": "Webpack loader to load svg icon",
"scripts": {
"dev": "tsc -w",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/webpack": "^4.41.21"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.1.0",
"@yzfe/svgicon-gen": "^1.2.0",
"loader-utils": "^2.0.0"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/svgicon-viewer/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-viewer",
"version": "1.1.0",
"version": "1.2.0",
"description": "Preview SVG Icon",
"bin": {
"svgicon-viewer": "bin/index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/MMF-FE/svgicon/issues"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.1.0",
"@yzfe/svgicon-gen": "^1.2.0",
"@yzfe/vue-svgicon": "^4.0.2",
"fastify": "^3.2.0",
"fastify-static": "^3.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-svgicon",
"version": "1.0.0",
"version": "1.2.0",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"vite": "^2.0.1"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.1.0",
"@types/svgo": "^2.6.3"
"@types/svgo": "^2.6.3",
"@yzfe/svgicon-gen": "^1.2.0"
}
}
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.1.0",
"version": "1.2.0",
"description": "vue-cli plugin to add @yzfe/svgicon-loader config",
"keywords": [
"vue",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@yzfe/svgicon": "^1.1.0",
"@yzfe/svgicon-loader": "^1.1.0",
"@yzfe/svgicon-loader": "^1.2.0",
"@yzfe/vue-svgicon": "^4.0.2",
"@yzfe/vue3-svgicon": "^1.0.1"
},
Expand Down

0 comments on commit 6a4d472

Please sign in to comment.