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 Oct 4, 2024
1 parent 3711c6e commit 18caa15
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 20 deletions.
8 changes: 0 additions & 8 deletions .changeset/bright-moles-worry.md

This file was deleted.

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

## 1.14.0

### Minor Changes

- 3711c6e: fixed hanging job

### Patch Changes

- Updated dependencies [3711c6e]
- @nostrwatch/nocap-every-adapter-default@1.7.0
- @nostrwatch/nocap@0.9.2

## 1.13.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/nocapd/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@nostrwatch/nocapd",
"type": "module",
"version": "1.13.0",
"version": "1.14.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nostr-fetch/adapter-nostr-tools": "0.14.1",
"@nostrwatch/announce": "0.4.5",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nocap-every-adapter-default": "1.6.3",
"@nostrwatch/nocap": "0.9.2",
"@nostrwatch/nocap-every-adapter-default": "1.7.0",
"@nostrwatch/nwcache": "0.5.0",
"@nostrwatch/publisher": "0.12.2",
"@nostrwatch/seed": "0.1.3",
Expand Down
6 changes: 6 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/trawler

## 0.6.1

### Patch Changes

- @nostrwatch/nocap@0.9.2

## 0.6.0

### Minor 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.6.0",
"version": "0.6.1",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -12,7 +12,7 @@
"@nostr-fetch/adapter-nostr-tools": "0.15.1",
"@nostrwatch/controlflow": "0.5.1",
"@nostrwatch/logger": "0.0.9",
"@nostrwatch/nocap": "0.9.1",
"@nostrwatch/nocap": "0.9.2",
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.5.0",
"@nostrwatch/publisher": "0.12.2",
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.2

### Patch Changes

- Updated dependencies [3711c6e]
- @nostrwatch/nocap-every-adapter-default@1.7.0

## 0.9.1

### Patch Changes
Expand Down
12 changes: 12 additions & 0 deletions libraries/nocap/adapters/default/EveryAdapterDefault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nostrwatch/nocap-every-adapter-default

## 1.7.0

### Minor Changes

- 3711c6e: fixed hanging job

### Patch Changes

- Updated dependencies [3711c6e]
- @nostrwatch/nocap-info-adapter-default@1.2.0
- @nostrwatch/nocap-geo-adapter-default@1.2.0

## 1.6.3

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nostrwatch/nocap-every-adapter-default",
"version": "1.6.3",
"version": "1.7.0",
"type": "module",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@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-geo-adapter-default": "1.2.0",
"@nostrwatch/nocap-info-adapter-default": "1.2.0",
"@nostrwatch/nocap-ssl-adapter-default": "1.4.5",
"@nostrwatch/nocap-websocket-adapter-default": "1.4.0",
"@nostrwatch/nocap-websocket-browser-adapter-default": "0.0.5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap-geo-adapter-default

## 1.2.0

### Minor Changes

- 3711c6e: fixed hanging job

## 1.1.1

### Patch 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.1",
"version": "1.2.0",
"type": "module",
"main": "index.js",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/nocap-info-adapter-default

## 1.2.0

### Minor Changes

- 3711c6e: fixed hanging job

## 1.1.4

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/nocap-info-adapter-default",
"version": "1.1.4",
"version": "1.2.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.9.1",
"version": "0.9.2",
"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.3",
"@nostrwatch/nocap-every-adapter-default": "1.7.0",
"fetch-h2": "3.0.2",
"get-ssl-certificate": "2.3.3",
"jest": "29.7.0",
Expand Down

0 comments on commit 18caa15

Please sign in to comment.