Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/fsm@2.0.4
 - @alwatr/server-context@1.2.5
 - @alwatr/signal@2.0.4
  • Loading branch information
njfamirm committed Dec 19, 2023
1 parent e70cccc commit 3b5a8f6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 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.4](https://github.com/Alwatr/signal/compare/@alwatr/fsm@2.0.2...@alwatr/fsm@2.0.4) (2023-12-19)

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

## [2.0.3](https://github.com/Alwatr/signal/compare/@alwatr/fsm@2.0.2...@alwatr/fsm@2.0.3) (2023-11-09)

**Note:** Version bump only for package @alwatr/fsm
Expand Down
2 changes: 1 addition & 1 deletion packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fsm",
"version": "2.0.3",
"version": "2.0.4",
"description": "Managing invocations finite-state machines for lit-element written in tiny TypeScript module.",
"keywords": [
"state",
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.5](https://github.com/Alwatr/signal/compare/@alwatr/server-context@1.2.3...@alwatr/server-context@1.2.5) (2023-12-19)

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

## [1.2.4](https://github.com/Alwatr/signal/compare/@alwatr/server-context@1.2.3...@alwatr/server-context@1.2.4) (2023-11-09)

**Note:** Version bump only for package @alwatr/server-context
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.2.5",
"description": "Elegant powerful context manager base on alwatr signal, written in tiny TypeScript, ES module.",
"keywords": [
"context",
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.4](https://github.com/Alwatr/signal/compare/@alwatr/signal@2.0.2...@alwatr/signal@2.0.4) (2023-12-19)

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

## [2.0.3](https://github.com/Alwatr/signal/compare/@alwatr/signal@2.0.2...@alwatr/signal@2.0.3) (2023-11-09)

**Note:** Version bump only for package @alwatr/signal
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.3",
"version": "2.0.4",
"description": "Elegant powerful event system for handle global signals and states written in tiny TypeScript module.",
"keywords": [
"signal",
Expand Down

0 comments on commit 3b5a8f6

Please sign in to comment.