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 11, 2024
1 parent d0adc3d commit 17a3e05
Show file tree
Hide file tree
Showing 25 changed files with 128 additions and 43 deletions.
16 changes: 0 additions & 16 deletions .changeset/clean-ravens-impress.md

This file was deleted.

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

## 1.7.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

### Patch Changes

- Updated dependencies [d0adc3d]
- @nostrwatch/nocap-every-adapter-default@1.6.0
- @nostrwatch/publisher@0.10.0
- @nostrwatch/nwcache@0.2.0
- @nostrwatch/nocap@0.7.0
- @nostrwatch/seed@0.1.0
- @nostrwatch/utils@0.1.7

## 1.6.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.6.1",
"version": "1.7.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.6.0",
"@nostrwatch/nocap-every-adapter-default": "1.5.0",
"@nostrwatch/nwcache": "0.1.5",
"@nostrwatch/publisher": "0.9.1",
"@nostrwatch/seed": "0.0.5",
"@nostrwatch/utils": "0.1.6",
"@nostrwatch/nocap": "0.7.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.0",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/seed": "0.1.0",
"@nostrwatch/utils": "0.1.7",
"bluebird": "3.7.2",
"chalk": "5.3.0",
"ngeohash": "^0.6.3",
Expand Down
15 changes: 15 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @nostrwatch/trawler

## 0.1.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

### Patch Changes

- Updated dependencies [d0adc3d]
- @nostrwatch/publisher@0.10.0
- @nostrwatch/nwcache@0.2.0
- @nostrwatch/nocap@0.7.0
- @nostrwatch/seed@0.1.0
- @nostrwatch/utils@0.1.7

## 0.0.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/trawler",
"version": "0.0.6",
"version": "0.1.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.6.0",
"@nostrwatch/nocap": "0.7.0",
"@nostrwatch/nostrawl": "0.0.3",
"@nostrwatch/nwcache": "0.1.5",
"@nostrwatch/publisher": "0.9.1",
"@nostrwatch/seed": "0.0.5",
"@nostrwatch/utils": "0.1.6",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/seed": "0.1.0",
"@nostrwatch/utils": "0.1.7",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
"chalk": "^5.3.0",
Expand Down
9 changes: 9 additions & 0 deletions demos/kit-with-idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostrwatch/demo-kit-with-idb

## 0.0.5

### Patch Changes

- d0adc3d: trawler/nocapd refactor
- Updated dependencies [d0adc3d]
- @nostrwatch/kit-adapter-idb@0.0.5
- @nostrwatch/idb@0.0.5

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions demos/kit-with-idb/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@nostrwatch/demo-kit-with-idb",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.ts",
"license": "MIT",
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "2.3.1",
"@nostr-dev-kit/ndk-svelte": "2.2.15",
"@nostrwatch/idb": "0.0.4",
"@nostrwatch/idb": "0.0.5",
"@nostrwatch/kit": "0.0.4",
"@nostrwatch/kit-adapter-idb": "0.0.4",
"@nostrwatch/kit-adapter-idb": "0.0.5",
"@square/svelte-store": "1.0.18",
"@svelte-plugins/tooltips": "3.0.1",
"fastq": "1.17.1",
Expand Down
6 changes: 6 additions & 0 deletions internal/nwcache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nwcache

## 0.2.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/nwcache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nwcache",
"version": "0.1.5",
"version": "0.2.0",
"type": "module",
"main": "index.js",
"license": "MIT",
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.10.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

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

### Minor Changes

- d0adc3d: trawler/nocapd refactor

## 0.0.5

### 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.0.5",
"version": "0.1.0",
"type": "module",
"main": "src/index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions internal/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/utils

## 0.1.7

### Patch Changes

- d0adc3d: trawler/nocapd refactor

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion internal/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/utils",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions libraries/idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/idb

## 0.0.5

### Patch Changes

- d0adc3d: trawler/nocapd refactor

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/idb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/idb",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.ts",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions libraries/kit/adapters/kit-adapter-idb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nostrwatch/kit-adapter-idb

## 0.0.5

### Patch Changes

- d0adc3d: trawler/nocapd refactor
- Updated dependencies [d0adc3d]
- @nostrwatch/idb@0.0.5

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libraries/kit/adapters/kit-adapter-idb/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@nostrwatch/kit-adapter-idb",
"version": "0.0.4",
"version": "0.0.5",
"main": "src/index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"@nostrwatch/idb": "0.0.4",
"@nostrwatch/idb": "0.0.5",
"@nostrwatch/kit": "0.0.4",
"murmurhash": "2.0.1",
"promise-deferred": "2.0.4",
Expand Down
6 changes: 6 additions & 0 deletions libraries/nip11/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nip11

## 0.1.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/nip11/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/nip11",
"type": "module",
"version": "0.0.4",
"version": "0.1.0",
"main": "dist/bundle.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions libraries/nocap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nostrwatch/nocap

## 0.7.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

### Patch Changes

- Updated dependencies [d0adc3d]
- @nostrwatch/nocap-every-adapter-default@1.6.0

## 0.6.0

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

## 1.6.0

### Minor Changes

- d0adc3d: trawler/nocapd refactor

## 1.5.0

### Minor Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-every-adapter-default",
"version": "1.5.0",
"version": "1.6.0",
"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.6.0",
"version": "0.7.0",
"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.5.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.0",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
Expand Down

0 comments on commit 17a3e05

Please sign in to comment.