We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bc5ee6 + 9652838 commit 9d7e205Copy full SHA for 9d7e205
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [2.10.0] - 2026-04-27
6
+
7
+### 🚀 Features
8
9
+- Replace <img> with <Image> component and getting started screens
10
11
+### 🐛 Bug Fixes
12
13
+- Simplify CounterStore class syntax in introduction example
14
15
## [2.9.0] - 2026-04-27
16
17
### 🚀 Features
package.json
@@ -1,6 +1,6 @@
1
{
"name": "reca-workspace",
- "version": "2.9.0",
+ "version": "2.10.0",
"type": "module",
"private": "true",
"scripts": {
0 commit comments