Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Feb 7, 2024
1 parent 1427a5e commit 7395a14
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 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.7](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-02-07)

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

## [1.2.6](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-1-31)

### 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.6",
"version": "1.2.7",
"description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!",
"keywords": [
"render",
Expand Down
12 changes: 12 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.2.0](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-02-07)

### Bug Fixes

* **style:** remove an extra variable ([b543dd1](https://github.com/Alwatr/fract/commit/b543dd10341095b80a0ba3efce0aa99c514143a0)) by @mohammadhonarvar

### Features

* **style:** add `contain` plugin ([ff9de60](https://github.com/Alwatr/fract/commit/ff9de6030e942f37a99e299e333ad571ed2d7420)) by @mohammadhonarvar
* **style:** add a new `rtl` variant ([86b8f68](https://github.com/Alwatr/fract/commit/86b8f680dd10631b59173a4ba7f43c03e2868baf)) by @mohammadhonarvar
* **style:** enhance html/:host root styles ([eca148a](https://github.com/Alwatr/fract/commit/eca148a689f6b9f1a53769dd74cd574e770a01c1)) by @AliMD

# [2.1.0](https://github.com/Alwatr/fract/compare/@alwatr/[email protected]...@alwatr/[email protected]) (2024-1-31)

### Features
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.1.0",
"version": "2.2.0",
"description": "Alwatr shared styles (lib, utils, theme, ...).",
"keywords": [
"style",
Expand Down

0 comments on commit 7395a14

Please sign in to comment.