@forge/bundler 3.0.1-next.1 → 3.0.1-next.12

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