From a1692af896e1bcf5d73351f23bda88290592fa5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:56:28 +0000 Subject: [PATCH] chore(main): release firestoresharp 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d120e4f..7f817bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/mikegoatly/FirestoreSharp/compare/firestoresharp-v0.2.0...firestoresharp-v0.3.0) (2026-03-31) + + +### Features + +* Add sub items to the demo UI ([c690ad2](https://github.com/mikegoatly/FirestoreSharp/commit/c690ad2193b9fa9ba88be53fb0c4640ecf5430c6)) +* Rebuild UI as a mini-React app ([e09c921](https://github.com/mikegoatly/FirestoreSharp/commit/e09c921ff00d0d7d1a5b445a6e60421c7bc31f3b)) +* track parent resource name for collections panel ([bd4a0df](https://github.com/mikegoatly/FirestoreSharp/commit/bd4a0dfb9e61d63bbe76fbac3a4b5076370d7192)) + + +### Bug Fixes + +* failing tests ([2eb292a](https://github.com/mikegoatly/FirestoreSharp/commit/2eb292ad726ff6df1496b24e979630ef8d404bdf)) + ## [0.2.0](https://github.com/mikegoatly/FirestoreSharp/compare/firestoresharp-v0.1.2...firestoresharp-v0.2.0) (2026-03-30)