Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pablof7z committed Jan 16, 2024
1 parent 4a20bf7 commit ed33249
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/selfish-items-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-garlics-pull.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ package-lock.json
.DS_Store
.turbo
_local_
.svelte-kit/
.svelte-kit/
ndk/docs
9 changes: 9 additions & 0 deletions ndk-cache-dexie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostr-dev-kit/ndk-cache-dexie

## 2.2.4

### Patch Changes

- Updated dependencies
- Updated dependencies [885b6c2]
- Updated dependencies [5666d56]
- @nostr-dev-kit/ndk@2.3.3

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ndk-cache-dexie/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-dev-kit/ndk-cache-dexie",
"version": "2.2.3",
"version": "2.2.4",
"description": "NDK Dexie Cache Adapter",
"license": "MIT",
"bugs": {
Expand Down
9 changes: 9 additions & 0 deletions ndk-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostr-dev-kit/ndk-cache-redis

## 2.1.3

### Patch Changes

- Updated dependencies
- Updated dependencies [885b6c2]
- Updated dependencies [5666d56]
- @nostr-dev-kit/ndk@2.3.3

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ndk-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-dev-kit/ndk-cache-redis",
"version": "2.1.2",
"version": "2.1.3",
"description": "NDK cache adapter for redis.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions ndk-svelte-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostr-dev-kit/ndk-svelte-components

## 2.2.4

### Patch Changes

- Updated dependencies
- Updated dependencies [885b6c2]
- Updated dependencies [5666d56]
- @nostr-dev-kit/ndk@2.3.3

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ndk-svelte-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-dev-kit/ndk-svelte-components",
"version": "2.2.3",
"version": "2.2.4",
"description": "",
"license": "MIT",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions ndk-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @nostr-dev-kit/ndk-svelte

## 2.2.4

### Patch Changes

- Updated dependencies
- Updated dependencies [885b6c2]
- Updated dependencies [5666d56]
- @nostr-dev-kit/ndk@2.3.3

## 2.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ndk-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-dev-kit/ndk-svelte",
"version": "2.2.3",
"version": "2.2.4",
"description": "This package provides convenience functionalities to make usage of NDK with Svelte nicer.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions ndk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nostr-dev-kit/ndk

## 2.3.3

### Patch Changes

- Introduce new concept of groupableDelayType which describes how the delay should be interpreted ("at least" or "at most")
- 885b6c2: Add nip46 support to nip05 responses
- 5666d56: Fix bug where authors where being added to rewritten filters who weren't included in the original filter

## 2.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ndk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-dev-kit/ndk",
"version": "2.3.2",
"version": "2.3.3",
"description": "NDK - Nostr Development Kit",
"homepage": "https://ndk.fyi",
"documentation": "https://github.com/nostr-dev-kit/ndk/blob/master/docs/modules.md",
Expand Down

0 comments on commit ed33249

Please sign in to comment.