Bump versions

This commit is contained in:
Jon Staab
2024-09-16 11:06:12 -07:00
parent 73949b9627
commit 315f53e9b2
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3287,13 +3287,13 @@
},
"packages/app": {
"name": "@welshman/app",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.22",
"@welshman/signer": "0.0.5",
"@welshman/store": "0.0.6",
"@welshman/store": "0.0.7",
"@welshman/util": "0.0.31",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
@@ -3447,7 +3447,7 @@
},
"packages/store": {
"name": "@welshman/store",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@welshman/lib": "0.0.17",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/app",
"version": "0.0.5",
"version": "0.0.6",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.",
@@ -34,7 +34,7 @@
"@welshman/lib": "0.0.17",
"@welshman/net": "0.0.22",
"@welshman/signer": "0.0.5",
"@welshman/store": "0.0.6",
"@welshman/store": "0.0.7",
"@welshman/util": "0.0.31",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/store",
"version": "0.0.6",
"version": "0.0.7",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of utilities based on svelte/store for use with welshman",