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 75a585e commit 703488c
Show file tree
Hide file tree
Showing 23 changed files with 109 additions and 36 deletions.
15 changes: 0 additions & 15 deletions .changeset/lazy-emus-warn.md

This file was deleted.

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

## 1.8.0

### Minor Changes

- 75a585e: nostrings + nocapd improvements

### Patch Changes

- Updated dependencies [75a585e]
- @nostrwatch/nocap-every-adapter-default@1.6.1
- @nostrwatch/nocap@0.7.1
- @nostrwatch/seed@0.1.1

## 1.7.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "1.8.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.7.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.0",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/seed": "0.1.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"bluebird": "3.7.2",
"chalk": "5.3.0",
Expand Down
13 changes: 13 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @nostrwatch/trawler

## 0.2.0

### Minor Changes

- 75a585e: nostrings + nocapd improvements

### Patch Changes

- Updated dependencies [75a585e]
- @nostrwatch/nostrings@0.1.0
- @nostrwatch/nocap@0.7.1
- @nostrwatch/seed@0.1.1

## 0.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions apps/trawler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/trawler",
"version": "0.1.0",
"version": "0.2.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.7.0",
"@nostrwatch/nocap": "0.7.1",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/nostrings": "0.0.1",
"@nostrwatch/seed": "0.1.0",
"@nostrwatch/nostrings": "0.1.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"@types/ioredis": "5.0.0",
"bullmq": "4.13.3",
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.6

### Patch Changes

- 75a585e: nostrings + nocapd improvements
- Updated dependencies [75a585e]
- @nostrwatch/kit-adapter-idb@0.0.6
- @nostrwatch/idb@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.5",
"@nostrwatch/idb": "0.0.6",
"@nostrwatch/kit": "0.0.4",
"@nostrwatch/kit-adapter-idb": "0.0.5",
"@nostrwatch/kit-adapter-idb": "0.0.6",
"@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/seed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/seed

## 0.1.1

### Patch Changes

- 75a585e: nostrings + nocapd improvements

## 0.1.0

### Minor 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.0",
"version": "0.1.1",
"type": "module",
"main": "src/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.6

### Patch Changes

- 75a585e: nostrings + nocapd improvements

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.6

### Patch Changes

- 75a585e: nostrings + nocapd improvements
- Updated dependencies [75a585e]
- @nostrwatch/idb@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"main": "src/index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"@nostrwatch/idb": "0.0.5",
"@nostrwatch/idb": "0.0.6",
"@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.1

### Patch Changes

- 75a585e: nostrings + nocapd improvements

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"main": "dist/bundle.js",
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions libraries/nocap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nostrwatch/nocap

## 0.7.1

### Patch Changes

- 75a585e: nostrings + nocapd improvements
- Updated dependencies [75a585e]
- @nostrwatch/nocap-every-adapter-default@1.6.1

## 0.7.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.1

### Patch Changes

- 75a585e: nostrings + nocapd improvements

## 1.6.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.6.0",
"version": "1.6.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.7.0",
"version": "0.7.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.0",
"@nostrwatch/nocap-every-adapter-default": "1.6.1",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
Expand Down
7 changes: 7 additions & 0 deletions libraries/nostrings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nostrwatch/nostrings

## 0.1.0

### Minor Changes

- 75a585e: nostrings + nocapd improvements
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.0.1",
"version": "0.1.0",
"description": "library of functions for sanitizing and normalizing relay urls",
"main": "dist/index.js",
"repository": "https://github.com/sandwichfarm/nostr-watch",
Expand Down
6 changes: 6 additions & 0 deletions libraries/sanitize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/sanitize

## 0.0.5

### Patch Changes

- 75a585e: nostrings + nocapd improvements

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/sanitize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/sanitize",
"version": "0.0.4",
"version": "0.0.5",
"description": "sanitize nostr kind 2/10002 relay lists",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 703488c

Please sign in to comment.