@forge/bundler 3.0.1-next.0 → 3.0.1-next.11

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