We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63459da commit b7fab09Copy full SHA for b7fab09
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [10.9.0](https://github.com/primefaces/primereact/tree/10.9.0) (2024-01-02)
12
13
[Full Changelog](https://github.com/primefaces/primereact/compare/10.8.5...10.9.0)
package.json
@@ -1,7 +1,7 @@
{
"name": "primereact",
"private": false,
- "version": "10.9.0",
+ "version": "10.9.1",
"scripts": {
"dev": "next dev",
"start": "next start",
0 commit comments