@genesislcap/blank-app-seed 5.3.0 → 5.3.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.3.0",
4
+ "version": "5.3.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.3.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.3.1...v5.3.2) (2025-08-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Add foundation-auth:defined selector for Chrome 139 compatibility ed79e1f
9
+ * Add foundation-auth:defined selector for Chrome 139 compatibility (#499) 9260d22
10
+
11
+ ## [5.3.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.3.0...v5.3.1) (2025-08-07)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * override analytics [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) c568129
17
+ * override analytics [FUI-0](https://github.com/genesiscommunitysuccess/blank-app-seed/issues/0) (#497) f1adb41
18
+
3
19
  ## [5.3.0](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v5.2.0...v5.3.0) (2025-07-07)
4
20
 
5
21
 
@@ -107,6 +107,7 @@
107
107
  "zone.js": "~0.14.3"
108
108
  },
109
109
  "overrides": {
110
+ "@analytics/core": "0.12.17",
110
111
  "@angular/animations": "^18.0.4",
111
112
  "@angular/common": "^18.0.4",
112
113
  "@angular/compiler": "^18.0.4",
@@ -65,6 +65,9 @@
65
65
  "react-router-dom": "^7.1.3",
66
66
  "web-vitals": "^2.1.4"
67
67
  },
68
+ "overrides": {
69
+ "@analytics/core": "0.12.17"
70
+ },
68
71
  "devDependencies": {
69
72
  "@babel/core": "^7.25.2",
70
73
  "@babel/preset-env": "^7.25.4",
@@ -119,6 +119,7 @@
119
119
  "tslib": "^2.3.1"
120
120
  },
121
121
  "overrides": {
122
+ "@analytics/core": "0.12.17",
122
123
  "@genesislcap/foundation-auth": "{{versions.UI}}",
123
124
  "@genesislcap/foundation-comms": "{{versions.UI}}",
124
125
  "@genesislcap/foundation-entity-management": "{{versions.UI}}",
@@ -11,6 +11,10 @@ export const MainStyles = css`
11
11
  --nav-height: 48px;
12
12
  }
13
13
 
14
+ foundation-auth:defined {
15
+ visibility: visible;
16
+ }
17
+
14
18
  :host,
15
19
  rapid-design-system-provider,
16
20
  .dynamic-template,
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.3.0",
4
+ "version": "5.3.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"