@forge/bundler 3.1.1-next.6 → 3.1.2-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 +17 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7a27bcd]
8
+ - @forge/cli-shared@3.2.0-next.0
9
+ - @forge/lint@3.2.6-next.0
10
+
11
+ ## 3.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 00b6b59: Adding changeset to pick up bunyan package dependancies
16
+ - cbe3fb69: Added console overrides to the new runtime and integration with expected XLI format
17
+ - @forge/cli-shared@3.1.1
18
+ - @forge/lint@3.2.5
19
+
3
20
  ## 3.1.1-next.6
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.1.1-next.6",
3
+ "version": "3.1.2-next.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -20,8 +20,8 @@
20
20
  "@babel/preset-typescript": "^7.16.7",
21
21
  "@forge/api": "2.7.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "3.1.1-next.4",
24
- "@forge/lint": "3.2.5-next.4",
23
+ "@forge/cli-shared": "3.2.0-next.0",
24
+ "@forge/lint": "3.2.6-next.0",
25
25
  "assert": "^1.1.1",
26
26
  "babel-loader": "^8.2.3",
27
27
  "browserify-zlib": "^0.2.0",