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 12, 2024
1 parent 296aac0 commit 101d3d7
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/sour-chicken-deny.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- 296aac0: concurrency fix for constrained environments

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.8.0",
"version": "1.9.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions apps/trawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @nostrwatch/trawler

## 0.3.0

### Minor Changes

- 296aac0: concurrency fix for constrained environments

### Patch Changes

- Updated dependencies [296aac0]
- @nostrwatch/nostrings@0.2.0

## 0.2.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.2.0",
"version": "0.3.0",
"main": "src/index.js",
"type": "module",
"engines": {
Expand All @@ -16,7 +16,7 @@
"@nostrwatch/nostrawl": "*",
"@nostrwatch/nwcache": "0.2.0",
"@nostrwatch/publisher": "0.10.0",
"@nostrwatch/nostrings": "0.1.0",
"@nostrwatch/nostrings": "0.2.0",
"@nostrwatch/seed": "0.1.1",
"@nostrwatch/utils": "0.1.7",
"@types/ioredis": "5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions internal/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nostrwatch/redis

## 0.1.0

### Minor Changes

- 296aac0: concurrency fix for constrained environments

## 0.0.4

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

### Minor Changes

- 296aac0: concurrency fix for constrained environments

## 0.1.0

### Minor 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.1.0",
"version": "0.2.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 101d3d7

Please sign in to comment.