Skip to content

Commit

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

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

### Bug Fixes

* **fsm:** compatible with new logger api ([77db656](https://github.com/AliMD/alwatr-signal/commit/77db656d8b261da29376cf6dba7b9d4c35deeae8)) by @

# 2.0.0 (2023-09-19)

### 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.0",
"version": "2.0.1",
"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.1",
"@alwatr/signal": "^2.0.0",
"@alwatr/signal": "^2.0.1",
"@alwatr/type": "^1.1.4",
"tslib": "^2.6.2"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/server-context/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### Bug Fixes

* **server-context:** compatible with new logger api ([916db77](https://github.com/AliMD/alwatr-signal/commit/916db775c4e352d7ca663507f80539eef38b4738)) by @

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

### 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.1",
"version": "1.2.2",
"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.6",
"@alwatr/fsm": "^2.0.0",
"@alwatr/fsm": "^2.0.1",
"@alwatr/logger": "^2.1.1",
"@alwatr/signal": "^2.0.0",
"@alwatr/signal": "^2.0.1",
"@alwatr/type": "^1.1.4",
"@alwatr/util": "^1.2.8",
"tslib": "^2.6.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/signal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

### Bug Fixes

* **signal:** compatible with new logger api ([0a3b1c0](https://github.com/AliMD/alwatr-signal/commit/0a3b1c02b285daa66491104a14596e6a19895e11)) by @

# 2.0.0 (2023-09-19)

### 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.0",
"version": "2.0.1",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down

0 comments on commit df6d593

Please sign in to comment.