@ms-cloudpack/bundler 0.7.7 → 0.7.9

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.json CHANGED
@@ -2,7 +2,57 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 01 Dec 2022 08:10:30 GMT",
5
+ "date": "Wed, 07 Dec 2022 08:11:37 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.7.9",
7
+ "version": "0.7.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.8",
14
+ "commit": "ce724c545a19002468f1610f9281bae56d7e3ddd"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 03 Dec 2022 08:10:45 GMT",
21
+ "tag": "@ms-cloudpack/bundler_v0.7.8",
22
+ "version": "0.7.8",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "dake.3601@gmail.com",
27
+ "package": "@ms-cloudpack/bundler",
28
+ "commit": "9fae6cbdb788baac8236abc9eb44eb1d3296b7e0",
29
+ "comment": "Updated beachball config to disallow major bumps"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@ms-cloudpack/bundler",
36
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.7",
37
+ "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@ms-cloudpack/bundler",
42
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.4",
43
+ "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
44
+ },
45
+ {
46
+ "author": "beachball",
47
+ "package": "@ms-cloudpack/bundler",
48
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.1.2",
49
+ "commit": "adb6e5b06d2100f33ff9975c2999b81f81b65616"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Thu, 01 Dec 2022 08:10:47 GMT",
6
56
  "tag": "@ms-cloudpack/bundler_v0.7.7",
7
57
  "version": "0.7.7",
8
58
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Thu, 01 Dec 2022 08:10:30 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 07 Dec 2022 08:11:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.7.9
8
+
9
+ Wed, 07 Dec 2022 08:11:37 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.8
14
+
15
+ ## 0.7.8
16
+
17
+ Sat, 03 Dec 2022 08:10:45 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.7
22
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.4
23
+ - Bump @ms-cloudpack/package-utilities to v2.1.2
24
+
7
25
  ## 0.7.7
8
26
 
9
- Thu, 01 Dec 2022 08:10:30 GMT
27
+ Thu, 01 Dec 2022 08:10:47 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,9 +14,9 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@ms-cloudpack/json-utilities": "^0.0.4",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.7.6",
18
- "@ms-cloudpack/bundler-plugin-rollup": "^0.5.3",
19
- "@ms-cloudpack/package-utilities": "^2.1.1"
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.7.8",
18
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.5.4",
19
+ "@ms-cloudpack/package-utilities": "^2.1.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@ms-cloudpack/scripts": "*",
@@ -36,5 +36,10 @@
36
36
  },
37
37
  "files": [
38
38
  "/lib"
39
- ]
39
+ ],
40
+ "beachball": {
41
+ "disallowedChangeTypes": [
42
+ "major"
43
+ ]
44
+ }
40
45
  }