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