Bump versions

This commit is contained in:
Jon Staab
2024-11-13 10:21:14 -08:00
parent c049ecb6a8
commit 1eb519c97a
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3635,14 +3635,14 @@
}, },
"packages/app": { "packages/app": {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.25", "version": "0.0.27",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/feeds": "~0.0.25", "@welshman/feeds": "~0.0.25",
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.35",
"@welshman/signer": "~0.0.13", "@welshman/signer": "~0.0.14",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
@@ -3743,7 +3743,7 @@
}, },
"packages/signer": { "packages/signer": {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.13", "version": "0.0.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "~0.0.24", "@welshman/lib": "~0.0.24",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/app", "name": "@welshman/app",
"version": "0.0.26", "version": "0.0.27",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of svelte stores for use in building nostr client applications.", "description": "A collection of svelte stores for use in building nostr client applications.",
@@ -35,7 +35,7 @@
"@welshman/feeds": "~0.0.25", "@welshman/feeds": "~0.0.25",
"@welshman/dvm": "~0.0.10", "@welshman/dvm": "~0.0.10",
"@welshman/net": "~0.0.35", "@welshman/net": "~0.0.35",
"@welshman/signer": "~0.0.13", "@welshman/signer": "~0.0.14",
"@welshman/store": "~0.0.12", "@welshman/store": "~0.0.12",
"@welshman/util": "~0.0.45", "@welshman/util": "~0.0.45",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.13", "version": "0.0.14",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A nostr signer implemenation supporting several login methods.", "description": "A nostr signer implemenation supporting several login methods.",