Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @yzfe/react-demo@0.0.3
 - @yzfe/vue-demo@0.0.3
 - @yzfe/react-svgicon@1.0.1
 - @yzfe/svgicon-gen@1.0.1
 - @yzfe/svgicon-loader@1.0.1
 - @yzfe/svgicon-viewer@1.0.1
 - @yzfe/svgicon@1.0.1
 - @yzfe/vue-cli-plugin-svgicon@1.0.1
 - @yzfe/vue-svgicon@4.0.1
 - @yzfe/vue3-svgicon@1.0.1
  • Loading branch information
Allenice committed Sep 8, 2020
1 parent 0f3d34a commit a31c6a0
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions demo/react-demo/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/react-demo",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "umi dev",
Expand All @@ -11,8 +11,8 @@
"@ant-design/pro-layout": "^5.0.12",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.15",
"@yzfe/svgicon": "^1.0.0",
"@yzfe/svgicon-loader": "^1.0.0",
"@yzfe/svgicon": "^1.0.1",
"@yzfe/svgicon-loader": "^1.0.1",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"react": "^16.12.0",
Expand Down
8 changes: 4 additions & 4 deletions demo/vue-demo/package.json
@@ -1,13 +1,13 @@
{
"name": "@yzfe/vue-demo",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@yzfe/vue-svgicon": "^4.0.0",
"@yzfe/vue-svgicon": "^4.0.1",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
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.0.0",
"@yzfe/vue-cli-plugin-svgicon": "^1.0.0",
"@yzfe/svgicon-loader": "^1.0.1",
"@yzfe/vue-cli-plugin-svgicon": "^1.0.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/react-svgicon",
"version": "1.0.0",
"version": "1.0.1",
"description": "SVG icon component for react",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon-gen/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-gen",
"version": "1.0.0",
"version": "1.0.1",
"description": "A generator to create svgicon object",
"scripts": {
"dev": "tsc -w",
Expand Down
4 changes: 2 additions & 2 deletions packages/svgicon-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Webpack loader to load svg icon",
"scripts": {
"dev": "tsc -w",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/webpack": "^4.41.21"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.0.0",
"@yzfe/svgicon-gen": "^1.0.1",
"loader-utils": "^2.0.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/svgicon-viewer/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-viewer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Preview SVG Icon",
"bin": {
"svgicon-viewer": "bin/index.js"
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "https://github.com/MMF-FE/svgicon/issues"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.0.0",
"@yzfe/vue-svgicon": "^4.0.0",
"@yzfe/svgicon-gen": "^1.0.1",
"@yzfe/vue-svgicon": "^4.0.1",
"fastify": "^3.2.0",
"fastify-static": "^3.2.0",
"glob": "^7.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon",
"version": "1.0.0",
"version": "1.0.1",
"description": "Svg icon",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-cli-plugin-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-cli-plugin-svgicon",
"version": "1.0.0",
"version": "1.0.1",
"description": "vue-cli plugin to add @yzfe/svgicon-loader config",
"keywords": [
"vue",
Expand All @@ -21,10 +21,10 @@
"lodash": "^4.17.20"
},
"devDependencies": {
"@yzfe/svgicon-loader": "^1.0.0",
"@yzfe/svgicon": "^1.0.0",
"@yzfe/vue-svgicon": "^4.0.0",
"@yzfe/vue3-svgicon": "^1.0.0"
"@yzfe/svgicon": "^1.0.1",
"@yzfe/svgicon-loader": "^1.0.1",
"@yzfe/vue-svgicon": "^4.0.1",
"@yzfe/vue3-svgicon": "^1.0.1"
},
"gitHead": "8f4f2a4442e072323ecf76585a533342ddafecb5"
}
4 changes: 2 additions & 2 deletions packages/vue-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-svgicon",
"version": "4.0.0",
"version": "4.0.1",
"description": "SVG icon component for vue",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/test-utils": "^1.0.3",
"@yzfe/svgicon-loader": "^1.0.0",
"@yzfe/svgicon-loader": "^1.0.1",
"chai": "^4.1.2",
"rollup": "^2.26.3",
"rollup-plugin-peer-deps-external": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue3-svgicon/package.json
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue3-svgicon",
"version": "1.0.0",
"version": "1.0.1",
"description": "SVG icon component for vue",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit a31c6a0

Please sign in to comment.