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 17, 2024
1 parent 73083b3 commit 722f2c9
Show file tree
Hide file tree
Showing 19 changed files with 100 additions and 33 deletions.
12 changes: 0 additions & 12 deletions .changeset/stale-geckos-flash.md

This file was deleted.

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

## 1.12.0

### Minor Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

### Patch Changes

- Updated dependencies [73083b3]
- @nostrwatch/nwcache@0.4.0
- @nostrwatch/nocap-every-adapter-default@1.6.3
- @nostrwatch/seed@0.1.2
- @nostrwatch/nocap@0.9.1

## 1.11.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.11.0",
"version": "1.12.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.3",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.2",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/publisher": "0.12.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
"bluebird": "3.7.2",
"chalk": "5.3.0",
Expand Down
14 changes: 14 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @nostrwatch/trawler

## 0.5.0

### Minor Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

### Patch Changes

- Updated dependencies [73083b3]
- @nostrwatch/nwcache@0.4.0
- @nostrwatch/nostrings@0.2.2
- @nostrwatch/seed@0.1.2
- @nostrwatch/nocap@0.9.1

## 0.4.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/trawler",
"version": "0.4.0",
"version": "0.5.0",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -12,12 +12,12 @@
"@nostr-fetch/adapter-nostr-tools": "0.15.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.0",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.3.0",
"@nostrwatch/nwcache": "0.4.0",
"@nostrwatch/publisher": "0.12.0",
"@nostrwatch/nostrings": "0.2.1",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/nostrings": "0.2.2",
"@nostrwatch/seed": "0.1.2",
"@nostrwatch/utils": "0.1.8",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
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.4.0

### Minor Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

### Patch Changes

- Updated dependencies [73083b3]
- @nostrwatch/nostrings@0.2.2

## 0.3.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.3.0",
"version": "0.4.0",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nostrings": "0.2.1",
"@nostrwatch/nostrings": "0.2.2",
"dotenv": "16.3.1",
"lmdb": "^2.9.2",
"lmdb-index": "1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions internal/seed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/seed

## 0.1.2

### Patch Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/seed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/seed",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"main": "src/index.js",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions libraries/nocap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @nostrwatch/nocap

## 0.9.1

### Patch Changes

- Updated dependencies [73083b3]
- @nostrwatch/nocap-every-adapter-default@1.6.3

## 0.9.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap-dns-adapter-default

## 1.1.5

### Patch Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

## 1.1.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-dns-adapter-default",
"version": "1.1.4",
"version": "1.1.5",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostrwatch/nocap-every-adapter-default

## 1.6.3

### Patch Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings
- Updated dependencies [73083b3]
- @nostrwatch/nocap-dns-adapter-default@1.1.5
- @nostrwatch/nocap-geo-adapter-default@1.1.1

## 1.6.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@nostrwatch/nocap-every-adapter-default",
"version": "1.6.2",
"version": "1.6.3",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostrwatch/nocap-dns-adapter-default": "1.1.4",
"@nostrwatch/nocap-geo-adapter-default": "1.1.0",
"@nostrwatch/nocap-dns-adapter-default": "1.1.5",
"@nostrwatch/nocap-geo-adapter-default": "1.1.1",
"@nostrwatch/nocap-info-adapter-default": "1.1.4",
"@nostrwatch/nocap-ssl-adapter-default": "1.4.5",
"@nostrwatch/nocap-websocket-adapter-default": "1.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap-geo-adapter-default

## 1.1.1

### Patch Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

## 1.1.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-geo-adapter-default",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions libraries/nocap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap",
"version": "0.9.0",
"version": "0.9.1",
"main": "src/index.js",
"type": "module",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap-every-adapter-default": "1.6.2",
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.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.2.2

### Patch Changes

- 73083b3: nocapd improvements, fixed some uncaught errors in nocap adapters, improved nostrings

## 0.2.1

### 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.1",
"version": "0.2.2",
"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 722f2c9

Please sign in to comment.