@rytass/bpm-core-react 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
  Releases are managed by [`nx release`](https://nx.dev/recipes/nx-release) with
9
9
  Conventional Commits — see `nx.json` for the release config.
10
10
 
11
+ ## 0.3.6 — 2026-05-28
12
+
13
+ No source change. Lockstep peerDependency bump to `^0.1.9`.
14
+
11
15
  ## 0.3.5 — 2026-05-28
12
16
 
13
17
  No source change. Lockstep peerDependency bump to `^0.1.8`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rytass/bpm-core-react",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "BPM approval workflow React components and views for the Rytass BPM stack. Self-contained AuthProvider, NotificationDrawer, AppNavigation, plus full views for inbox / instances / templates / forms / admin / settings that compose on top of Mezzanine UI and the BPM client functions.",
5
5
  "keywords": [
6
6
  "bpm",
@@ -278,8 +278,8 @@
278
278
  }
279
279
  },
280
280
  "peerDependencies": {
281
- "@rytass/bpm-core-client": "^0.1.8",
282
- "@rytass/bpm-core-shared": "^0.1.8",
281
+ "@rytass/bpm-core-client": "^0.1.9",
282
+ "@rytass/bpm-core-shared": "^0.1.9",
283
283
  "@mezzanine-ui/react": "^1.1.0",
284
284
  "@mezzanine-ui/icons": "^1.0.2",
285
285
  "react": "^18.0.0 || ^19.0.0",