Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 14, 2024
1 parent 51b5a63 commit 6fe6978
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@slithe/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slithe/svelte",
"version": "0.2.0",
"version": "0.2.1",
"description": "Slithe Svelte Wrapper",
"type": "module",
"module": "dist/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint": "^8.56.0",
"eta": "^2.0.0",
"npm-run-all": "^4.1.5",
"slithe": "*",
"slithe": "^0.5.2",
"vite": "^5.0.11"
},
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions packages/@slithe/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slithe/vue",
"version": "0.1.1",
"version": "0.1.2",
"description": "Slithe Vue Wrapper",
"type": "module",
"module": "dist/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "^8.56.0",
"eta": "^2.0.0",
"npm-run-all": "^4.1.5",
"slithe": "*",
"slithe": "^0.5.2",
"vite": "^5.0.11",
"vite-plugin-dts": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/slithe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slithe",
"version": "0.5.1",
"version": "0.5.2",
"description": "Snaky web components that moults",
"type": "module",
"module": "dist/index.js",
Expand Down

0 comments on commit 6fe6978

Please sign in to comment.