Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Allenice committed Jan 2, 2024
1 parent b59e399 commit a9f2548
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/react-svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/react-svgicon",
"version": "1.2.1",
"version": "1.2.2",
"description": "SVG icon component for react",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand All @@ -27,7 +27,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/react": "^18.2.15",
"@yzfe/svgicon": "^1.2.1",
"@yzfe/svgicon": "^1.2.2",
"rollup": "^4.0.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-gen",
"version": "1.3.1",
"version": "1.3.2",
"description": "A generator to create svgicon object",
"scripts": {
"dev": "rollup -c --bundleConfigAsCjs -w",
Expand Down
4 changes: 2 additions & 2 deletions packages/svgicon-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-loader",
"version": "1.3.1",
"version": "1.3.2",
"description": "Webpack loader to load svg icon",
"scripts": {
"dev": "tsc -w",
Expand Down Expand Up @@ -46,7 +46,7 @@
"webpack": "4"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.3.1",
"@yzfe/svgicon-gen": "^1.3.2",
"loader-utils": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-polyfill",
"version": "1.0.2",
"version": "1.0.3",
"description": "SVGElement innerHTML polyfill",
"keywords": [
"SVG",
Expand Down
8 changes: 4 additions & 4 deletions packages/svgicon-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon-viewer",
"version": "1.3.1",
"version": "1.3.2",
"description": "Preview SVG Icon",
"bin": "bin/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/MMF-FE/svgicon/issues"
},
"dependencies": {
"@yzfe/svgicon-gen": "^1.3.1",
"@yzfe/svgicon-gen": "^1.3.2",
"fastify": "^3.2.0",
"fastify-static": "^3.2.0",
"fs-extra": "^11.1.1",
Expand All @@ -42,8 +42,8 @@
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"@yzfe/react-svgicon": "^1.2.1",
"@yzfe/svgicon": "^1.2.1",
"@yzfe/react-svgicon": "^1.2.2",
"@yzfe/svgicon": "^1.2.2",
"antd": "^5.11.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/svgicon",
"version": "1.2.1",
"version": "1.2.2",
"description": "Svg icon",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/taro-svgicon",
"version": "1.1.1",
"version": "1.1.2",
"description": "SVG icon component for miniapp",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@tarojs/runtime": "3.0.21",
"@tarojs/taro": "3.0.21",
"@types/react": "^16.9.46",
"@yzfe/svgicon": "^1.2.1",
"@yzfe/svgicon": "^1.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-element-to-jsx-string": "^14.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-svgicon",
"version": "2.1.1",
"version": "2.1.2",
"main": "dist/index.js",
"module": "dist/index.mjs",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@types/svgo": "^2.6.3",
"@yzfe/svgicon-gen": "^1.3.1",
"@yzfe/svgicon-gen": "^1.3.2",
"minimatch": "^9.0.3"
}
}
8 changes: 4 additions & 4 deletions packages/vue-cli-plugin-svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-cli-plugin-svgicon",
"version": "1.3.1",
"version": "1.3.2",
"description": "vue-cli plugin to add @yzfe/svgicon-loader config",
"keywords": [
"vue",
Expand All @@ -21,9 +21,9 @@
"lodash": "^4.17.20"
},
"devDependencies": {
"@yzfe/svgicon": "^1.2.1",
"@yzfe/svgicon-loader": "^1.3.1",
"@yzfe/vue-svgicon": "^5.0.1"
"@yzfe/svgicon": "^1.2.2",
"@yzfe/svgicon-loader": "^1.3.2",
"@yzfe/vue-svgicon": "^5.0.2"
},
"gitHead": "8e9d9860c893bcce8e8e6c0c48a22eec8ed72013"
}
6 changes: 3 additions & 3 deletions packages/vue-svgicon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yzfe/vue-svgicon",
"version": "5.0.1",
"version": "5.0.2",
"description": "SVG icon component for vue",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -48,14 +48,14 @@
"@rollup/plugin-typescript": "^11.1.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/test-utils": "^2.4.3",
"@yzfe/svgicon": "^1.2.1",
"@yzfe/svgicon": "^1.2.2",
"jsdom": "^23.0.1",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.9",
"vite-plugin-svgicon": "^2.1.1",
"vite-plugin-svgicon": "^2.1.2",
"vitest": "^1.0.4",
"vue": "^3.0.0",
"vue2": "npm:vue@^2.7.15"
Expand Down

0 comments on commit a9f2548

Please sign in to comment.