From 94f8b12355c35b4a8e86708cb614055280fd5a06 Mon Sep 17 00:00:00 2001 From: zuriscript Date: Fri, 24 Nov 2023 09:01:58 +0100 Subject: [PATCH] Include changelof notice in README --- README.md | 2 ++ packages/signalstory/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 35f0e47..2fcdecf 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ ### For a full feature overview, visit the [Website ✨ ](https://zuriscript.github.io/signalstory/) +### For Release notes and Changelog, visit [Gtihub Releases 🧙‍♂️](https://github.com/zuriscript/signalstory/releases) + **Empower your angular state management with signals** signalstory is a state management library based on angular signals. It offers a range of architectural options, from simple repository-based state management (`signal-in-a-service`) to decoupled commands, managed side effect objects, and inter-store communication using an event-based approach. The goal is to provide a great user experience for all developers, whether junior or senior, while incorporating all the features you need to master your frontend state requirements. diff --git a/packages/signalstory/README.md b/packages/signalstory/README.md index 116f6e2..89b1e2c 100644 --- a/packages/signalstory/README.md +++ b/packages/signalstory/README.md @@ -6,6 +6,8 @@ ### For a full feature overview, visit the [Website ✨ ](https://zuriscript.github.io/signalstory/) +### For Release notes and Changelog, visit [Gtihub Releases 🧙‍♂️](https://github.com/zuriscript/signalstory/releases) + **Empower your angular state management with signals** signalstory is a state management library based on angular signals. It offers a range of architectural options, from simple repository-based state management (`signal-in-a-service`) to decoupled commands, managed side effect objects, and inter-store communication using an event-based approach. The goal is to provide a great user experience for all developers, whether junior or senior, while incorporating all the features you need to master your frontend state requirements.