@forge/bundler 4.22.1 → 4.23.0-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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.23.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e8f612a: forge version bulk-upgrade command provides partners with the ability to see which versions they have, the number of installs on each version and whether that version can be moved to a more recent version.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e8f612a]
12
+ - @forge/cli-shared@6.10.0-next.0
13
+ - @forge/lint@5.7.5-next.0
14
+
3
15
  ## 4.22.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.22.1",
3
+ "version": "4.23.0-next.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Atlassian",
@@ -21,9 +21,9 @@
21
21
  "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "5.2.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.21",
24
- "@forge/cli-shared": "6.9.0",
24
+ "@forge/cli-shared": "6.10.0-next.0",
25
25
  "@forge/i18n": "0.0.5",
26
- "@forge/lint": "5.7.4",
26
+ "@forge/lint": "5.7.5-next.0",
27
27
  "@forge/manifest": "9.1.0",
28
28
  "@forge/util": "1.4.8",
29
29
  "assert": "^2.1.0",