Skip to content

Commit af8bf99

Browse files
committed
chore: deploy major v2.0.0
1 parent a3bfbaf commit af8bf99

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@pepicons/monorepo",
33
"private": true,
44
"type": "module",
5-
"version": "1.2.7",
5+
"version": "2.0.0",
66
"author": "Luca Ban - Mesqueeb",
77
"funding": "https://github.com/sponsors/mesqueeb",
88
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",

packages/pepicons.com/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "pepicons.com",
33
"type": "module",
44
"private": true,
5-
"version": "1.2.7",
5+
"version": "2.0.0",
66
"scripts": {
77
"dev": "vite",
88
"build": "vue-tsc --noEmit && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@pepicons/vue": "*",
12+
"@pepicons/vue": "^2.0.0",
1313
"@viteplay/plugin": "^0.2.4",
1414
"@viteplay/vue": "^0.2.4",
1515
"copy-text-to-clipboard": "^3.1.0",
1616
"is-what": "^4.1.8",
1717
"map-anything": "^2.1.1",
18-
"pepicons": "*",
18+
"pepicons": "^2.0.0",
1919
"prismjs": "^1.29.0",
2020
"vue": "^3.2.47",
2121
"vue-color-kit": "^1.0.5",

packages/pepicons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepicons",
3-
"version": "1.2.7",
3+
"version": "2.0.0",
44
"sideEffects": false,
55
"description": "Retro icon set",
66
"productName": "Pepicons",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pepicons/vue",
33
"type": "module",
4-
"version": "1.2.7",
4+
"version": "2.0.0",
55
"sideEffects": false,
66
"author": "Luca Ban - Mesqueeb",
77
"funding": "https://github.com/sponsors/mesqueeb",
@@ -31,7 +31,7 @@
3131
"vue": "^3.2.39"
3232
},
3333
"dependencies": {
34-
"pepicons": "*"
34+
"pepicons": "^2.0.0"
3535
},
3636
"homepage": "https://github.com/cycraft/pepicons",
3737
"repository": {

0 commit comments

Comments
 (0)