Skip to content

Commit b7fab09

Browse files
committed
set version
1 parent 63459da commit b7fab09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [10.9.1](https://github.com/primefaces/primereact/tree/10.9.1) (2024-01-02)
4+
5+
[Full Changelog](https://github.com/primefaces/primereact/compare/10.9.0...10.9.1)
6+
7+
**Fixed Bugs:**
8+
9+
- All (with icons) - react is not defined [#7544](https://github.com/primefaces/primereact/issues/7544)
10+
311
## [10.9.0](https://github.com/primefaces/primereact/tree/10.9.0) (2024-01-02)
412

513
[Full Changelog](https://github.com/primefaces/primereact/compare/10.8.5...10.9.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "primereact",
33
"private": false,
4-
"version": "10.9.0",
4+
"version": "10.9.1",
55
"scripts": {
66
"dev": "next dev",
77
"start": "next start",

0 commit comments

Comments
 (0)