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