@forge/util 1.4.4-next.0 → 1.4.5-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/util
2
2
 
3
+ ## 1.4.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ffa1464: webpack upgrade to "5.94.0"
8
+
9
+ ## 1.4.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 99fb753: Bump forge util corresponding to @atlassian@ari@2.199.0 changes
14
+
3
15
  ## 1.4.4-next.0
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/util",
3
- "version": "1.4.4-next.0",
3
+ "version": "1.4.5-next.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "./scripts/build.sh",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "ts-is-present": "^1.2.2",
20
- "webpack": "5.90.3",
20
+ "webpack": "5.94.0",
21
21
  "webpack-cli": "^5.1.4"
22
22
  }
23
23
  }