We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c811e4c + 6afacd7 commit ff217fcCopy full SHA for ff217fc
2 files changed
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [2.9.0] - 2026-04-27
6
+
7
+### 🚀 Features
8
9
+- Add Custom Stores and Manual Store documentation screens
10
+- Add example screens for Application Structure and Enterprise Application, update navigation
11
12
+### ⚙️ Miscellaneous Tasks
13
14
+- *(deps)* Bump actions/deploy-pages from 4 to 5 (#46)
15
+- *(deps)* Bump the all-minor-patch group with 2 updates (#50)
16
+- *(deps-dev)* Bump the development-dependencies group with 3 updates (#51)
17
18
## [2.8.0] - 2026-04-20
19
20
### 🚀 Features
package.json
@@ -1,6 +1,6 @@
1
{
"name": "reca-workspace",
- "version": "2.8.0",
+ "version": "2.9.0",
"type": "module",
"private": "true",
"scripts": {
0 commit comments