Skip to content

Commit

Permalink
chore: deploy major v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 9, 2023
1 parent a3bfbaf commit af8bf99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pepicons/monorepo",
"private": true,
"type": "module",
"version": "1.2.7",
"version": "2.0.0",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions packages/pepicons.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "pepicons.com",
"type": "module",
"private": true,
"version": "1.2.7",
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@pepicons/vue": "*",
"@pepicons/vue": "^2.0.0",
"@viteplay/plugin": "^0.2.4",
"@viteplay/vue": "^0.2.4",
"copy-text-to-clipboard": "^3.1.0",
"is-what": "^4.1.8",
"map-anything": "^2.1.1",
"pepicons": "*",
"pepicons": "^2.0.0",
"prismjs": "^1.29.0",
"vue": "^3.2.47",
"vue-color-kit": "^1.0.5",
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": "1.2.7",
"version": "2.0.0",
"sideEffects": false,
"description": "Retro icon set",
"productName": "Pepicons",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pepicons/vue",
"type": "module",
"version": "1.2.7",
"version": "2.0.0",
"sideEffects": false,
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -31,7 +31,7 @@
"vue": "^3.2.39"
},
"dependencies": {
"pepicons": "*"
"pepicons": "^2.0.0"
},
"homepage": "https://github.com/cycraft/pepicons",
"repository": {
Expand Down

0 comments on commit af8bf99

Please sign in to comment.