From 481d3c9fcd3aae4d4b7db80c64a9c24f9aab8ccd Mon Sep 17 00:00:00 2001 From: Ali Mihandoost Date: Wed, 15 Nov 2023 17:58:59 +0330 Subject: [PATCH] release: - @alwatr/fract@1.2.1 - @alwatr/i18n@2.0.1 - @alwatr/router@2.0.1 - @alwatr/style@2.0.0 --- packages/fract/CHANGELOG.md | 4 ++++ packages/fract/package.json | 2 +- packages/i18n/CHANGELOG.md | 4 ++++ packages/i18n/package.json | 2 +- packages/router/CHANGELOG.md | 4 ++++ packages/router/package.json | 2 +- packages/style/CHANGELOG.md | 21 +++++++++++++++++++++ packages/style/package.json | 2 +- 8 files changed, 37 insertions(+), 4 deletions(-) diff --git a/packages/fract/CHANGELOG.md b/packages/fract/CHANGELOG.md index 4e69188a..adc60c35 100644 --- a/packages/fract/CHANGELOG.md +++ b/packages/fract/CHANGELOG.md @@ -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.1](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.2.0...@alwatr/fract@1.2.1) (2023-11-15) + +**Note:** Version bump only for package @alwatr/fract + # [1.2.0](https://github.com/Alwatr/fract/compare/@alwatr/fract@1.1.3...@alwatr/fract@1.2.0) (2023-11-10) ### Bug Fixes diff --git a/packages/fract/package.json b/packages/fract/package.json index d3601929..e1ef04f8 100644 --- a/packages/fract/package.json +++ b/packages/fract/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fract", - "version": "1.2.0", + "version": "1.2.1", "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 f95a0936..d3bf1ba9 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/CHANGELOG.md @@ -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.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 + # [2.0.0](https://github.com/Alwatr/fract/compare/@alwatr/i18n@2.0.0-beta.0...@alwatr/i18n@2.0.0) (2023-11-10) ### Bug Fixes diff --git a/packages/i18n/package.json b/packages/i18n/package.json index 9363a5a0..4d24435d 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/i18n", - "version": "2.0.0", + "version": "2.0.1", "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 87d4ff40..2d657e64 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -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.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 + # [2.0.0](https://github.com/Alwatr/fract/compare/@alwatr/router@2.0.0-beta.0...@alwatr/router@2.0.0) (2023-11-10) ### Bug Fixes diff --git a/packages/router/package.json b/packages/router/package.json index d0118d92..438f0e82 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/router", - "version": "2.0.0", + "version": "2.0.1", "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 00fc0216..0926aa22 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0](https://github.com/Alwatr/fract/compare/@alwatr/style@1.3.0...@alwatr/style@2.0.0) (2023-11-15) + +### Features + +* **style:** Add alpine.css with x-cloak utility class. ([ba04c93](https://github.com/Alwatr/fract/commit/ba04c933b88117283ba82d3968c8ad40d22f7a27)) by @AliMD +* **style:** Add animation theme to style package ([3c2c55a](https://github.com/Alwatr/fract/commit/3c2c55a9463614897cd8681c99ce87939440b7e7)) by @AliMD +* **style:** Add CSS rules to hide spin buttons on input ([850b8e3](https://github.com/Alwatr/fract/commit/850b8e314b1948b8fb26d46b338a7fe239641ce8)) by @AliMD +* **style:** Add custom scrollbar styles ([eac88d0](https://github.com/Alwatr/fract/commit/eac88d0cf93537af409cbff232527ca1c9a9c0f6)) by @AliMD +* **style:** Add focus and styling to base.css ([0deae15](https://github.com/Alwatr/fract/commit/0deae15eb849ce63c1f09f104f41894d4166993b)) by @AliMD +* **style:** Add new theme plugins and update imports. ([879ce1d](https://github.com/Alwatr/fract/commit/879ce1d759ef3b401966c338e8574a4d92829099)) by @AliMD +* **style:** Add utility classes for text overflow and clipping ([4f95c5e](https://github.com/Alwatr/fract/commit/4f95c5e146f92b99efb7b793f790715c2c711740)) by @AliMD +* **style:** Remove old color palette ([6dbb64c](https://github.com/Alwatr/fract/commit/6dbb64ceaa833f936710ccf4396a5c55491dddf8)) by @AliMD +* **style:** Update style imports and exports. ([0eae90b](https://github.com/Alwatr/fract/commit/0eae90b4bfa4815f0065a13d8eea6fa3a23ff658)) by @AliMD +* **style:** Update user profile page layout ([6a6760e](https://github.com/Alwatr/fract/commit/6a6760e218fee238d950810d4c7e065f656c9942)) by @AliMD +* **style:** use standard material color ([05cd040](https://github.com/Alwatr/fract/commit/05cd040025a4d4fa72275e54aecf84f1e1746321)) by @njfamirm + +### BREAKING CHANGES + +* **style:** remove color system +* **style:** palette must update + # [1.3.0](https://github.com/Alwatr/fract/compare/@alwatr/style@1.2.0...@alwatr/style@1.3.0) (2023-11-10) **Note:** Version bump only for package @alwatr/style diff --git a/packages/style/package.json b/packages/style/package.json index 1421098c..df340eec 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/style", - "version": "1.3.0", + "version": "2.0.0", "description": "Alwatr shared styles (lib, utils, theme, ...).", "keywords": [ "style",