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 31b9fb1 commit 361f42a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/hungry-waves-travel.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.2

### Patch Changes

- 31b9fb1: hotfix: round performance timings
- Updated dependencies [31b9fb1]
- @nostrwatch/publisher@0.11.2

## 1.10.1

### Patch 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.1",
"version": "1.10.2",
"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.1",
"@nostrwatch/publisher": "0.11.2",
"@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.3

### Patch Changes

- Updated dependencies [31b9fb1]
- @nostrwatch/publisher@0.11.2

## 0.3.2

### 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.2",
"version": "0.3.3",
"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.1",
"@nostrwatch/publisher": "0.11.2",
"@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.2

### Patch Changes

- 31b9fb1: hotfix: round performance timings

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

0 comments on commit 361f42a

Please sign in to comment.