@forge/bundler 1.1.0-next.7 → 1.1.1-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 +156 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,161 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 1.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@2.2.1-next.0
8
+ - @forge/lint@2.0.1-next.0
9
+
10
+ ## 1.1.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 1dba082: Add polyfill for http(s).Agent and support for fetch keepAlive
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [8571c05]
19
+ - Updated dependencies [69e25c2]
20
+ - Updated dependencies [1dba082]
21
+ - Updated dependencies [b63af27]
22
+ - Updated dependencies [6ceb574]
23
+ - @forge/api@2.6.0
24
+ - @forge/lint@2.0.0
25
+ - @forge/cli-shared@2.2.0
26
+
27
+ ## 1.1.0-next.25
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [6ceb574]
32
+ - @forge/lint@2.0.0-next.24
33
+ - @forge/cli-shared@2.2.0-next.22
34
+
35
+ ## 1.1.0-next.24
36
+
37
+ ### Patch Changes
38
+
39
+ - @forge/cli-shared@2.2.0-next.21
40
+ - @forge/lint@2.0.0-next.23
41
+
42
+ ## 1.1.0-next.23
43
+
44
+ ### Patch Changes
45
+
46
+ - @forge/cli-shared@2.2.0-next.20
47
+ - @forge/lint@2.0.0-next.22
48
+
49
+ ## 1.1.0-next.22
50
+
51
+ ### Patch Changes
52
+
53
+ - @forge/lint@2.0.0-next.21
54
+ - @forge/cli-shared@2.2.0-next.19
55
+
56
+ ## 1.1.0-next.21
57
+
58
+ ### Patch Changes
59
+
60
+ - @forge/cli-shared@2.2.0-next.18
61
+ - @forge/lint@2.0.0-next.20
62
+
63
+ ## 1.1.0-next.20
64
+
65
+ ### Patch Changes
66
+
67
+ - @forge/cli-shared@2.2.0-next.17
68
+ - @forge/lint@2.0.0-next.19
69
+
70
+ ## 1.1.0-next.19
71
+
72
+ ### Patch Changes
73
+
74
+ - Updated dependencies [b63af27]
75
+ - @forge/cli-shared@2.2.0-next.16
76
+ - @forge/lint@2.0.0-next.18
77
+
78
+ ## 1.1.0-next.18
79
+
80
+ ### Patch Changes
81
+
82
+ - @forge/cli-shared@2.1.6-next.15
83
+ - @forge/lint@2.0.0-next.17
84
+
85
+ ## 1.1.0-next.17
86
+
87
+ ### Patch Changes
88
+
89
+ - @forge/cli-shared@2.1.6-next.14
90
+ - @forge/lint@2.0.0-next.16
91
+
92
+ ## 1.1.0-next.16
93
+
94
+ ### Patch Changes
95
+
96
+ - @forge/cli-shared@2.1.6-next.13
97
+ - @forge/lint@2.0.0-next.15
98
+
99
+ ## 1.1.0-next.15
100
+
101
+ ### Patch Changes
102
+
103
+ - Updated dependencies [c156c18]
104
+ - @forge/lint@2.0.0-next.14
105
+ - @forge/cli-shared@2.1.6-next.12
106
+
107
+ ## 1.1.0-next.14
108
+
109
+ ### Patch Changes
110
+
111
+ - @forge/cli-shared@2.1.6-next.11
112
+ - @forge/lint@2.0.0-next.13
113
+
114
+ ## 1.1.0-next.13
115
+
116
+ ### Patch Changes
117
+
118
+ - @forge/cli-shared@2.1.6-next.10
119
+ - @forge/lint@2.0.0-next.12
120
+
121
+ ## 1.1.0-next.12
122
+
123
+ ### Patch Changes
124
+
125
+ - @forge/cli-shared@2.1.6-next.9
126
+ - @forge/lint@2.0.0-next.11
127
+
128
+ ## 1.1.0-next.11
129
+
130
+ ### Patch Changes
131
+
132
+ - Updated dependencies [8571c05]
133
+ - Updated dependencies [cdf001f]
134
+ - @forge/api@2.6.0-next.0
135
+ - @forge/lint@2.0.0-next.10
136
+ - @forge/cli-shared@2.1.6-next.8
137
+
138
+ ## 1.1.0-next.10
139
+
140
+ ### Patch Changes
141
+
142
+ - @forge/cli-shared@2.1.6-next.7
143
+ - @forge/lint@1.6.1-next.9
144
+
145
+ ## 1.1.0-next.9
146
+
147
+ ### Patch Changes
148
+
149
+ - @forge/cli-shared@2.1.6-next.6
150
+ - @forge/lint@1.6.1-next.8
151
+
152
+ ## 1.1.0-next.8
153
+
154
+ ### Patch Changes
155
+
156
+ - Updated dependencies [69e25c2]
157
+ - @forge/lint@1.6.1-next.7
158
+
3
159
  ## 1.1.0-next.7
4
160
 
5
161
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "1.1.0-next.7",
3
+ "version": "1.1.1-next.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -18,10 +18,10 @@
18
18
  "@babel/plugin-proposal-optional-chaining": "^7.12.7",
19
19
  "@babel/plugin-transform-react-jsx": "^7.3.0",
20
20
  "@babel/preset-typescript": "^7.6.0",
21
- "@forge/api": "2.5.0",
21
+ "@forge/api": "2.6.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.0.0",
23
- "@forge/cli-shared": "2.1.6-next.5",
24
- "@forge/lint": "1.6.1-next.6",
23
+ "@forge/cli-shared": "2.2.1-next.0",
24
+ "@forge/lint": "2.0.1-next.0",
25
25
  "babel-loader": "^8.0.6",
26
26
  "chalk": "^2.4.2",
27
27
  "memfs": "^2.17.1",