From 54abf016196574d5de04e0cc5fa31c7b0cd5b24d Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 6 Nov 2024 17:22:47 +0330 Subject: [PATCH] release: --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/fetch-state-machine/CHANGELOG.md | 4 ++++ packages/fetch-state-machine/package.json | 2 +- packages/flux/CHANGELOG.md | 4 ++++ packages/flux/package.json | 2 +- packages/fsm/CHANGELOG.md | 6 ++++++ packages/fsm/package.json | 2 +- packages/remote-context/CHANGELOG.md | 4 ++++ packages/remote-context/package.json | 2 +- 10 files changed, 29 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3c65d..0d1d580 100644 --- a/CHANGELOG.md +++ b/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. +## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06) + +### Bug Fixes + +* honarvar bugs ([196b77b](https://github.com/Alwatr/flux/commit/196b77bcbb8e2a0b2eb03e50fa908561cada4fe7)) by @ + ## [4.0.1](https://github.com/Alwatr/flux/compare/v4.0.0...v4.0.1) (2024-11-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a60567c..fd385fb 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": "4.0.1", + "version": "4.0.2", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/fetch-state-machine/CHANGELOG.md b/packages/fetch-state-machine/CHANGELOG.md index 1f95b01..c46413f 100644 --- a/packages/fetch-state-machine/CHANGELOG.md +++ b/packages/fetch-state-machine/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06) + +**Note:** Version bump only for package @alwatr/fetch-state-machine + ## [4.0.1](https://github.com/Alwatr/flux/compare/v4.0.0...v4.0.1) (2024-11-06) **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 2dab3a0..1702ef5 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": "4.0.1", + "version": "4.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 4abca70..a432ad0 100644 --- a/packages/flux/CHANGELOG.md +++ b/packages/flux/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06) + +**Note:** Version bump only for package @alwatr/flux + ## [4.0.1](https://github.com/Alwatr/flux/compare/v4.0.0...v4.0.1) (2024-11-06) **Note:** Version bump only for package @alwatr/flux diff --git a/packages/flux/package.json b/packages/flux/package.json index b576c60..1eb3094 100644 --- a/packages/flux/package.json +++ b/packages/flux/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/flux", - "version": "4.0.1", + "version": "4.0.2", "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 31ba28c..7f318a1 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. +## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06) + +### Bug Fixes + +* honarvar bugs ([196b77b](https://github.com/Alwatr/flux/commit/196b77bcbb8e2a0b2eb03e50fa908561cada4fe7)) by @ + ## [4.0.1](https://github.com/Alwatr/flux/compare/v4.0.0...v4.0.1) (2024-11-06) ### Bug Fixes diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 0a3242c..c1b4414 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fsm", - "version": "4.0.1", + "version": "4.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/remote-context/CHANGELOG.md b/packages/remote-context/CHANGELOG.md index 3e77ac5..08324dd 100644 --- a/packages/remote-context/CHANGELOG.md +++ b/packages/remote-context/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.2](https://github.com/Alwatr/flux/compare/v4.0.1...v4.0.2) (2024-11-06) + +**Note:** Version bump only for package @alwatr/remote-context + ## [4.0.1](https://github.com/Alwatr/flux/compare/v4.0.0...v4.0.1) (2024-11-06) **Note:** Version bump only for package @alwatr/remote-context diff --git a/packages/remote-context/package.json b/packages/remote-context/package.json index 62b62ae..42c21e0 100644 --- a/packages/remote-context/package.json +++ b/packages/remote-context/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/remote-context", - "version": "4.0.1", + "version": "4.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": [