Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 15, 2023
1 parent ea38652 commit 481d3c9
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 4 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.1](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-15)

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

# [1.2.0](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-10)

### 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.0",
"version": "1.2.1",
"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.1](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-15)

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

# [2.0.0](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-10)

### 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.0",
"version": "2.0.1",
"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.1](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-15)

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

# [2.0.0](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2023-11-10)

### 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.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",
Expand Down
21 changes: 21 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@alwatr/[email protected]) (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/[email protected]...@alwatr/[email protected]) (2023-11-10)

**Note:** Version bump only for package @alwatr/style
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": "1.3.0",
"version": "2.0.0",
"description": "Alwatr shared styles (lib, utils, theme, ...).",
"keywords": [
"style",
Expand Down

0 comments on commit 481d3c9

Please sign in to comment.