diff --git a/CHANGELOG.md b/CHANGELOG.md index 9382a94..f1c3792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Miscellaneous Chores + +* update readme ([85fd5d9](https://github.com/Alwatr/flux/commit/85fd5d9acceaa84c6f38765d3f5e45d7b0733698)) by @AliMD + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) ### Code Refactoring diff --git a/lerna.json b/lerna.json index b3da21b..c7efa1e 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.0.1", + "version": "3.0.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index 6dee0c9..b89cd22 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) **Note:** Version bump only for package @alwatr/context diff --git a/packages/context/package.json b/packages/context/package.json index 855ad0f..d4d87bc 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/context", - "version": "3.0.1", + "version": "3.0.2", "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 a45a3f4..5239895 100644 --- a/packages/fetch-state-machine/CHANGELOG.md +++ b/packages/fetch-state-machine/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) **Note:** Version bump only for package @alwatr/fetch-state-machine diff --git a/packages/fetch-state-machine/package.json b/packages/fetch-state-machine/package.json index 3ebb502..352e513 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.0.1", + "version": "3.0.2", "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 ee4e9e6..a6c1362 100644 --- a/packages/flux/CHANGELOG.md +++ b/packages/flux/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) **Note:** Version bump only for package @alwatr/flux diff --git a/packages/flux/package.json b/packages/flux/package.json index 80c48af..60fb335 100644 --- a/packages/flux/package.json +++ b/packages/flux/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flux", - "version": "3.0.1", + "version": "3.0.2", "description": "Alwatr 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 a733a4c..73af99d 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) **Note:** Version bump only for package @alwatr/fsm diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 1a01588..f31cc7d 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fsm", - "version": "3.0.1", + "version": "3.0.2", "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 e73c924..65b6597 100644 --- a/packages/observable/CHANGELOG.md +++ b/packages/observable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) ### Code Refactoring diff --git a/packages/observable/package.json b/packages/observable/package.json index b0745c6..97168ce 100644 --- a/packages/observable/package.json +++ b/packages/observable/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/observable", - "version": "3.0.1", + "version": "3.0.2", "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 2654bfb..9fe17b7 100644 --- a/packages/remote-context/CHANGELOG.md +++ b/packages/remote-context/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) **Note:** Version bump only for package @alwatr/remote-context diff --git a/packages/remote-context/package.json b/packages/remote-context/package.json index d62c73d..6d1e848 100644 --- a/packages/remote-context/package.json +++ b/packages/remote-context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/remote-context", - "version": "3.0.1", + "version": "3.0.2", "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 8172ac2..50aad10 100644 --- a/packages/signal/CHANGELOG.md +++ b/packages/signal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.2](https://github.com/Alwatr/flux/compare/v3.0.1...v3.0.2) (2024-09-21) + +### Dependencies update + +* update ([1048410](https://github.com/Alwatr/flux/commit/1048410efb300bb0a0ab7eae9734ca8f7f9d83a8)) by @ + ## [3.0.1](https://github.com/Alwatr/flux/compare/v3.0.0...v3.0.1) (2024-09-17) ### Miscellaneous Chores diff --git a/packages/signal/package.json b/packages/signal/package.json index 09fb013..89e00a6 100644 --- a/packages/signal/package.json +++ b/packages/signal/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/signal", - "version": "3.0.1", + "version": "3.0.2", "description": "A simple and efficient TypeScript library for event-driven communication using signals.", "author": "S. Ali Mihandoost ", "keywords": [