From ae49df03a0ddbf3995c0220cc4d671599db60149 Mon Sep 17 00:00:00 2001 From: "S. Amir Mohammad Najafi" Date: Wed, 31 Jan 2024 12:13:28 +0330 Subject: [PATCH] release: - @alwatr/fract@1.2.6 - @alwatr/i18n@2.0.4 - @alwatr/router@2.0.4 - @alwatr/style@2.1.0 --- packages/fract/CHANGELOG.md | 6 ++++++ packages/fract/package.json | 2 +- packages/i18n/CHANGELOG.md | 6 ++++++ packages/i18n/package.json | 2 +- packages/router/CHANGELOG.md | 6 ++++++ packages/router/package.json | 2 +- packages/style/CHANGELOG.md | 6 ++++++ packages/style/package.json | 2 +- 8 files changed, 28 insertions(+), 4 deletions(-) diff --git a/packages/fract/CHANGELOG.md b/packages/fract/CHANGELOG.md index 9a248c53..d239309a 100644 --- a/packages/fract/CHANGELOG.md +++ b/packages/fract/CHANGELOG.md @@ -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.6](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.2.5...@alwatr/fract@1.2.6) (2024-1-31) + +### Bug Fixes + +* use [@alwatr](https://github.com/alwatr) scope in define package ([bb26d34](https://github.com/Alwatr/fract/commit/bb26d34d7c03b112e8ab1e3dabde88caab50d66b)) by @njfamirm + ## [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 diff --git a/packages/fract/package.json b/packages/fract/package.json index 332910fe..7e2c7e8d 100644 --- a/packages/fract/package.json +++ b/packages/fract/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fract", - "version": "1.2.5", + "version": "1.2.6", "description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!", "keywords": [ "render", diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 17b71e75..538d0a83 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -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.4](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.3...@alwatr/i18n@2.0.4) (2024-1-31) + +### Bug Fixes + +* use [@alwatr](https://github.com/alwatr) scope in define package ([bb26d34](https://github.com/Alwatr/fract/commit/bb26d34d7c03b112e8ab1e3dabde88caab50d66b)) by @njfamirm + ## [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 diff --git a/packages/i18n/package.json b/packages/i18n/package.json index cadcc379..c77d5fae 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "2.0.3", + "version": "2.0.4", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 8c0a35b7..8c72490e 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -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.4](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.3...@alwatr/router@2.0.4) (2024-1-31) + +### Bug Fixes + +* use [@alwatr](https://github.com/alwatr) scope in define package ([bb26d34](https://github.com/Alwatr/fract/commit/bb26d34d7c03b112e8ab1e3dabde88caab50d66b)) by @njfamirm + ## [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 diff --git a/packages/router/package.json b/packages/router/package.json index f4d5670c..c86cb033 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "2.0.3", + "version": "2.0.4", "description": "Elegant powerful router (fundamental advance browser page routing) based on the simplicity of the signals written in tiny TypeScript module.", "keywords": [ "router", diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 408d7df7..9c0a8d7e 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -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.1.0](https://github.com/Alwatr/fract/compare/@alwatr/style@2.0.3...@alwatr/style@2.1.0) (2024-1-31) + +### Features + +* **style:** safe-area ([55ad864](https://github.com/Alwatr/fract/commit/55ad864aaed9acb1da394f0bc13e33e8ee715878)) by @AliMD + ## [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 diff --git a/packages/style/package.json b/packages/style/package.json index 4bb0eff1..779701d2 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/style", - "version": "2.0.3", + "version": "2.1.0", "description": "Alwatr shared styles (lib, utils, theme, ...).", "keywords": [ "style",