From 35c10bbb9c80436e3c3a864b4704a0e21c70a67e Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Sun, 2 Jul 2023 11:39:45 -0500 Subject: [PATCH] zap and streaming improvements --- .changeset/brave-dolls-glow.md | 5 ----- .changeset/cold-moons-listen.md | 5 ----- .changeset/neat-gorillas-push.md | 5 ----- .changeset/silver-keys-fetch.md | 5 ----- .changeset/soft-mugs-march.md | 5 ----- .changeset/tough-buttons-speak.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 8 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 .changeset/brave-dolls-glow.md delete mode 100644 .changeset/cold-moons-listen.md delete mode 100644 .changeset/neat-gorillas-push.md delete mode 100644 .changeset/silver-keys-fetch.md delete mode 100644 .changeset/soft-mugs-march.md delete mode 100644 .changeset/tough-buttons-speak.md diff --git a/.changeset/brave-dolls-glow.md b/.changeset/brave-dolls-glow.md deleted file mode 100644 index 355900eb7..000000000 --- a/.changeset/brave-dolls-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": minor ---- - -Blur images in stream chat diff --git a/.changeset/cold-moons-listen.md b/.changeset/cold-moons-listen.md deleted file mode 100644 index f52b46f7d..000000000 --- a/.changeset/cold-moons-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": patch ---- - -Fixed bug with stream loading wrong chat diff --git a/.changeset/neat-gorillas-push.md b/.changeset/neat-gorillas-push.md deleted file mode 100644 index 2b7a86a2b..000000000 --- a/.changeset/neat-gorillas-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": minor ---- - -UX improvements to zap modal diff --git a/.changeset/silver-keys-fetch.md b/.changeset/silver-keys-fetch.md deleted file mode 100644 index f7b05e8e1..000000000 --- a/.changeset/silver-keys-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": patch ---- - -Fix blured images opening when clicked diff --git a/.changeset/soft-mugs-march.md b/.changeset/soft-mugs-march.md deleted file mode 100644 index fc21ec8d3..000000000 --- a/.changeset/soft-mugs-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": minor ---- - -Add toggle chat button to mobile stream view diff --git a/.changeset/tough-buttons-speak.md b/.changeset/tough-buttons-speak.md deleted file mode 100644 index fd943297f..000000000 --- a/.changeset/tough-buttons-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"nostrudel": minor ---- - -Add user likes tab under profile view diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa28893a..39643790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # nostrudel +## 0.16.0 + +### Minor Changes + +- e4b40dd: Blur images in stream chat +- 33acce5: UX improvements to zap modal +- 5a537ab: Add toggle chat button to mobile stream view +- 086279e: Add user likes tab under profile view + +### Patch Changes + +- 33acce5: Fixed bug with stream loading wrong chat +- 871d699: Fix blured images opening when clicked + ## 0.15.0 ### Minor Changes diff --git a/package.json b/package.json index 61e4ff5f3..636fadecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nostrudel", - "version": "0.15.0", + "version": "0.16.0", "private": true, "license": "MIT", "scripts": {