Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 13, 2021
1 parent 628b449 commit d4c5177
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.11"
"version": "0.2.0"
}
6 changes: 3 additions & 3 deletions packages/pepicons.com/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepicons.com",
"version": "0.1.11",
"version": "0.2.0",
"description": "Retro icon set",
"productName": "Pepicons",
"author": "Luca Ban - Mesqueeb",
Expand All @@ -19,14 +19,14 @@
"core-js": "^3.10.1",
"fast-sort": "^3.0.1",
"is-what": "^3.12.0",
"pepicons": "^0.1.11",
"pepicons": "^0.2.0",
"planetar": "^0.7.16",
"quasar": "^1.15.10",
"raw-loader": "^4.0.2",
"roll-anything": "^2.0.0",
"three": "^0.127.0",
"vivify.css": "^0.0.0",
"vue-pepicons": "^0.1.11"
"vue-pepicons": "^0.2.0"
},
"devDependencies": {
"@quasar/app": "^2.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/pepicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pepicons",
"version": "0.1.11",
"version": "0.2.0",
"description": "Retro icon set",
"productName": "Pepicons",
"author": "Luca Ban - Mesqueeb",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-pepicons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-pepicons",
"version": "0.1.11",
"version": "0.2.0",
"author": "Luca Ban - Mesqueeb",
"description": "Vue component for Pepicons",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"build": "vue-int -i src/Pepicon.vue -o vetur"
},
"dependencies": {
"pepicons": "^0.1.11"
"pepicons": "^0.2.0"
},
"devDependencies": {
"vue-intellisense": "^0.2.1"
Expand Down

0 comments on commit d4c5177

Please sign in to comment.