@forge/bundler 1.0.20-next.6 → 1.0.20

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 +54 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 1.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [70e9c8c]
8
+ - Updated dependencies [fc38deb]
9
+ - Updated dependencies [32d11d1]
10
+ - Updated dependencies [70e9c8c]
11
+ - @forge/api@2.5.0
12
+ - @forge/lint@1.6.0
13
+ - @forge/cli-shared@2.1.5
14
+
15
+ ## 1.0.20-next.12
16
+
17
+ ### Patch Changes
18
+
19
+ - @forge/cli-shared@2.1.5-next.10
20
+ - @forge/lint@1.6.0-next.11
21
+
22
+ ## 1.0.20-next.11
23
+
24
+ ### Patch Changes
25
+
26
+ - @forge/cli-shared@2.1.5-next.9
27
+ - @forge/lint@1.6.0-next.10
28
+
29
+ ## 1.0.20-next.10
30
+
31
+ ### Patch Changes
32
+
33
+ - @forge/cli-shared@2.1.5-next.8
34
+ - @forge/lint@1.6.0-next.9
35
+
36
+ ## 1.0.20-next.9
37
+
38
+ ### Patch Changes
39
+
40
+ - @forge/cli-shared@2.1.5-next.7
41
+ - @forge/lint@1.6.0-next.8
42
+
43
+ ## 1.0.20-next.8
44
+
45
+ ### Patch Changes
46
+
47
+ - @forge/cli-shared@2.1.5-next.6
48
+ - @forge/lint@1.6.0-next.7
49
+
50
+ ## 1.0.20-next.7
51
+
52
+ ### Patch Changes
53
+
54
+ - Updated dependencies [32d11d1]
55
+ - @forge/api@2.5.0-next.1
56
+
3
57
  ## 1.0.20-next.6
4
58
 
5
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "1.0.20-next.6",
3
+ "version": "1.0.20",
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.12.7",
19
19
  "@babel/plugin-transform-react-jsx": "^7.3.0",
20
20
  "@babel/preset-typescript": "^7.6.0",
21
- "@forge/api": "2.5.0-next.0",
21
+ "@forge/api": "2.5.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.0.0",
23
- "@forge/cli-shared": "2.1.5-next.5",
24
- "@forge/lint": "1.6.0-next.6",
23
+ "@forge/cli-shared": "2.1.5",
24
+ "@forge/lint": "1.6.0",
25
25
  "babel-loader": "^8.0.6",
26
26
  "chalk": "^2.4.2",
27
27
  "memfs": "^2.17.1",
@@ -42,7 +42,7 @@
42
42
  "@types/webpack": "4.39.8",
43
43
  "@typescript-eslint/eslint-plugin": "^2.10.0",
44
44
  "@typescript-eslint/parser": "^2.10.0",
45
- "eslint": "^6.7.2",
45
+ "eslint": "^7.32.0",
46
46
  "eslint-config-prettier": "^6.7.0",
47
47
  "eslint-plugin-prettier": "^3.1.1",
48
48
  "prettier": "^2.2.1"