From a61cf7ce52e805767d853efa51f5c910a4f9d08a Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Sat, 21 Sep 2024 11:45:06 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 10 ++++++++++ lerna.json | 2 +- packages/context/CHANGELOG.md | 6 ++++++ packages/context/package.json | 2 +- packages/fetch-state-machine/CHANGELOG.md | 6 ++++++ packages/fetch-state-machine/package.json | 2 +- packages/flux/CHANGELOG.md | 6 ++++++ packages/flux/package.json | 2 +- packages/fsm/CHANGELOG.md | 6 ++++++ packages/fsm/package.json | 2 +- packages/observable/CHANGELOG.md | 6 ++++++ packages/observable/package.json | 2 +- packages/remote-context/CHANGELOG.md | 6 ++++++ packages/remote-context/package.json | 2 +- packages/signal/CHANGELOG.md | 6 ++++++ packages/signal/package.json | 2 +- 16 files changed, 60 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9382a948..f1c37920 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 b3da21b8..c7efa1e9 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 6dee0c93..b89cd22d 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 855ad0fc..d4d87bca 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 a45a3f49..52398958 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 3ebb5027..352e513f 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 ee4e9e62..a6c1362d 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 80c48af6..60fb335d 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 a733a4c8..73af99d8 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 1a015886..f31cc7d5 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 e73c9244..65b65972 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 b0745c66..97168cea 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 2654bfb4..9fe17b7e 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 d62c73dd..6d1e8482 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 8172ac20..50aad109 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 09fb0130..89e00a67 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": [