@genesislcap/blank-app-seed 4.0.1 → 4.0.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": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "lint": "eslint .",
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.2](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.1...v4.0.2) (2025-04-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * webpack version change 19402bb
9
+ * webpack version change (#447) eb33a82
10
+
3
11
  ## [4.0.1](https://github.com/genesiscommunitysuccess/blank-app-seed/compare/v4.0.0...v4.0.1) (2025-04-07)
4
12
 
5
13
 
@@ -86,7 +86,8 @@
86
86
  "@types/node": "20.11.5",
87
87
  "husky": "^7.0.4",
88
88
  "lint-prepush": "^2.2.1",
89
- "lint-staged": "^12.4.1"
89
+ "lint-staged": "^12.4.1",
90
+ "webpack": "5.99.0"
90
91
  },
91
92
  "dependencies": {
92
93
  "@genesislcap/foundation-comms": "{{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": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "scripts": {
7
7
  "release": "semantic-release"