Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
 - @alwatr/fract@1.2.4
 - @alwatr/i18n@2.0.2
 - @alwatr/router@2.0.2
 - @alwatr/style@2.0.3
  • Loading branch information
AliMD committed Dec 19, 2023
1 parent 09e7a80 commit f8d3b89
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/fract/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.4](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.2.3...@alwatr/fract@1.2.4) (2023-12-19)

### Bug Fixes

* remove [@alwatr](https://github.com/alwatr) in definePackage ([42ea0d0](https://github.com/Alwatr/fract/commit/42ea0d05a9fccaa24d4e7357fae794ffa9755a1e)) by @njfamirm

## [1.2.3](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.2.2...@alwatr/fract@1.2.3) (2023-11-21)

**Note:** Version bump only for package @alwatr/fract
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.3",
"version": "1.2.4",
"description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!",
"keywords": [
"render",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/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.2](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.1...@alwatr/i18n@2.0.2) (2023-12-19)

### Bug Fixes

* remove [@alwatr](https://github.com/alwatr) in definePackage ([42ea0d0](https://github.com/Alwatr/fract/commit/42ea0d05a9fccaa24d4e7357fae794ffa9755a1e)) by @njfamirm

## [2.0.1](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.0...@alwatr/i18n@2.0.1) (2023-11-15)

**Note:** Version bump only for package @alwatr/i18n
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.1",
"version": "2.0.2",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/router/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.2](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.1...@alwatr/router@2.0.2) (2023-12-19)

### Bug Fixes

* remove [@alwatr](https://github.com/alwatr) in definePackage ([42ea0d0](https://github.com/Alwatr/fract/commit/42ea0d05a9fccaa24d4e7357fae794ffa9755a1e)) by @njfamirm

## [2.0.1](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.0...@alwatr/router@2.0.1) (2023-11-15)

**Note:** Version bump only for package @alwatr/router
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.1",
"version": "2.0.2",
"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
4 changes: 4 additions & 0 deletions packages/style/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/style@2.0.2...@alwatr/style@2.0.3) (2023-12-19)

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

## [2.0.2](https://github.com/Alwatr/fract/compare/@alwatr/style@2.0.1...@alwatr/style@2.0.2) (2023-11-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alwatr/style",
"version": "2.0.2",
"version": "2.0.3",
"description": "Alwatr shared styles (lib, utils, theme, ...).",
"keywords": [
"style",
Expand Down

0 comments on commit f8d3b89

Please sign in to comment.