Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Javis committed Jun 10, 2020
1 parent cca899f commit 1626287
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.1.2"
"version": "1.1.3"
}
2 changes: 1 addition & 1 deletion packages/icons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toe-icons/icons",
"version": "1.1.0",
"version": "1.1.3",
"license": "Apache-2.0",
"scripts": {
"icons:info": "node ./scripts/generate-icons-info",
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toe-icons/static",
"version": "1.1.1",
"version": "1.1.3",
"private": true,
"scripts": {
"serve": "cd ../../ && npm run build && cd packages/static && vue-cli-service serve",
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@toe-icons/icons": "^1.1.0",
"@toe-icons/vue": "^1.1.1",
"@toe-icons/icons": "^1.1.3",
"@toe-icons/vue": "^1.1.3",
"@vue/composition-api": "^0.3.4",
"core-js": "^2.6.5",
"tailwindcss": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toe-icons/svelte",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",
"scripts": {
"build": "rollup -c",
Expand All @@ -19,7 +19,7 @@
},
"main": "dist/toeicons.js",
"dependencies": {
"@toe-icons/icons": "^1.1.0",
"@toe-icons/icons": "^1.1.3",
"sirv-cli": "^0.4.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@toe-icons/vue",
"version": "1.1.1",
"version": "1.1.3",
"license": "Apache-2.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run components:generate && vue-cli-service build --target lib --name toeicons --inline-vue components/index.js",
"components:generate": "node ./scripts/generate-components"
},
"dependencies": {
"@toe-icons/icons": "^1.1.0",
"@toe-icons/icons": "^1.1.3",
"core-js": "^3.6.4",
"vue": "^2.6.11"
},
Expand Down

0 comments on commit 1626287

Please sign in to comment.