Skip to content

Commit

Permalink
release:
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jan 31, 2024
1 parent bb26d34 commit ae49df0
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
6 changes: 6 additions & 0 deletions packages/fract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@alwatr/[email protected]) (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/[email protected]...@alwatr/[email protected]) (2023-12-19)

**Note:** Version bump only for package @alwatr/fract
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.5",
"version": "1.2.6",
"description": "Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!",
"keywords": [
"render",
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@alwatr/[email protected]) (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/[email protected]...@alwatr/[email protected]) (2023-12-19)

**Note:** Version bump only for package @alwatr/i18n
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.3",
"version": "2.0.4",
"description": "Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@alwatr/[email protected]) (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/[email protected]...@alwatr/[email protected]) (2023-12-19)

**Note:** Version bump only for package @alwatr/router
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.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",
Expand Down
6 changes: 6 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@alwatr/[email protected]) (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/[email protected]...@alwatr/[email protected]) (2023-12-19)

**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": "2.0.3",
"version": "2.1.0",
"description": "Alwatr shared styles (lib, utils, theme, ...).",
"keywords": [
"style",
Expand Down

0 comments on commit ae49df0

Please sign in to comment.