@genesislcap/blank-app-seed 5.17.0 → 5.17.2

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.17.0",
4
+ "version": "5.17.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.472.0",
2
+ "UI": "14.481.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.17.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.17.1...v5.17.2) (2026-07-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * correct colors for bar charts GENC-1412 a66dc07
9
+ * correct colors for bar charts GENC-1412 (#598) 7100dd4
10
+
11
+ ## [5.17.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.17.0...v5.17.1) (2026-07-02)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * support BIGDECIMAL in charts GENC-1412 ba5801b
17
+ * support BIGDECIMAL in charts GENC-1412 (#597) e047eba
18
+
3
19
  ## [5.17.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.16.1...v5.17.0) (2026-06-25)
4
20
 
5
21
 
@@ -36,8 +36,8 @@
36
36
  "prettier": "@genesislcap/prettier-config",
37
37
  "dependencies": {
38
38
  "@microsoft/fast-react-wrapper": ">=0.3.25",
39
- "ag-grid-community": "35.0.0",
40
- "ag-grid-enterprise": "35.0.0",
39
+ "ag-grid-community": "36.0.0",
40
+ "ag-grid-enterprise": "36.0.0",
41
41
  "@genesislcap/foundation-comms": "{{versions.UI}}",
42
42
  "@genesislcap/foundation-criteria": "{{versions.UI}}",
43
43
  "@genesislcap/foundation-entity-management": "{{versions.UI}}",
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.17.0",
4
+ "version": "5.17.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"