Skip to content

Commit

Permalink
Update package.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dxlliv committed Dec 11, 2024
1 parent 6f8f579 commit b8ec7aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plxnner",
"version": "0.0.7",
"version": "0.0.8",
"description": "An elegant open-source planner for Instagram",
"keywords": [
"instagram",
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planner",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"homepage": "https://dxlliv.github.io/planner/",
"license": "GPL-3.0-only",
Expand Down Expand Up @@ -54,6 +54,5 @@
},
"overrides": {
"vue": "3"
},
"packageManager": "[email protected]+sha256.dc2e45a77f87a9c2a76708d098ab54ca0cfdd5ec2cf7d9e3c1f24bf786a2383c"
}
}
4 changes: 2 additions & 2 deletions template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-plxnner",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"homepage": "https://dxlliv.github.io/planner/",
"author": {
Expand All @@ -12,7 +12,7 @@
"generate": "nuxt generate"
},
"dependencies": {
"plxnner": "^0.0.7",
"plxnner": "^0.0.8",
"typescript": "^5.4.5"
}
}

0 comments on commit b8ec7aa

Please sign in to comment.