@genesislcap/blank-app-seed 5.12.0-prerelease.1 → 5.12.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed-config",
3
3
  "description": "Genesis Blank App Seed Configuration",
4
- "version": "5.12.0-prerelease.1",
4
+ "version": "5.12.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.12.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.11.0...v5.12.0) (2026-05-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * add default error boundary for components [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) 0353f8d
9
+ * add default error boundary for react apps [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#569) de91d5f
10
+ * add default error boundary for React generated apps (#567) fd39752
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * backport main [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#568) 2ef601d
16
+
3
17
  ## [5.12.0-prerelease.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.11.0...v5.12.0-prerelease.1) (2026-05-05)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/blank-app-seed",
3
3
  "description": "Genesis Blank App Seed",
4
- "version": "5.12.0-prerelease.1",
4
+ "version": "5.12.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"