@forge/bundler 7.0.1-next.1 → 7.0.1-next.11

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 +83 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,88 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 7.0.1-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c3dbc58]
8
+ - @forge/cli-shared@9.1.0-next.10
9
+ - @forge/lint@6.0.1-next.11
10
+
11
+ ## 7.0.1-next.10
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [4f18feb]
16
+ - @forge/cli-shared@9.1.0-next.9
17
+ - @forge/lint@6.0.1-next.10
18
+
19
+ ## 7.0.1-next.9
20
+
21
+ ### Patch Changes
22
+
23
+ - @forge/lint@6.0.1-next.9
24
+
25
+ ## 7.0.1-next.8
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [a60362e]
30
+ - @forge/manifest@13.1.0-next.6
31
+ - @forge/cli-shared@9.0.1-next.8
32
+ - @forge/lint@6.0.1-next.8
33
+
34
+ ## 7.0.1-next.7
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [78097a6]
39
+ - @forge/manifest@13.1.0-next.5
40
+ - @forge/cli-shared@9.0.1-next.7
41
+ - @forge/lint@6.0.1-next.7
42
+
43
+ ## 7.0.1-next.6
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [3bccafa]
48
+ - @forge/cli-shared@9.0.1-next.6
49
+ - @forge/lint@6.0.1-next.6
50
+
51
+ ## 7.0.1-next.5
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies [13e49d8]
56
+ - @forge/manifest@13.1.0-next.4
57
+ - @forge/cli-shared@9.0.1-next.5
58
+ - @forge/lint@6.0.1-next.5
59
+
60
+ ## 7.0.1-next.4
61
+
62
+ ### Patch Changes
63
+
64
+ - Updated dependencies [e744c59]
65
+ - @forge/manifest@13.1.0-next.3
66
+ - @forge/cli-shared@9.0.1-next.4
67
+ - @forge/lint@6.0.1-next.4
68
+
69
+ ## 7.0.1-next.3
70
+
71
+ ### Patch Changes
72
+
73
+ - Updated dependencies [5d2cd6c]
74
+ - @forge/cli-shared@9.0.1-next.3
75
+ - @forge/lint@6.0.1-next.3
76
+
77
+ ## 7.0.1-next.2
78
+
79
+ ### Patch Changes
80
+
81
+ - Updated dependencies [c60a7a5]
82
+ - @forge/manifest@13.1.0-next.2
83
+ - @forge/cli-shared@9.0.1-next.2
84
+ - @forge/lint@6.0.1-next.2
85
+
3
86
  ## 7.0.1-next.1
4
87
 
5
88
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "7.0.1-next.1",
3
+ "version": "7.0.1-next.11",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Atlassian",
@@ -21,10 +21,10 @@
21
21
  "@babel/plugin-transform-react-jsx": "^7.23.4",
22
22
  "@babel/traverse": "^7.24.0",
23
23
  "@babel/types": "^7.24.0",
24
- "@forge/cli-shared": "9.0.1-next.1",
24
+ "@forge/cli-shared": "9.1.0-next.10",
25
25
  "@forge/i18n": "1.0.0",
26
- "@forge/lint": "6.0.1-next.1",
27
- "@forge/manifest": "13.1.0-next.1",
26
+ "@forge/lint": "6.0.1-next.11",
27
+ "@forge/manifest": "13.1.0-next.6",
28
28
  "babel-loader": "^8.3.0",
29
29
  "cheerio": "^1.2.0",
30
30
  "cross-spawn": "^7.0.6",