Skip to content

Commit

Permalink
released v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 19, 2022
1 parent 551bb96 commit d0dfc4d
Show file tree
Hide file tree
Showing 48 changed files with 93 additions and 134 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icongo",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://icongo.github.io",
"description": "SVG icon to react component.",
"sideEffects": false,
Expand Down
3 changes: 1 addition & 2 deletions icons/ad/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ad",
"description": "Ant Design SVG Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ad/*.svg' svg --flat",

"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"start": "npm run build",
"svg": "icongo --prefix AD --source svg -o ./src"
Expand Down
3 changes: 1 addition & 2 deletions icons/ae/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ae",
"description": "Aegis Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ae/*.svg' svg --flat",

"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"start": "npm run build",
"svg": "icongo --prefix AE --source svg -o ./src"
Expand Down
3 changes: 1 addition & 2 deletions icons/bi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/bi",
"description": "Boxicons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bi/*.svg' svg --flat",

"build": "npm run cpy && npm run svg && tsbb build --no-source-maps",
"start": "npm run build",
"svg": "icongo --prefix BI --source svg -o ./src"
Expand Down
3 changes: 1 addition & 2 deletions icons/bs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/bs",
"description": "Bootstrap Icons",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://icongo.github.io/#/icons/bootstrap",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bs/*.svg' svg --flat",

"build": "npm run cpy && icongo --prefix BS --source svg -o ./src && tsbb build --no-source-maps",
"start": "npm run build"
},
Expand Down
3 changes: 1 addition & 2 deletions icons/bts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/bts",
"description": "Bytesize Icons",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://icongo.github.io/#/icons/bts",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/bts/*.svg' svg --flat",

"build": "npm run cpy && icongo --prefix BTS --source svg -o ./src && tsbb build --no-source-maps",
"start": "npm run build"
},
Expand Down
3 changes: 1 addition & 2 deletions icons/ccp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ccp",
"description": "Credit Card & Payment Icons",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://icongo.github.io/#/icons/ccp",
"main": "./lib/index.js",
"module": "./esm/index.js",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ccp/*.svg' svg --flat",

"icongo": "icongo --prefix CCP --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
2 changes: 1 addition & 1 deletion icons/cg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/cg",
"description": "css.gg Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion icons/ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ci/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix CI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/ct/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ct",
"description": "Cryptocurrency Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ct/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix CT --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/di/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/di",
"description": "Devicons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -13,7 +13,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/di/*.svg' svg --flat",

"build": "npm run cpy && icongo --prefix DI --source svg -o ./src && tsbb build --no-source-maps",
"start": "npm run build"
},
Expand Down
3 changes: 1 addition & 2 deletions icons/ei/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icongo/ei",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/ei",
Expand All @@ -14,7 +14,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ei/*.svg' svg --flat",

"icongo": "icongo --prefix EI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/ev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ev",
"description": "Eva Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/ev",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ev/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix EV --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/fa/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/fa",
"description": "Font Awesome Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/fa",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fa/*.svg' svg --flat",

"icongo": "icongo --prefix FA --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/fc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/fc",
"description": "Flat Color Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/fc",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fc/*.svg' svg --flat",

"icongo": "icongo --prefix FC --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/fd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/fd",
"description": "Foundation Icon Fonts",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/fd",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fd/*.svg' svg --flat",

"icongo": "icongo --prefix FD --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/fg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/fg",
"description": "Flag Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/fg",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fg/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix FG --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/fi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/fi",
"description": "Feather Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/fi",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/fi/*.svg' svg --flat",

"icongo": "icongo --prefix FI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/gi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/gi",
"description": "Game Icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/gameicons",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/gi/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix GI --source svg -o ./src --rename='{\"headshot\": \"GIHeadshot1\", \"jetpack\": \"GIJetPack1\"}'",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/go/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@icongo/go",
"description": "Github Octicons Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "http://icongo.github.io/#/icons/octiconsicons",
"scripts": {
"cpy": "cpy '../../www/public/icons/go/*.svg' svg --flat",

"build": "npm run cpy && icongo --prefix GO --source svg -o ./src && tsbb build --no-source-maps",
"start": "npm run build"
},
Expand Down
3 changes: 1 addition & 2 deletions icons/gr/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "@icongo/gr",
"description": "Grommet Icons",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"homepage": "http://icongo.github.io/#/icons/gr",
"scripts": {
"cpy": "cpy '../../www/public/icons/gr/*.svg' svg --flat",

"build": "npm run cpy && icongo --prefix GR --source svg -o ./src && tsbb build --no-source-maps",
"start": "npm run build"
},
Expand Down
3 changes: 1 addition & 2 deletions icons/hi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/hi",
"description": "Heroicons icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/hi",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/hi/*.svg' svg --flat",

"icongo": "icongo --prefix HI --source svg -o ./src",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/ic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@icongo/ic",
"description": "Azure Icon Collection icons",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"license": "MIT",
"homepage": "http://icongo.github.io/#/icons/ic",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ic/*.svg' svg --flat",

"icongo": "icongo --prefix IC --source svg -o ./src -r '{\"databox-edge\": \"ICDataboxEdge1\", \"devconsole\": \"ICDevconsole1\", \"dotnet-core\": \"ICDotnetCore1\", \"launchportal\": \"ICLaunchportal1\", \"roadmap\": \"ICRoadmap1\", \"vscode\": \"ICVscode1\"}'",
"build": "npm run cpy && npm run icongo && tsbb build --no-source-maps",
"start": "npm run build"
Expand Down
3 changes: 1 addition & 2 deletions icons/ii/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icongo/ii",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"description": "Iconic Icons",
"license": "MIT",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ii/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix II --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
3 changes: 1 addition & 2 deletions icons/ik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@icongo/ik",
"version": "1.0.3",
"version": "1.0.4",
"author": "jaywcjlove",
"description": "Ikonate Icons",
"license": "MIT",
Expand All @@ -15,7 +15,6 @@
},
"scripts": {
"cpy": "cpy '../../www/public/icons/ik/*.svg' svg --flat",

"tsbb": "tsbb build --no-source-maps",
"icongo": "icongo --prefix IK --source svg -o ./src",
"build": "npm run cpy && npm run icongo && npm run tsbb",
Expand Down
Loading

0 comments on commit d0dfc4d

Please sign in to comment.