@forge/bundler 4.16.0-next.0 → 4.16.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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.16.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ee4e0a1: allow app developer choose location to save the bundled app code
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ee4e0a1]
12
+ - Updated dependencies [1588c76]
13
+ - @forge/cli-shared@4.1.0
14
+ - @forge/api@3.6.0
15
+ - @forge/lint@5.0.3
16
+
17
+ ## 4.16.0-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [1588c76]
22
+ - @forge/api@3.6.0-next.0
23
+ - @forge/cli-shared@4.1.0-next.1
24
+ - @forge/lint@5.0.3-next.1
25
+
3
26
  ## 4.16.0-next.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.16.0-next.0",
3
+ "version": "4.16.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -19,10 +19,10 @@
19
19
  "@babel/plugin-transform-optional-chaining": "^7.23.4",
20
20
  "@babel/plugin-transform-react-jsx": "^7.23.4",
21
21
  "@babel/preset-typescript": "^7.23.3",
22
- "@forge/api": "3.5.0",
22
+ "@forge/api": "3.6.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.18",
24
- "@forge/cli-shared": "4.1.0-next.0",
25
- "@forge/lint": "5.0.3-next.0",
24
+ "@forge/cli-shared": "4.1.0",
25
+ "@forge/lint": "5.0.3",
26
26
  "@forge/util": "1.4.3",
27
27
  "assert": "^2.1.0",
28
28
  "babel-loader": "^8.3.0",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@atlassian/xen-test-util": "^4.2.0",
61
- "@forge/runtime": "5.8.0-next.0",
61
+ "@forge/runtime": "5.8.0",
62
62
  "@types/jest": "^29.5.12",
63
63
  "@types/node": "14.18.63",
64
64
  "@types/react": "^18.2.64",