Bump versions

This commit is contained in:
Jon Staab
2024-08-19 09:01:08 -07:00
parent 8d3ca2ef6a
commit bacc86823f
8 changed files with 41 additions and 38 deletions
+19 -22
View File
@@ -601,10 +601,6 @@
"resolved": "packages/content", "resolved": "packages/content",
"link": true "link": true
}, },
"node_modules/@welshman/domain": {
"resolved": "packages/domain",
"link": true
},
"node_modules/@welshman/dvm": { "node_modules/@welshman/dvm": {
"resolved": "packages/dvm", "resolved": "packages/dvm",
"link": true "link": true
@@ -3273,7 +3269,7 @@
}, },
"packages/content": { "packages/content": {
"name": "@welshman/content", "name": "@welshman/content",
"version": "0.0.7", "version": "0.0.8",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@braintree/sanitize-url": "^7.0.2", "@braintree/sanitize-url": "^7.0.2",
@@ -3288,6 +3284,7 @@
"packages/domain": { "packages/domain": {
"name": "@welshman/domain", "name": "@welshman/domain",
"version": "0.0.1", "version": "0.0.1",
"extraneous": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.14",
@@ -3302,12 +3299,12 @@
}, },
"packages/dvm": { "packages/dvm": {
"name": "@welshman/dvm", "name": "@welshman/dvm",
"version": "0.0.4", "version": "0.0.5",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/net": "0.0.18", "@welshman/net": "0.0.19",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3341,10 +3338,10 @@
}, },
"packages/feeds": { "packages/feeds": {
"name": "@welshman/feeds", "name": "@welshman/feeds",
"version": "0.0.14", "version": "0.0.15",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/util": "0.0.25" "@welshman/util": "0.0.27"
}, },
"devDependencies": { "devDependencies": {
"gts": "^5.0.1", "gts": "^5.0.1",
@@ -3354,7 +3351,7 @@
}, },
"packages/lib": { "packages/lib": {
"name": "@welshman/lib", "name": "@welshman/lib",
"version": "0.0.14", "version": "0.0.15",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@scure/base": "^1.1.6", "@scure/base": "^1.1.6",
@@ -3378,11 +3375,11 @@
}, },
"packages/net": { "packages/net": {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.18", "version": "0.0.19",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },
@@ -3394,12 +3391,12 @@
}, },
"packages/signer": { "packages/signer": {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.2", "version": "0.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/net": "0.0.18", "@welshman/net": "0.0.19",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -3410,7 +3407,7 @@
}, },
"packages/store": { "packages/store": {
"name": "@welshman/store", "name": "@welshman/store",
"version": "0.0.2", "version": "0.0.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"svelte": "^4.2.18" "svelte": "^4.2.18"
@@ -3423,10 +3420,10 @@
}, },
"packages/util": { "packages/util": {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.25", "version": "0.0.27",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
}, },
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/content", "name": "@welshman/content",
"version": "0.0.7", "version": "0.0.8",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities for parsing nostr note content.", "description": "A collection of utilities for parsing nostr note content.",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/dvm", "name": "@welshman/dvm",
"version": "0.0.4", "version": "0.0.5",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of utilities for building nostr DVMs.", "description": "A collection of utilities for building nostr DVMs.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/net": "0.0.18", "@welshman/net": "0.0.19",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/feeds", "name": "@welshman/feeds",
"version": "0.0.14", "version": "0.0.15",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for building dynamic nostr feeds.", "description": "Utilities for building dynamic nostr feeds.",
@@ -31,6 +31,6 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/util": "0.0.25" "@welshman/util": "0.0.27"
} }
} }
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/net", "name": "@welshman/net",
"version": "0.0.18", "version": "0.0.19",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "Utilities for connecting with nostr relays.", "description": "Utilities for connecting with nostr relays.",
@@ -31,8 +31,8 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"isomorphic-ws": "^5.0.0", "isomorphic-ws": "^5.0.0",
"ws": "^8.16.0" "ws": "^8.16.0"
} }
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/signer", "name": "@welshman/signer",
"version": "0.0.2", "version": "0.0.3",
"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.",
@@ -31,9 +31,9 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"@welshman/net": "0.0.18", "@welshman/net": "0.0.19",
"@welshman/util": "0.0.25", "@welshman/util": "0.0.27",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@welshman/util", "name": "@welshman/util",
"version": "0.0.26", "version": "0.0.27",
"author": "hodlbod", "author": "hodlbod",
"license": "MIT", "license": "MIT",
"description": "A collection of nostr-related utilities.", "description": "A collection of nostr-related utilities.",
@@ -31,7 +31,7 @@
"typescript": "~5.1.6" "typescript": "~5.1.6"
}, },
"dependencies": { "dependencies": {
"@welshman/lib": "0.0.14", "@welshman/lib": "0.0.15",
"nostr-tools": "^2.7.2" "nostr-tools": "^2.7.2"
} }
} }
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
package=$1
tag=$(git describe --tags --abbrev=0 --match=$package'/*')
git diff "$tag" "packages/$package"