Skip to content

Commit

Permalink
v0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Aug 18, 2024
1 parent 6caf3af commit 29bc2c4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "0.0.28"
"version": "0.0.29"
}
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.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-relay/common",
"version": "0.0.28",
"version": "0.0.29",
"description": "Easily build your customized Nostr Relay.",
"author": "codytseng",
"homepage": "https://github.com/CodyTseng/nostr-relay#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-relay/core",
"version": "0.0.28",
"version": "0.0.29",
"description": "Easily build your customized Nostr Relay.",
"author": "codytseng",
"homepage": "https://github.com/CodyTseng/nostr-relay#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.28"
"@nostr-relay/common": "^0.0.29"
},
"peerDependencies": {
"@nostr-relay/common": ">=0.0.24"
Expand Down
4 changes: 2 additions & 2 deletions packages/event-repository-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-relay/event-repository-sqlite",
"version": "0.0.28",
"version": "0.0.29",
"description": "Easily build your customized Nostr Relay.",
"author": "codytseng",
"homepage": "https://github.com/CodyTseng/nostr-relay#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
"kysely": "^0.27.3"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.28",
"@nostr-relay/common": "^0.0.29",
"@types/better-sqlite3": "^7.6.8"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-relay/validator",
"version": "0.0.28",
"version": "0.0.29",
"description": "Easily build your customized Nostr Relay.",
"author": "codytseng",
"homepage": "https://github.com/CodyTseng/nostr-relay#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"zod-validation-error": "^2.1.0"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.28"
"@nostr-relay/common": "^0.0.29"
},
"peerDependencies": {
"@nostr-relay/common": ">=0.0.24"
Expand Down

0 comments on commit 29bc2c4

Please sign in to comment.