@forge/bundler 4.1.0-next.6 → 4.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 +18 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e37918e: Implement support for client-side UI Kit tunneling
8
+
9
+ ### Patch Changes
10
+
11
+ - 05fb30c: load the user code after starting to process the lambda invocation
12
+ - Updated dependencies [e5dd325]
13
+ - Updated dependencies [cfded19]
14
+ - Updated dependencies [814c1f1]
15
+ - Updated dependencies [e37918e]
16
+ - Updated dependencies [ac570166]
17
+ - @forge/api@2.9.0
18
+ - @forge/cli-shared@3.4.0
19
+ - @forge/lint@3.2.11
20
+
3
21
  ## 4.1.0-next.6
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.1.0-next.6",
3
+ "version": "4.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.16.7",
19
19
  "@babel/plugin-transform-react-jsx": "^7.16.7",
20
20
  "@babel/preset-typescript": "^7.16.7",
21
- "@forge/api": "2.9.0-next.0",
21
+ "@forge/api": "2.9.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "3.4.0-next.4",
24
- "@forge/lint": "3.2.11-next.4",
23
+ "@forge/cli-shared": "3.4.0",
24
+ "@forge/lint": "3.2.11",
25
25
  "assert": "^1.1.1",
26
26
  "babel-loader": "^8.2.3",
27
27
  "browserify-zlib": "^0.2.0",