@genesislcap/blank-app-seed 3.28.0 → 3.28.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": "3.28.0",
4
+ "version": "3.28.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
@@ -1,5 +1,5 @@
1
1
  {
2
- "UI": "14.199.0",
2
+ "UI": "14.199.1",
3
3
  "GSF": "8.1.5",
4
4
  "Auth": "8.1.1"
5
5
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.28.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.28.1...v3.28.2) (2024-08-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rename {{appName}}-data-pipeline.kts to {{appName}}-data-pipelines.kts (#300) 4643a82
9
+
10
+ ## [3.28.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.28.0...v3.28.1) (2024-07-29)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * automated dependency version update [skip-ci] [PSD-9](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/9) (#297) cc8ede5
16
+
3
17
  ## [3.28.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v3.27.3...v3.28.0) (2024-07-29)
4
18
 
5
19
 
@@ -88,6 +88,7 @@
88
88
  "@genesislcap/foundation-layout": "{{versions.UI}}",
89
89
  "@genesislcap/foundation-logger": "{{versions.UI}}",
90
90
  "@genesislcap/foundation-login": "{{versions.UI}}",
91
+ "@genesislcap/foundation-notifications": "{{versions.UI}}",
91
92
  "@genesislcap/foundation-shell": "{{versions.UI}}",
92
93
  "@genesislcap/foundation-store": "{{versions.UI}}",
93
94
  "@genesislcap/foundation-ui": "{{versions.UI}}",
@@ -9,3 +9,4 @@ declare module "*.svg" {
9
9
  declare module '@genesislcap/pbc-auth-ui';
10
10
  declare module '@genesislcap/pbc-documents-ui';
11
11
  declare module '@genesislcap/pbc-reconciliation-ui';
12
+ declare module '@genesislcap/pbc-reporting-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": "3.28.0",
4
+ "version": "3.28.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"