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 25, 2024
1 parent a718902 commit ad3c4c6
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/hot-spiders-hug.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.13.0

### Minor Changes

- a718902: relay urls with usernames were slipping through, migrations and fix sanitizer

### Patch Changes

- Updated dependencies [a718902]
- @nostrwatch/nwcache@0.5.0

## 1.12.2

### 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.12.2",
"version": "1.13.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand All @@ -11,7 +11,7 @@
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/nwcache": "0.5.0",
"@nostrwatch/publisher": "0.12.2",
"@nostrwatch/seed": "0.1.3",
"@nostrwatch/utils": "0.1.9",
Expand Down
12 changes: 12 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nostrwatch/trawler

## 0.6.0

### Minor Changes

- a718902: relay urls with usernames were slipping through, migrations and fix sanitizer

### Patch Changes

- Updated dependencies [a718902]
- @nostrwatch/nostrings@0.3.0
- @nostrwatch/nwcache@0.5.0

## 0.5.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "0.6.0",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -14,9 +14,9 @@
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/nwcache": "0.5.0",
"@nostrwatch/publisher": "0.12.2",
"@nostrwatch/nostrings": "0.2.2",
"@nostrwatch/nostrings": "0.3.0",
"@nostrwatch/seed": "0.1.3",
"@nostrwatch/utils": "0.1.9",
"@types/ioredis": "5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions internal/nwcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nostrwatch/nwcache

## 0.5.0

### Minor Changes

- a718902: relay urls with usernames were slipping through, migrations and fix sanitizer

### Patch Changes

- Updated dependencies [a718902]
- @nostrwatch/nostrings@0.3.0

## 0.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions internal/nwcache/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nostrwatch/nwcache",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nostrings": "0.2.2",
"@nostrwatch/nostrings": "0.3.0",
"dotenv": "16.3.1",
"lmdb": "^2.9.2",
"lmdb-index": "1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions libraries/nostrings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nostrings

## 0.3.0

### Minor Changes

- a718902: relay urls with usernames were slipping through, migrations and fix sanitizer

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/nostrings/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/nostrings",
"type": "module",
"version": "0.2.2",
"version": "0.3.0",
"description": "library of functions for sanitizing and normalizing relay urls",
"main": "dist/index.js",
"repository": "https://github.com/sandwichfarm/nostr-watch",
Expand Down

0 comments on commit ad3c4c6

Please sign in to comment.