@forge/bundler 1.1.0-next.8 → 1.1.1-next.1

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