Skip to content

Commit a7d1ac6

Browse files
committed
Version bumped by Changesets
1 parent f7101a0 commit a7d1ac6

File tree

9 files changed

+35
-14
lines changed

9 files changed

+35
-14
lines changed

.changeset/brown-bats-act.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/nocapd/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @nostrwatch/nocapd
22

3+
## 1.12.1
4+
5+
### Patch Changes
6+
7+
- f7101a0: hotfix hanging jobs + publisher issues
8+
- Updated dependencies [f7101a0]
9+
- @nostrwatch/publisher@0.12.1
10+
- @nostrwatch/announce@0.4.4
11+
312
## 1.12.0
413

514
### Minor Changes

apps/nocapd/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@nostrwatch/nocapd",
33
"type": "module",
4-
"version": "1.12.0",
4+
"version": "1.12.1",
55
"main": "index.js",
66
"license": "MIT",
77
"dependencies": {
88
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
9-
"@nostrwatch/announce": "0.4.3",
9+
"@nostrwatch/announce": "0.4.4",
1010
"@nostrwatch/controlflow": "0.5.1",
1111
"@nostrwatch/logger": "0.0.9",
1212
"@nostrwatch/nocap": "0.9.1",
1313
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
1414
"@nostrwatch/nwcache": "0.4.0",
15-
"@nostrwatch/publisher": "0.12.0",
15+
"@nostrwatch/publisher": "0.12.1",
1616
"@nostrwatch/seed": "0.1.2",
1717
"@nostrwatch/utils": "0.1.8",
1818
"bluebird": "3.7.2",

apps/trawler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nostrwatch/trawler
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f7101a0]
8+
- @nostrwatch/publisher@0.12.1
9+
310
## 0.5.0
411

512
### Minor Changes

apps/trawler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/trawler",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"main": "src/index.js",
55
"type": "module",
66
"engines": {
@@ -15,7 +15,7 @@
1515
"@nostrwatch/nocap": "0.9.1",
1616
"@nostrwatch/nostrawl": "*",
1717
"@nostrwatch/nwcache": "0.4.0",
18-
"@nostrwatch/publisher": "0.12.0",
18+
"@nostrwatch/publisher": "0.12.1",
1919
"@nostrwatch/nostrings": "0.2.2",
2020
"@nostrwatch/seed": "0.1.2",
2121
"@nostrwatch/utils": "0.1.8",

internal/announce/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nostrwatch/announce
22

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- f7101a0: hotfix hanging jobs + publisher issues
8+
39
## 0.4.3
410

511
### Patch Changes

internal/announce/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/announce",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Generates a NIP-66 10166 event, NIP-65 10002 event and NIP-01 0 events for monitors on *every* boot.",
55
"main": "dist/index.js",
66
"type": "module",

internal/publisher/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nostrwatch/publisher
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- f7101a0: hotfix hanging jobs + publisher issues
8+
39
## 0.12.0
410

511
### Minor Changes

internal/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostrwatch/publisher",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"type": "module",
55
"description": "Library for publishing nostr.watch relay status and publisher registration events",
66
"main": "index.js",

0 commit comments

Comments
 (0)