From e35bb1ad292b6d5030897766f7bb44c7adea313d Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 20 Sep 2023 04:29:52 +0330 Subject: [PATCH] release: - @alwatr/font@1.1.2 - @alwatr/fract@1.1.3 - @alwatr/i18n@2.0.0-beta.0 - @alwatr/icon@1.1.3 - @alwatr/router@2.0.0-beta.0 - @alwatr/style@1.1.2 --- packages/font/CHANGELOG.md | 6 ++++++ packages/font/package.json | 2 +- packages/fract/CHANGELOG.md | 10 ++++++++++ packages/fract/package.json | 2 +- packages/i18n/CHANGELOG.md | 10 ++++++++++ packages/i18n/package.json | 2 +- packages/icon/CHANGELOG.md | 8 ++++++++ packages/icon/package.json | 2 +- packages/router/CHANGELOG.md | 11 +++++++++++ packages/router/package.json | 2 +- packages/style/CHANGELOG.md | 8 ++++++++ packages/style/package.json | 2 +- 12 files changed, 59 insertions(+), 6 deletions(-) diff --git a/packages/font/CHANGELOG.md b/packages/font/CHANGELOG.md index d7a72326..c74286ee 100644 --- a/packages/font/CHANGELOG.md +++ b/packages/font/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.1.2 (2023-09-20) + +### Bug Fixes + +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD + ## [1.1.1](https://github.com/AliMD/fract/compare/@alwatr/font@1.1.0...@alwatr/font@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/font diff --git a/packages/font/package.json b/packages/font/package.json index 84010598..94434b82 100644 --- a/packages/font/package.json +++ b/packages/font/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/font", - "version": "1.1.1", + "version": "1.1.2", "description": "Best practices (The Right Way) of using Persian/Arabic web fonts in the website and webapp.", "keywords": [ "font", diff --git a/packages/fract/CHANGELOG.md b/packages/fract/CHANGELOG.md index 36bb6516..de441e8e 100644 --- a/packages/fract/CHANGELOG.md +++ b/packages/fract/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.3 (2023-09-20) + +### Bug Fixes + +* all deps ([fb47833](https://github.com/AliMD/fract/commit/fb47833c2cb6853a7e619c8d3cdbe8b4aacdd604)) by @AliMD +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD +* import paths ([a4ad9f4](https://github.com/AliMD/fract/commit/a4ad9f4f6db759451e84a37f6cad9606c8586c65)) by @AliMD +* repo paths ([b20214b](https://github.com/AliMD/fract/commit/b20214bbe8d13ad3f47ec2b5d1c6219ab88699a0)) by @AliMD +* ts refs ([1668b2d](https://github.com/AliMD/fract/commit/1668b2dbe0fcde38d3d0689ac230ce3bcdc712cb)) by @AliMD + ## [1.1.2](https://github.com/AliMD/fract/compare/@alwatr/fract@1.1.1...@alwatr/fract@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/fract diff --git a/packages/fract/package.json b/packages/fract/package.json index 2b4cd557..6150c1e8 100644 --- a/packages/fract/package.json +++ b/packages/fract/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fract", - "version": "1.1.2", + "version": "1.1.3", "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 65024e77..e790d7ec 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.0.0-beta.0 (2023-09-20) + +### Bug Fixes + +* all deps ([fb47833](https://github.com/AliMD/fract/commit/fb47833c2cb6853a7e619c8d3cdbe8b4aacdd604)) by @AliMD +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD +* import paths ([a4ad9f4](https://github.com/AliMD/fract/commit/a4ad9f4f6db759451e84a37f6cad9606c8586c65)) by @AliMD +* repo paths ([b20214b](https://github.com/AliMD/fract/commit/b20214bbe8d13ad3f47ec2b5d1c6219ab88699a0)) by @AliMD +* ts refs ([1668b2d](https://github.com/AliMD/fract/commit/1668b2dbe0fcde38d3d0689ac230ce3bcdc712cb)) by @AliMD + ## [1.0.1](https://github.com/AliMD/fract/compare/v1.0.0...v1.0.1) (2023-06-21) **Note:** Version bump only for package @alwatr/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 065092f8..c80839a7 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "2.0.0-beta", + "version": "2.0.0-beta.0", "description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.", "keywords": [ "i18n", diff --git a/packages/icon/CHANGELOG.md b/packages/icon/CHANGELOG.md index 7fa4d70d..29efbd01 100644 --- a/packages/icon/CHANGELOG.md +++ b/packages/icon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.3 (2023-09-20) + +### Bug Fixes + +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD +* **icon:** remove signal and urlPrefixContext ([1344742](https://github.com/AliMD/fract/commit/134474251a3d88c94f3339c380c1d3f9f7acf988)) by @AliMD +* ts refs ([1668b2d](https://github.com/AliMD/fract/commit/1668b2dbe0fcde38d3d0689ac230ce3bcdc712cb)) by @AliMD + ## [1.1.2](https://github.com/AliMD/fract/compare/@alwatr/icon@1.1.1...@alwatr/icon@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/icon diff --git a/packages/icon/package.json b/packages/icon/package.json index 16a3fc1d..8a1fc3ac 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/icon", - "version": "1.1.2", + "version": "1.1.3", "description": "Best practices (The Right Way) of using premium designed icons in the website and webapp.", "keywords": [ "icon", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 33d03238..410c276d 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 2.0.0-beta.0 (2023-09-20) + +### Bug Fixes + +* all deps ([fb47833](https://github.com/AliMD/fract/commit/fb47833c2cb6853a7e619c8d3cdbe8b4aacdd604)) by @AliMD +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD +* import paths ([a4ad9f4](https://github.com/AliMD/fract/commit/a4ad9f4f6db759451e84a37f6cad9606c8586c65)) by @AliMD +* repo paths ([b20214b](https://github.com/AliMD/fract/commit/b20214bbe8d13ad3f47ec2b5d1c6219ab88699a0)) by @AliMD +* **router:** file name ([2a69c08](https://github.com/AliMD/fract/commit/2a69c08645acc331ecf9654bb9d35e2d0b902d4a)) by @AliMD +* ts refs ([1668b2d](https://github.com/AliMD/fract/commit/1668b2dbe0fcde38d3d0689ac230ce3bcdc712cb)) by @AliMD + ## [1.1.2](https://github.com/AliMD/fract/compare/@alwatr/router@1.1.1...@alwatr/router@1.1.2) (2023-09-12) **Note:** Version bump only for package @alwatr/router diff --git a/packages/router/package.json b/packages/router/package.json index ab3a3126..1c1244e2 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "2.0.0-beta", + "version": "2.0.0-beta.0", "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 0387b46c..314712ad 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.1.2 (2023-09-20) + +### Bug Fixes + +* all repo urls ([2ec6e1e](https://github.com/AliMD/fract/commit/2ec6e1e080f37d3b7c5eb37b272c1aa049540756)) by @AliMD +* ts refs ([1668b2d](https://github.com/AliMD/fract/commit/1668b2dbe0fcde38d3d0689ac230ce3bcdc712cb)) by @AliMD +* ui-kit path ([f32a0cf](https://github.com/AliMD/fract/commit/f32a0cfdf7d118b8f56931e4fbd05385dcda7376)) by @AliMD + ## [1.1.1](https://github.com/AliMD/fract/compare/@alwatr/style@1.1.0...@alwatr/style@1.1.1) (2023-09-12) **Note:** Version bump only for package @alwatr/style diff --git a/packages/style/package.json b/packages/style/package.json index 524de60c..2d4f52d6 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/style", - "version": "1.1.1", + "version": "1.1.2", "description": "Alwatr shared styles (lib, utils, theme, ...).", "keywords": [ "style",