Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiftechnify committed Jul 17, 2023
1 parent 3a4813a commit 3e28f04
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

### Bug Fixes

* unsubscribe observers on EOSE ([f777959](https://github.com/jiftechnify/nostr-fetch/commit/f7779594d2f46d7b7a64a577edb001f4cba5f746))

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.12.0",
"version": "0.12.1",
"useWorkspaces": true
}
4 changes: 4 additions & 0 deletions packages/adapter-ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/adapter-ndk

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-ndk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/adapter-ndk",
"version": "0.12.0",
"version": "0.12.1",
"description": "The adapter for NDK(Nostr Dev Kit) that make it interoperable with nostr-fetch",
"author": "jiftechnify <[email protected]>",
"repository": "https://github.com/jiftechnify/nostr-fetch",
Expand Down Expand Up @@ -42,14 +42,14 @@
"build:types": "tsc -p tsconfig.build.json || exit 0"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.12.0"
"@nostr-fetch/kernel": "^0.12.1"
},
"devDependencies": {
"@nostr-dev-kit/ndk": "^0.7.5",
"nostr-fetch": "^0.12.0"
"nostr-fetch": "^0.12.1"
},
"peerDependencies": {
"@nostr-dev-kit/ndk": "^0.7.5",
"nostr-fetch": "^0.12.0"
"nostr-fetch": "^0.12.1"
}
}
4 changes: 4 additions & 0 deletions packages/adapter-nostr-relaypool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/adapter-nostr-relaypool

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-nostr-relaypool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/adapter-nostr-relaypool",
"version": "0.12.0",
"version": "0.12.1",
"description": "The adapter for nostr-relaypool's RelayPool that make it interoperable with nostr-fetch",
"author": "jiftechnify <[email protected]>",
"repository": "https://github.com/jiftechnify/nostr-fetch",
Expand Down Expand Up @@ -42,14 +42,14 @@
"build:types": "tsc -p tsconfig.build.json || exit 0"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.12.0"
"@nostr-fetch/kernel": "^0.12.1"
},
"devDependencies": {
"nostr-fetch": "^0.12.0",
"nostr-fetch": "^0.12.1",
"nostr-relaypool": "^0.6.28"
},
"peerDependencies": {
"nostr-fetch": "^0.12.0",
"nostr-fetch": "^0.12.1",
"nostr-relaypool": "^0.6.28"
},
"volta": {
Expand Down
4 changes: 4 additions & 0 deletions packages/adapter-nostr-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/adapter-nostr-tools

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter-nostr-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/adapter-nostr-tools",
"version": "0.12.0",
"version": "0.12.1",
"description": "The adapter for nostr-tools' SimplePool that make it interoperable with nostr-fetch",
"author": "jiftechnify <[email protected]>",
"repository": "https://github.com/jiftechnify/nostr-fetch",
Expand Down Expand Up @@ -42,15 +42,15 @@
"build:types": "tsc -p tsconfig.build.json"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.12.0"
"@nostr-fetch/kernel": "^0.12.1"
},
"devDependencies": {
"@nostr-fetch/testutil": "^0.12.0",
"nostr-fetch": "^0.12.0",
"@nostr-fetch/testutil": "^0.12.1",
"nostr-fetch": "^0.12.1",
"nostr-tools": "^1.3.0"
},
"peerDependencies": {
"nostr-fetch": "^0.12.0",
"nostr-fetch": "^0.12.1",
"nostr-tools": "^1.3.0"
},
"volta": {
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-rx-nostr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

### Bug Fixes

* unsubscribe observers on EOSE ([f777959](https://github.com/jiftechnify/nostr-fetch/commit/f7779594d2f46d7b7a64a577edb001f4cba5f746))

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-rx-nostr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/adapter-rx-nostr",
"version": "0.12.0",
"version": "0.12.1",
"description": "The adapter for rx-nostr that make it interoperable with nostr-fetch",
"author": "jiftechnify <[email protected]>",
"repository": "https://github.com/jiftechnify/nostr-fetch",
Expand Down Expand Up @@ -42,15 +42,15 @@
"build:types": "tsc -p tsconfig.build.json || exit 0"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.12.0"
"@nostr-fetch/kernel": "^0.12.1"
},
"devDependencies": {
"nostr-fetch": "^0.12.0",
"nostr-fetch": "^0.12.1",
"rx-nostr": "^1.1.0",
"rxjs": "^7.8.0"
},
"peerDependencies": {
"nostr-fetch": "^0.12.0",
"nostr-fetch": "^0.12.1",
"rx-nostr": "^1.1.0",
"rxjs": "^7.8.0"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/examples

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Features
Expand Down
12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/examples",
"version": "0.12.0",
"version": "0.12.1",
"description": "nostr-fetch examples",
"type": "module",
"private": true,
Expand All @@ -16,11 +16,11 @@
},
"dependencies": {
"@nostr-dev-kit/ndk": "^0.7.5",
"@nostr-fetch/adapter-ndk": "^0.12.0",
"@nostr-fetch/adapter-nostr-relaypool": "^0.12.0",
"@nostr-fetch/adapter-nostr-tools": "^0.12.0",
"@nostr-fetch/adapter-rx-nostr": "^0.12.0",
"nostr-fetch": "^0.12.0",
"@nostr-fetch/adapter-ndk": "^0.12.1",
"@nostr-fetch/adapter-nostr-relaypool": "^0.12.1",
"@nostr-fetch/adapter-nostr-tools": "^0.12.1",
"@nostr-fetch/adapter-rx-nostr": "^0.12.1",
"nostr-fetch": "^0.12.1",
"nostr-relaypool": "^0.6.28",
"nostr-tools": "^1.10.1",
"rx-nostr": "^1.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/nostr-fetch-kernel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/kernel

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nostr-fetch-kernel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/kernel",
"version": "0.12.0",
"version": "0.12.1",
"description": "Kernel of nostr-fetch",
"keywords": [
"nostr"
Expand Down
4 changes: 4 additions & 0 deletions packages/nostr-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package nostr-fetch

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/nostr-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-fetch",
"version": "0.12.0",
"version": "0.12.1",
"description": "A utility library that allows JS/TS apps to effortlessly fetch past events from Nostr relays",
"keywords": [
"nostr"
Expand Down Expand Up @@ -43,10 +43,10 @@
"build:copy-doc": "copy-file ../../README.md ./README.md"
},
"dependencies": {
"@nostr-fetch/kernel": "^0.12.0"
"@nostr-fetch/kernel": "^0.12.1"
},
"devDependencies": {
"@nostr-fetch/testutil": "^0.12.0"
"@nostr-fetch/testutil": "^0.12.1"
},
"volta": {
"node": "18.14.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/testutil/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.1](https://github.com/jiftechnify/nostr-fetch/compare/v0.12.0...v0.12.1) (2023-07-17)

**Note:** Version bump only for package @nostr-fetch/testutil

# [0.12.0](https://github.com/jiftechnify/nostr-fetch/compare/v0.11.2...v0.12.0) (2023-07-17)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/testutil/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-fetch/testutil",
"version": "0.12.0",
"version": "0.12.1",
"description": "common test utilities for nostr-fetch",
"private": true,
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@noble/hashes": "^1.3.1",
"@nostr-fetch/kernel": "^0.12.0",
"@nostr-fetch/kernel": "^0.12.1",
"nostr-tools": "^1.12.0"
},
"volta": {
Expand Down

0 comments on commit 3e28f04

Please sign in to comment.