@forge/bundler 4.0.0-next.2 → 4.0.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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@3.2.3-next.0
8
+ - @forge/lint@3.2.9-next.0
9
+
10
+ ## 4.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - 652e9f2: Bump Typescript and ESlint to latest
15
+
16
+ ### Minor Changes
17
+
18
+ - 95913f6: Call product APIs via proxy on Node runtime
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [95913f6]
23
+ - Updated dependencies [652e9f2]
24
+ - @forge/api@2.8.0
25
+ - @forge/cli-shared@3.2.2
26
+ - @forge/lint@3.2.8
27
+
3
28
  ## 4.0.0-next.2
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.0.0-next.2",
3
+ "version": "4.0.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.16.7",
19
19
  "@babel/plugin-transform-react-jsx": "^7.16.7",
20
20
  "@babel/preset-typescript": "^7.16.7",
21
- "@forge/api": "2.8.0-next.0",
21
+ "@forge/api": "2.8.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "3.2.2-next.1",
24
- "@forge/lint": "3.2.8-next.1",
23
+ "@forge/cli-shared": "3.2.3-next.0",
24
+ "@forge/lint": "3.2.9-next.0",
25
25
  "assert": "^1.1.1",
26
26
  "babel-loader": "^8.2.3",
27
27
  "browserify-zlib": "^0.2.0",