@forge/bundler 4.22.0-next.28 → 4.22.0-next.30
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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 4.22.0-next.30
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f12ec8a]
|
|
8
|
+
- @forge/cli-shared@6.8.0-next.28
|
|
9
|
+
- @forge/lint@5.7.3-next.29
|
|
10
|
+
|
|
11
|
+
## 4.22.0-next.29
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 7f46df4: Dummy changeset to release the package again since it was not released due to npm incident
|
|
16
|
+
|
|
3
17
|
## 4.22.0-next.28
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "4.22.0-next.
|
|
3
|
+
"version": "4.22.0-next.30",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@babel/preset-typescript": "^7.23.3",
|
|
22
22
|
"@forge/api": "5.2.0-next.1",
|
|
23
23
|
"@forge/babel-plugin-transform-ui": "1.1.21",
|
|
24
|
-
"@forge/cli-shared": "6.8.0-next.
|
|
24
|
+
"@forge/cli-shared": "6.8.0-next.28",
|
|
25
25
|
"@forge/i18n": "0.0.5-next.1",
|
|
26
|
-
"@forge/lint": "5.7.3-next.
|
|
26
|
+
"@forge/lint": "5.7.3-next.29",
|
|
27
27
|
"@forge/manifest": "9.0.0-next.13",
|
|
28
28
|
"@forge/util": "1.4.8",
|
|
29
29
|
"assert": "^2.1.0",
|