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 13, 2024
1 parent 737cec0 commit 6d2a574
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-poems-confess.md

This file was deleted.

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

## 1.10.1

### Patch Changes

- 737cec0: hotfix: incorrect import
- Updated dependencies [737cec0]
- @nostrwatch/publisher@0.11.1

## 1.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.10.0",
"version": "1.10.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand All @@ -12,7 +12,7 @@
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.0",
"@nostrwatch/publisher": "0.11.1",
"@nostrwatch/seed": "0.1.1",
"@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.3.2

### Patch Changes

- Updated dependencies [737cec0]
- @nostrwatch/publisher@0.11.1

## 0.3.1

### Patch 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.3.1",
"version": "0.3.2",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -15,7 +15,7 @@
"@nostrwatch/nocap": "0.8.0",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/publisher": "0.11.0",
"@nostrwatch/publisher": "0.11.1",
"@nostrwatch/nostrings": "0.2.1",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.8",
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.11.1

### Patch Changes

- 737cec0: hotfix: incorrect import

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

0 comments on commit 6d2a574

Please sign in to comment.