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