@forge/bundler 3.1.1-next.6 → 3.1.1

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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 00b6b59: Adding changeset to pick up bunyan package dependancies
8
+ - cbe3fb69: Added console overrides to the new runtime and integration with expected XLI format
9
+ - @forge/cli-shared@3.1.1
10
+ - @forge/lint@3.2.5
11
+
3
12
  ## 3.1.1-next.6
4
13
 
5
14
  ### 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.1",
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.1.1",
24
+ "@forge/lint": "3.2.5",
25
25
  "assert": "^1.1.1",
26
26
  "babel-loader": "^8.2.3",
27
27
  "browserify-zlib": "^0.2.0",