Skip to content

Commit 4f4c2a9

Browse files
committed
chore: deploy patch v3.0.2
1 parent 09e5310 commit 4f4c2a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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": "3.0.1",
5+
"version": "3.0.2",
66
"author": "Luca Ban - Mesqueeb",
77
"funding": "https://github.com/sponsors/mesqueeb",
88
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",

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": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"sideEffects": false,
66
"description": "Retro icon set",

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pepicons/vue",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"sideEffects": false,
66
"author": "Luca Ban - Mesqueeb",
@@ -37,7 +37,7 @@
3737
"vue": "^3.2.39"
3838
},
3939
"dependencies": {
40-
"pepicons": "^3.0.1"
40+
"pepicons": "^3.0.2"
4141
},
4242
"homepage": "https://github.com/cycraft/pepicons",
4343
"repository": {

0 commit comments

Comments
 (0)