@forge/bundler 4.10.0-next.7 → 4.10.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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7cab7f9c: Handle redirect in nodejs runtime
8
+
9
+ ### Patch Changes
10
+
11
+ - 91b77cb7: Bumping dependencies via Renovate:
12
+
13
+ - @atlassian/xen-test-util
14
+
15
+ - Updated dependencies [85bf4a85]
16
+ - Updated dependencies [fb00b34f]
17
+ - Updated dependencies [2afc2fea]
18
+ - Updated dependencies [2517649d]
19
+ - Updated dependencies [f00b7492]
20
+ - Updated dependencies [91b77cb7]
21
+ - Updated dependencies [7cab7f9c]
22
+ - Updated dependencies [2c219665]
23
+ - @forge/cli-shared@3.14.0
24
+ - @forge/lint@3.5.2
25
+ - @forge/api@2.18.0
26
+
3
27
  ## 4.10.0-next.7
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.10.0-next.7",
3
+ "version": "4.10.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.18.0-next.0",
21
+ "@forge/api": "2.18.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.2",
23
- "@forge/cli-shared": "3.14.0-next.6",
24
- "@forge/lint": "3.5.2-next.6",
23
+ "@forge/cli-shared": "3.14.0",
24
+ "@forge/lint": "3.5.2",
25
25
  "@forge/runtime": "4.4.1",
26
26
  "@forge/util": "1.2.3",
27
27
  "assert": "^1.1.1",