Skip to content

Commit

Permalink
fixing changeset hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti committed Mar 6, 2023
1 parent 4c2ecac commit 33276b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-jars-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sveltekit-search-params': patch
---

fixing changeset
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-search-params",
"version": "1.0.8",
"version": "1.0.9",
"repository": "git+https://github.com/paoloricciuti/sveltekit-search-params.git",
"author": "Paolo Ricciuti",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"publish": "changeset publish"
"publish": "pnpm run build && changeset publish"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.47",
Expand Down

0 comments on commit 33276b7

Please sign in to comment.