Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 1, 2023
1 parent dd6021a commit af10084
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.0.2](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-01)

**Note:** Version bump only for package @alwatr/fsm

## [2.0.1](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-10-23)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm",
"version": "2.0.1",
"version": "2.0.2",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@alwatr/logger": "^2.1.2",
"@alwatr/signal": "^2.0.1",
"@alwatr/signal": "^2.0.2",
"@alwatr/type": "^1.1.4",
"tslib": "^2.6.2"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/server-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.3](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-01)

**Note:** Version bump only for package @alwatr/server-context

## [1.2.2](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-10-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/server-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/server-context",
"version": "1.2.2",
"version": "1.2.3",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"dependencies": {
"@alwatr/fetch": "^2.0.7",
"@alwatr/fsm": "^2.0.1",
"@alwatr/fsm": "^2.0.2",
"@alwatr/logger": "^2.1.2",
"@alwatr/signal": "^2.0.1",
"@alwatr/signal": "^2.0.2",
"@alwatr/type": "^1.1.4",
"@alwatr/util": "^1.2.9",
"tslib": "^2.6.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/signal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.0.2](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-01)

**Note:** Version bump only for package @alwatr/signal

## [2.0.1](https://github.com/AliMD/alwatr-signal/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-10-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/signal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/signal",
"version": "2.0.1",
"version": "2.0.2",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down

0 comments on commit af10084

Please sign in to comment.