Skip to content

Commit 2e43ca9

Browse files
committed
release:
1 parent ea12e9b commit 2e43ca9

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.0.0](https://github.com/Alwatr/alwatr/compare/v1.1.2...v2.0.0) (2024-10-15)
7+
8+
### Features
9+
10+
* add `alwatr` package ([f7a00e9](https://github.com/Alwatr/alwatr/commit/f7a00e9fc949ad83013be1b3e21013090afe09ab)) by @mohammadhonarvar
11+
* Update @alwatr/nanolib version to 1.3.0 ([ea12e9b](https://github.com/Alwatr/alwatr/commit/ea12e9b56374a19fe54b81f7a815a56575c9c11d)) by @
12+
13+
### Miscellaneous Chores
14+
15+
* Update version numbers in lerna.json and package.json ([75eb77c](https://github.com/Alwatr/alwatr/commit/75eb77c3882b06719d402c8b53a5c229d9b475bd)) by @

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/lerna-lite/lerna-lite/main/packages/cli/schemas/lerna-schema.json",
3-
"version": "2.0.0-0",
3+
"version": "2.0.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/alwatr/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [2.0.0](https://github.com/Alwatr/alwatr/compare/v1.1.2...v2.0.0) (2024-10-15)
7+
8+
### Features
9+
10+
* add `alwatr` package ([f7a00e9](https://github.com/Alwatr/alwatr/commit/f7a00e9fc949ad83013be1b3e21013090afe09ab)) by @mohammadhonarvar
11+
* Update @alwatr/nanolib version to 1.3.0 ([ea12e9b](https://github.com/Alwatr/alwatr/commit/ea12e9b56374a19fe54b81f7a815a56575c9c11d)) by @
12+
13+
### Miscellaneous Chores
14+
15+
* Update version numbers in lerna.json and package.json ([75eb77c](https://github.com/Alwatr/alwatr/commit/75eb77c3882b06719d402c8b53a5c229d9b475bd)) by @

packages/alwatr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alwatr",
33
"displayName": "Alwatr",
4-
"version": "2.0.0-0",
4+
"version": "2.0.0",
55
"description": "Alwatr Ecosystem",
66
"author": "S. Ali Mihandoost <[email protected]>",
77
"keywords": [

0 commit comments

Comments
 (0)