@forge/bundler 4.17.6-next.5 → 4.18.0-next.10

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 +46 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.18.0-next.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 90f621b: Revert cheerio upgrade
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [90f621b]
12
+ - @forge/cli-shared@5.4.0-next.9
13
+ - @forge/lint@5.3.2-next.9
14
+
15
+ ## 4.18.0-next.9
16
+
17
+ ### Patch Changes
18
+
19
+ - @forge/cli-shared@5.4.0-next.8
20
+ - @forge/lint@5.3.2-next.8
21
+
22
+ ## 4.18.0-next.8
23
+
24
+ ### Patch Changes
25
+
26
+ - @forge/cli-shared@5.4.0-next.7
27
+ - @forge/lint@5.3.2-next.7
28
+
29
+ ## 4.18.0-next.7
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [694a970]
34
+ - @forge/cli-shared@5.4.0-next.6
35
+ - @forge/lint@5.3.2-next.6
36
+
37
+ ## 4.18.0-next.6
38
+
39
+ ### Minor Changes
40
+
41
+ - 4117f97: Bump cheerio from version 0.22 to version 1.0
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [4117f97]
46
+ - @forge/cli-shared@5.4.0-next.5
47
+ - @forge/lint@5.3.2-next.5
48
+
3
49
  ## 4.17.6-next.5
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.17.6-next.5",
3
+ "version": "4.18.0-next.10",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -21,8 +21,8 @@
21
21
  "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "3.9.1-next.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.18",
24
- "@forge/cli-shared": "5.4.0-next.4",
25
- "@forge/lint": "5.3.2-next.4",
24
+ "@forge/cli-shared": "5.4.0-next.9",
25
+ "@forge/lint": "5.3.2-next.9",
26
26
  "@forge/util": "1.4.4",
27
27
  "assert": "^2.1.0",
28
28
  "babel-loader": "^8.3.0",