Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/fract@1.2.5
 - @alwatr/i18n@2.0.3
 - @alwatr/router@2.0.3
  • Loading branch information
njfamirm committed Dec 19, 2023
1 parent 242dc0b commit 339ae3c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/fract/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/fract/compare/@alwatr/fract@1.2.4...@alwatr/fract@1.2.5) (2023-12-19)

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

## [1.2.4](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.2.3...@alwatr/fract@1.2.4) (2023-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/fract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/fract",
"version": "1.2.4",
"version": "1.2.5",
"description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!",
"keywords": [
"render",
Expand Down
4 changes: 4 additions & 0 deletions packages/i18n/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.3](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.2...@alwatr/i18n@2.0.3) (2023-12-19)

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

## [2.0.2](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.1...@alwatr/i18n@2.0.2) (2023-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/i18n",
"version": "2.0.2",
"version": "2.0.3",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/router/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.3](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.2...@alwatr/router@2.0.3) (2023-12-19)

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

## [2.0.2](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.1...@alwatr/router@2.0.2) (2023-12-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/router",
"version": "2.0.2",
"version": "2.0.3",
"description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.",
"keywords": [
"router",
Expand Down

0 comments on commit 339ae3c

Please sign in to comment.