@forge/bundler 3.0.0 → 3.0.1-next.10

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 +78 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.1-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [cf2420d2]
8
+ - @forge/cli-shared@2.3.0-next.9
9
+ - @forge/lint@3.0.2-next.10
10
+
11
+ ## 3.0.1-next.9
12
+
13
+ ### Patch Changes
14
+
15
+ - @forge/cli-shared@2.3.0-next.8
16
+ - @forge/lint@3.0.2-next.9
17
+
18
+ ## 3.0.1-next.8
19
+
20
+ ### Patch Changes
21
+
22
+ - @forge/cli-shared@2.3.0-next.7
23
+ - @forge/lint@3.0.2-next.8
24
+
25
+ ## 3.0.1-next.7
26
+
27
+ ### Patch Changes
28
+
29
+ - @forge/lint@3.0.2-next.7
30
+ - @forge/cli-shared@2.3.0-next.6
31
+
32
+ ## 3.0.1-next.6
33
+
34
+ ### Patch Changes
35
+
36
+ - @forge/cli-shared@2.3.0-next.5
37
+ - @forge/lint@3.0.2-next.6
38
+
39
+ ## 3.0.1-next.5
40
+
41
+ ### Patch Changes
42
+
43
+ - @forge/cli-shared@2.3.0-next.4
44
+ - @forge/lint@3.0.2-next.5
45
+
46
+ ## 3.0.1-next.4
47
+
48
+ ### Patch Changes
49
+
50
+ - @forge/cli-shared@2.3.0-next.3
51
+ - @forge/lint@3.0.2-next.4
52
+
53
+ ## 3.0.1-next.3
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/cli-shared@2.3.0-next.2
58
+ - @forge/lint@3.0.2-next.3
59
+
60
+ ## 3.0.1-next.2
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/lint@3.0.2-next.2
65
+
66
+ ## 3.0.1-next.1
67
+
68
+ ### Patch Changes
69
+
70
+ - @forge/cli-shared@2.3.0-next.1
71
+ - @forge/lint@3.0.2-next.1
72
+
73
+ ## 3.0.1-next.0
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [949bd40]
78
+ - @forge/cli-shared@2.3.0-next.0
79
+ - @forge/lint@3.0.2-next.0
80
+
3
81
  ## 3.0.0
4
82
 
5
83
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.0.0",
3
+ "version": "3.0.1-next.10",
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.6.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "2.2.2",
24
- "@forge/lint": "3.0.1",
23
+ "@forge/cli-shared": "2.3.0-next.9",
24
+ "@forge/lint": "3.0.2-next.10",
25
25
  "babel-loader": "^8.2.3",
26
26
  "buffer": "^4.3.0",
27
27
  "chalk": "^2.4.2",