@genesislcap/blank-app-seed 5.15.1 → 5.16.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.15.1",
4
+ "version": "5.16.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.450.0",
2
+ "UI": "14.454.1",
3
3
  "GSF": "8.15.14",
4
4
  "Auth": "8.15.3"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.16.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.15.2...v5.16.0) (2026-06-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * include PBC UI packages in the React seed GENC-0 777ea97
9
+ * include PBC UI packages in the React seed GENC-0 (#586) aa5eb38
10
+
11
+ ## [5.15.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.15.1...v5.15.2) (2026-06-09)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * update FUI version GENC-0 65d62a6
17
+ * update FUI version GENC-0 (#585) 396c2fd
18
+
3
19
  ## [5.15.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.15.0...v5.15.1) (2026-06-03)
4
20
 
5
21
 
@@ -64,6 +64,11 @@
64
64
  "@genesislcap/grid-tabulator": "{{versions.UI}}",
65
65
  "@genesislcap/web-core": "{{versions.UI}}",
66
66
  "@genesislcap/g2plot-chart": "{{versions.UI}}",
67
+ "@genesislcap/pbc-auth-ui": "{{versions.UI}}",
68
+ "@genesislcap/pbc-documents-ui": "{{versions.UI}}",
69
+ "@genesislcap/pbc-notify-ui": "{{versions.UI}}",
70
+ "@genesislcap/pbc-reconciliation-ui": "{{versions.UI}}",
71
+ "@genesislcap/pbc-reporting-ui": "{{versions.UI}}",
67
72
  "flexlayout-react": "^0.8.19",
68
73
  "change-case": "^4.1.2",
69
74
  "tabulator-tables": "6.3.1",
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.15.1",
4
+ "version": "5.16.0",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"