Skip to content

Commit 02fef0b

Browse files
committed
release: v4.0.0
1 parent c3c2e0c commit 02fef0b

File tree

4 files changed

+60
-2
lines changed

4 files changed

+60
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.0](https://github.com/Alwatr/alwatr/compare/v3.12.2...v4.0.0) (2025-09-22)
7+
8+
### ✨ Features
9+
10+
* update @alwatr/flux version in package.json to 6.0.2 ([8ed1ae0](https://github.com/Alwatr/alwatr/commit/8ed1ae02477700b2f8c83aba016b1624b41ddc59))
11+
* update @alwatr/nanolib version in package.json to 6.1.1 ([1098a48](https://github.com/Alwatr/alwatr/commit/1098a48f19774b4c076341e76396dea832cc3d9d))
12+
* update @alwatr/nanotron version in package.json to ^4.10.1 ([05d3fe9](https://github.com/Alwatr/alwatr/commit/05d3fe9387fcf5a936ad794e6151bb4ae12770db))
13+
* update @alwatr/nitrobase version in package.json to ^7.10.0 ([76fa0b2](https://github.com/Alwatr/alwatr/commit/76fa0b262da54d9826829e33daf537d47dee87dc))
14+
15+
### 🐛 Bug Fixes
16+
17+
* add sideEffects property to package.json ([32eeb88](https://github.com/Alwatr/alwatr/commit/32eeb88fa058ef1bf920a5fe81396eaf0d02e2dc))
18+
* consolidate nanolib exports and remove deprecated files ([261e6c2](https://github.com/Alwatr/alwatr/commit/261e6c2735fcffdcb694febc39fb8d5fdb02eea6))
19+
20+
### 🧹 Miscellaneous Chores
21+
22+
* add 'jules' label for issues related to the Google Jules AI agent ([023b0e6](https://github.com/Alwatr/alwatr/commit/023b0e6466e25b927286380b3a0b9077de141e79))
23+
* add configuration and style guide for Gemini code review ([f58425e](https://github.com/Alwatr/alwatr/commit/f58425eed182c613b7cbdede9bb585bf9bfd27a2))
24+
* clean up file associations and update cSpell words list ([2480cac](https://github.com/Alwatr/alwatr/commit/2480cac459bba1dd4f08acde604468ab386455f9))
25+
* correct username casing in CODEOWNERS file ([cc68a1f](https://github.com/Alwatr/alwatr/commit/cc68a1fe039b4e42432ac88eb3df6ebd8d76a084))
26+
* remove copilot instruction markdown file ([6dacfec](https://github.com/Alwatr/alwatr/commit/6dacfec457a29e1a666d1708c041853cb1ab47df))
27+
* remove deploy data backup from .gitignore ([0d71733](https://github.com/Alwatr/alwatr/commit/0d717334c344b1e9bf084306f2bde02927c4338d))
28+
* remove unused VSCode extension recommendations ([f933210](https://github.com/Alwatr/alwatr/commit/f933210b6bffaf1617a4e269dee3c6f163824f23))
29+
* reorganize package.json structure and update scripts for consistency ([4249023](https://github.com/Alwatr/alwatr/commit/42490230015d1ad898e50a191bcef3226ab4feb9))
30+
* skip tests by default in package.json ([c3c2e0c](https://github.com/Alwatr/alwatr/commit/c3c2e0c60c253c94e556dbd843ea170237001569))
31+
* update .eslintignore to include .mjs and .cjs file extensions ([ecb3b77](https://github.com/Alwatr/alwatr/commit/ecb3b776089c443f6e3c9dd87f77315ad626fd07))
32+
* update dependabot configuration for scheduling and commit message prefixes ([006b302](https://github.com/Alwatr/alwatr/commit/006b302f811f46977d8efd94247c9081c549f4be))
33+
* update lerna configuration for improved changelog and section formatting ([db2dfd7](https://github.com/Alwatr/alwatr/commit/db2dfd7384e266b182c647f6b83897b47fae90ac))
34+
* update package.json dependencies and scripts for consistency ([12e3316](https://github.com/Alwatr/alwatr/commit/12e331620af128b32d6a65f722faa30dfe3a4c1f))
35+
36+
### 🔗 Dependencies update
37+
38+
* update devDependencies in package.json for improved compatibility ([460e50d](https://github.com/Alwatr/alwatr/commit/460e50dcbcf4f5068c95204333e10c5bde210ee7))
39+
* update devDependencies in package.json for improved compatibility ([681a38c](https://github.com/Alwatr/alwatr/commit/681a38c234d439f4ecefec25fff3221a8e49d7fb))
40+
* update prettier and typescript versions in package.json ([dbffee9](https://github.com/Alwatr/alwatr/commit/dbffee901eb70f89b759123d127fa457ff1725e6))
41+
642
## [3.12.2](https://github.com/Alwatr/alwatr/compare/v3.12.1...v3.12.2) (2025-04-20)
743

844
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
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": "3.12.2",
3+
"version": "4.0.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"packages": [

packages/alwatr/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.0](https://github.com/Alwatr/alwatr/compare/v3.12.2...v4.0.0) (2025-09-22)
7+
8+
### ✨ Features
9+
10+
* update @alwatr/flux version in package.json to 6.0.2 ([8ed1ae0](https://github.com/Alwatr/alwatr/commit/8ed1ae02477700b2f8c83aba016b1624b41ddc59))
11+
* update @alwatr/nanolib version in package.json to 6.1.1 ([1098a48](https://github.com/Alwatr/alwatr/commit/1098a48f19774b4c076341e76396dea832cc3d9d))
12+
* update @alwatr/nanotron version in package.json to ^4.10.1 ([05d3fe9](https://github.com/Alwatr/alwatr/commit/05d3fe9387fcf5a936ad794e6151bb4ae12770db))
13+
* update @alwatr/nitrobase version in package.json to ^7.10.0 ([76fa0b2](https://github.com/Alwatr/alwatr/commit/76fa0b262da54d9826829e33daf537d47dee87dc))
14+
15+
### 🐛 Bug Fixes
16+
17+
* add sideEffects property to package.json ([32eeb88](https://github.com/Alwatr/alwatr/commit/32eeb88fa058ef1bf920a5fe81396eaf0d02e2dc))
18+
* consolidate nanolib exports and remove deprecated files ([261e6c2](https://github.com/Alwatr/alwatr/commit/261e6c2735fcffdcb694febc39fb8d5fdb02eea6))
19+
20+
### 🧹 Miscellaneous Chores
21+
22+
* reorganize package.json structure and update scripts for consistency ([4249023](https://github.com/Alwatr/alwatr/commit/42490230015d1ad898e50a191bcef3226ab4feb9))
23+
24+
### 🔗 Dependencies update
25+
26+
* update devDependencies in package.json for improved compatibility ([460e50d](https://github.com/Alwatr/alwatr/commit/460e50dcbcf4f5068c95204333e10c5bde210ee7))
27+
628
## [3.12.2](https://github.com/Alwatr/alwatr/compare/v3.12.1...v3.12.2) (2025-04-20)
729

830
### Bug Fixes

packages/alwatr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "alwatr",
33
"description": "Alwatr Ecosystem",
4-
"version": "3.12.2",
4+
"version": "4.0.0",
55
"author": "S. Ali Mihandoost <[email protected]>",
66
"bugs": "https://github.com/Alwatr/alwatr/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)