Skip to content

Commit

Permalink
Version bumped by Changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 20, 2024
1 parent e0d996b commit 01c485f
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 23 deletions.
10 changes: 0 additions & 10 deletions .changeset/silent-pumpkins-suffer.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/nocapd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nostrwatch/nocapd

## 1.12.2

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes
- Updated dependencies [e0d996b]
- @nostrwatch/announce@0.4.5
- @nostrwatch/publisher@0.12.2
- @nostrwatch/seed@0.1.3
- @nostrwatch/utils@0.1.9

## 1.12.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.12.1",
"version": "1.12.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.4",
"@nostrwatch/announce": "0.4.5",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/publisher": "0.12.1",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
"@nostrwatch/publisher": "0.12.2",
"@nostrwatch/seed": "0.1.3",
"@nostrwatch/utils": "0.1.9",
"bluebird": "3.7.2",
"chalk": "5.3.0",
"ngeohash": "^0.6.3",
Expand Down
10 changes: 10 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nostrwatch/trawler

## 0.5.2

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes
- Updated dependencies [e0d996b]
- @nostrwatch/publisher@0.12.2
- @nostrwatch/seed@0.1.3
- @nostrwatch/utils@0.1.9

## 0.5.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/trawler",
"version": "0.5.1",
"version": "0.5.2",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -15,10 +15,10 @@
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/publisher": "0.12.1",
"@nostrwatch/publisher": "0.12.2",
"@nostrwatch/nostrings": "0.2.2",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
"@nostrwatch/seed": "0.1.3",
"@nostrwatch/utils": "0.1.9",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
"chalk": "^5.3.0",
Expand Down
6 changes: 6 additions & 0 deletions internal/announce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/announce

## 0.4.5

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes

## 0.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/announce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/announce",
"version": "0.4.4",
"version": "0.4.5",
"description": "Generates a NIP-66 10166 event, NIP-65 10002 event and NIP-01 0 events for monitors on *every* boot.",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions internal/publisher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/publisher

## 0.12.2

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes

## 0.12.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/publisher",
"version": "0.12.1",
"version": "0.12.2",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down
6 changes: 6 additions & 0 deletions internal/seed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/seed

## 0.1.3

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/seed",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"main": "src/index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions internal/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/utils

## 0.1.9

### Patch Changes

- e0d996b: concurrency, race condition and lmdb fixes

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/utils",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 01c485f

Please sign in to comment.