diff --git a/CHANGELOG.md b/CHANGELOG.md index f096620..418e302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* change the license to AGPL-3.0 ([4bc3149](https://github.com/Alwatr/flux/commit/4bc3149cdafb9621ccceeb9e1a98f8c476ffba65)) by @ArmanAsadian +* **context:** change the license to AGPL-3.0 ([79e3212](https://github.com/Alwatr/flux/commit/79e32129b6477b3ad79157ed9002e725096b9bc2)) by @ArmanAsadian +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **fetch-state-machine:** change the license to AGPL-3.0 ([918ffae](https://github.com/Alwatr/flux/commit/918ffae1315c9432e930785cb27f3b48902655a1)) by @ArmanAsadian +* **fetch-state-machine:** change the license to AGPL-3.0 ([3ccfad4](https://github.com/Alwatr/flux/commit/3ccfad4642ed83d41dfa538f8e12b51b32104181)) by @ArmanAsadian +* **flux:** change the license to AGPL-3.0 ([220ef0c](https://github.com/Alwatr/flux/commit/220ef0ccb69310c28caafbc9f33d5b474bd12e3b)) by @ArmanAsadian +* **fsm:** change the license to AGPL-3.0 ([babc4a8](https://github.com/Alwatr/flux/commit/babc4a82bd0421981ec40c150f0de262f0f81f42)) by @ArmanAsadian +* **observable:** change the license to AGPL-3.0 ([1fefabc](https://github.com/Alwatr/flux/commit/1fefabc4136d5adae4731eec16f1515b6e9a568b)) by @ArmanAsadian +* **remote-context:** change the license to AGPL-3.0 ([23a238d](https://github.com/Alwatr/flux/commit/23a238d90164f76570f39abcd956731bae756697)) by @ArmanAsadian +* **signal:** change the license to AGPL-3.0 ([e077ff1](https://github.com/Alwatr/flux/commit/e077ff125521abcfb8795563a3f2a17e509e9ab6)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Features diff --git a/lerna.json b/lerna.json index a165a97..0210bb7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json", - "version": "3.1.0", + "version": "3.1.1", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index eef0f40..d2970a4 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* **context:** change the license to AGPL-3.0 ([79e3212](https://github.com/Alwatr/flux/commit/79e32129b6477b3ad79157ed9002e725096b9bc2)) by @ArmanAsadian +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Dependencies update diff --git a/packages/context/package.json b/packages/context/package.json index 3d21750..df6daf5 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/context", - "version": "3.1.0", + "version": "3.1.1", "description": "A simple yet powerful TypeScript library for managing application context and facilitating efficient communication between components.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/fetch-state-machine/CHANGELOG.md b/packages/fetch-state-machine/CHANGELOG.md index 00f1df5..7d1e656 100644 --- a/packages/fetch-state-machine/CHANGELOG.md +++ b/packages/fetch-state-machine/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **fetch-state-machine:** change the license to AGPL-3.0 ([918ffae](https://github.com/Alwatr/flux/commit/918ffae1315c9432e930785cb27f3b48902655a1)) by @ArmanAsadian +* **fetch-state-machine:** change the license to AGPL-3.0 ([3ccfad4](https://github.com/Alwatr/flux/commit/3ccfad4642ed83d41dfa538f8e12b51b32104181)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Features diff --git a/packages/fetch-state-machine/package.json b/packages/fetch-state-machine/package.json index 7ba89b1..6ff93cc 100644 --- a/packages/fetch-state-machine/package.json +++ b/packages/fetch-state-machine/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch-state-machine", - "version": "3.1.0", + "version": "3.1.1", "description": "A powerful TypeScript library for managing asynchronous fetch requests with a built-in state machine.", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "keywords": [ diff --git a/packages/flux/CHANGELOG.md b/packages/flux/CHANGELOG.md index eb1cac8..e5344b3 100644 --- a/packages/flux/CHANGELOG.md +++ b/packages/flux/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **flux:** change the license to AGPL-3.0 ([220ef0c](https://github.com/Alwatr/flux/commit/220ef0ccb69310c28caafbc9f33d5b474bd12e3b)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Dependencies update diff --git a/packages/flux/package.json b/packages/flux/package.json index 7200779..a7fa72b 100644 --- a/packages/flux/package.json +++ b/packages/flux/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flux", - "version": "3.1.0", + "version": "3.1.1", "description": "Flux empowers your applications with elegant and powerful state management and event handling capabilities. Built on the observable design pattern, Flux provides a lightweight yet robust foundation for managing global signals and states.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 40c8277..9fd131a 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **fsm:** change the license to AGPL-3.0 ([babc4a8](https://github.com/Alwatr/flux/commit/babc4a82bd0421981ec40c150f0de262f0f81f42)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Features diff --git a/packages/fsm/package.json b/packages/fsm/package.json index c978905..39ef63e 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fsm", - "version": "3.1.0", + "version": "3.1.1", "description": "A robust TypeScript library for implementing Flux (Finite) State Machines, enabling clear and organized management of application state and transitions.", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "keywords": [ diff --git a/packages/observable/CHANGELOG.md b/packages/observable/CHANGELOG.md index 1560bd5..dd3c6f4 100644 --- a/packages/observable/CHANGELOG.md +++ b/packages/observable/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **observable:** change the license to AGPL-3.0 ([1fefabc](https://github.com/Alwatr/flux/commit/1fefabc4136d5adae4731eec16f1515b6e9a568b)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Dependencies update diff --git a/packages/observable/package.json b/packages/observable/package.json index 7977364..21fca69 100644 --- a/packages/observable/package.json +++ b/packages/observable/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/observable", - "version": "3.1.0", + "version": "3.1.1", "description": "A lightweight and flexible TypeScript library for implementing the observer pattern (similar to signals) with events, subscriptions, and convenient features.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/remote-context/CHANGELOG.md b/packages/remote-context/CHANGELOG.md index f02d6ef..560ba0e 100644 --- a/packages/remote-context/CHANGELOG.md +++ b/packages/remote-context/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **remote-context:** change the license to AGPL-3.0 ([23a238d](https://github.com/Alwatr/flux/commit/23a238d90164f76570f39abcd956731bae756697)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Features diff --git a/packages/remote-context/package.json b/packages/remote-context/package.json index 5964631..1773c2d 100644 --- a/packages/remote-context/package.json +++ b/packages/remote-context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/remote-context", - "version": "3.1.0", + "version": "3.1.1", "description": "A powerful TypeScript library for managing remote context data with offline-first support and automatic revalidation.", "author": "S. Ali Mihandoost (https://ali.mihandoost.com)", "keywords": [ diff --git a/packages/signal/CHANGELOG.md b/packages/signal/CHANGELOG.md index a5b3138..f4b2859 100644 --- a/packages/signal/CHANGELOG.md +++ b/packages/signal/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.1](https://github.com/Alwatr/flux/compare/v3.1.0...v3.1.1) (2024-09-29) + +### Miscellaneous Chores + +* edited README ([fff9b3f](https://github.com/Alwatr/flux/commit/fff9b3f6ccc52e2257bdfe306e032ded07497b4a)) by @ArmanAsadian +* **signal:** change the license to AGPL-3.0 ([e077ff1](https://github.com/Alwatr/flux/commit/e077ff125521abcfb8795563a3f2a17e509e9ab6)) by @ArmanAsadian + +### Dependencies update + +* update ([fb148fd](https://github.com/Alwatr/flux/commit/fb148fdbe7f84acc3eda625e5e8c5773747d32e9)) by @ + ## [3.1.0](https://github.com/Alwatr/flux/compare/v3.0.3...v3.1.0) (2024-09-26) ### Dependencies update diff --git a/packages/signal/package.json b/packages/signal/package.json index 19c9fed..0237c36 100644 --- a/packages/signal/package.json +++ b/packages/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "3.1.0", + "version": "3.1.1", "description": "A simple and efficient TypeScript library for event-driven communication using signals.", "author": "S. Ali Mihandoost ", "keywords": [