Skip to content

Commit 0d760ef

Browse files
chore(release): 2.3.2
1 parent 8c9b072 commit 0d760ef

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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/flaviodelgrosso/reactronite/compare/v2.3.1...v2.3.2) (2025-10-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency lucide-react to ^0.544.0 ([#27](https://github.com/flaviodelgrosso/reactronite/issues/27)) ([c899568](https://github.com/flaviodelgrosso/reactronite/commit/c8995689a04afab19fba0c06d14ee9a01e159666))
11+
512
### [2.3.1](https://github.com/flaviodelgrosso/reactronite/compare/v2.3.0...v2.3.1) (2025-08-02)
613

714
## [2.3.0](https://github.com/flaviodelgrosso/reactronite/compare/v2.2.2...v2.3.0) (2025-06-24)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactronite",
33
"productName": "Reactronite",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"description": "A modern, feature-rich Electron kit for building cross-platform desktop applications",
66
"main": ".vite/build/main.js",
77
"license": "MIT",
@@ -98,4 +98,4 @@
9898
"vite-plugin-svgr": "4.5.0",
9999
"vite-tsconfig-paths": "^5.1.4"
100100
}
101-
}
101+
}

0 commit comments

Comments
 (0)