Skip to content

Commit 6d9b46c

Browse files
committed
Merge branch 'main' of github.com:LabEG/reca
2 parents a218baa + 2ef5877 commit 6d9b46c

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.8](https://github.com/LabEG/reca/compare/v2.3.2...v2.0.8) (2025-12-14)
6+
57
### [2.0.7](https://github.com/LabEG/reca/compare/v2.3.1...v2.0.7) (2025-12-14)
68

79
### [2.0.6](https://github.com/LabEG/reca/compare/v2.3.0...v2.0.6) (2025-12-14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reca-workspace",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"type": "module",
55
"private": "true",
66
"scripts": {
@@ -27,6 +27,6 @@
2727
"lint-staged": "^16.2.7",
2828
"rimraf": "^6.1.2",
2929
"standard-version": "^9.5.0",
30-
"npm-check-updates":"^19.2.0"
30+
"npm-check-updates": "^19.2.0"
3131
}
3232
}

packages/reca/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.3.2](https://github.com/LabEG/reca/compare/v2.0.7...v2.3.2) (2025-12-14)
6+
57
### [2.3.1](https://github.com/LabEG/reca/compare/v2.0.6...v2.3.1) (2025-12-14)
68

79

packages/reca/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reca",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "ReCA - React Clean Architecture state manager",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)