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 18, 2024
1 parent f7101a0 commit a7d1ac6
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/brown-bats-act.md

This file was deleted.

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

## 1.12.1

### Patch Changes

- f7101a0: hotfix hanging jobs + publisher issues
- Updated dependencies [f7101a0]
- @nostrwatch/publisher@0.12.1
- @nostrwatch/announce@0.4.4

## 1.12.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.12.0",
"version": "1.12.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.3",
"@nostrwatch/announce": "0.4.4",
"@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.0",
"@nostrwatch/publisher": "0.12.1",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
"bluebird": "3.7.2",
Expand Down
7 changes: 7 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nostrwatch/trawler

## 0.5.1

### Patch Changes

- Updated dependencies [f7101a0]
- @nostrwatch/publisher@0.12.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -15,7 +15,7 @@
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/publisher": "0.12.0",
"@nostrwatch/publisher": "0.12.1",
"@nostrwatch/nostrings": "0.2.2",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
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.4

### Patch Changes

- f7101a0: hotfix hanging jobs + publisher issues

## 0.4.3

### 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.3",
"version": "0.4.4",
"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.1

### Patch Changes

- f7101a0: hotfix hanging jobs + publisher issues

## 0.12.0

### Minor 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.0",
"version": "0.12.1",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down

0 comments on commit a7d1ac6

Please sign in to comment.