@ms-cloudpack/bundler 0.8.0 → 0.9.1

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,9 +2,42 @@
2
2
  "name": "@ms-cloudpack/bundler",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 19 Jan 2023 08:11:17 GMT",
6
- "tag": "@ms-cloudpack/bundler_v0.8.0",
7
- "version": "0.8.0",
5
+ "date": "Wed, 25 Jan 2023 08:11:01 GMT",
6
+ "tag": "@ms-cloudpack/bundler_v0.9.1",
7
+ "version": "0.9.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ms-cloudpack/bundler",
13
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.14",
14
+ "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ms-cloudpack/bundler",
19
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.8",
20
+ "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ms-cloudpack/bundler",
25
+ "comment": "Bump @ms-cloudpack/bundler-types to v0.9.0",
26
+ "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@ms-cloudpack/bundler",
31
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.3.0",
32
+ "commit": "3e5735deff2392cc37e1ac14224cdb7c60d0e378"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 23 Jan 2023 21:06:01 GMT",
39
+ "tag": "@ms-cloudpack/bundler_v0.9.0",
40
+ "version": "0.9.0",
8
41
  "comments": {
9
42
  "patch": [
10
43
  {
@@ -17,7 +50,7 @@
17
50
  "author": "dzearing@microsoft.com",
18
51
  "package": "@ms-cloudpack/bundler",
19
52
  "commit": "d0647ffe51e4244a8e977fab97f9ea158e0794f5",
20
- "comment": "Writing error file is errors occur."
53
+ "comment": "Writing error file if errors occur."
21
54
  }
22
55
  ],
23
56
  "minor": [
@@ -30,26 +63,34 @@
30
63
  {
31
64
  "author": "beachball",
32
65
  "package": "@ms-cloudpack/bundler",
33
- "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.12",
34
- "commit": "74e563ba7406cd5849612fabc1c5f0270d777214"
66
+ "comment": "Bump @ms-cloudpack/bundler-plugin-ori to v0.7.13",
67
+ "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
35
68
  },
36
69
  {
37
70
  "author": "beachball",
38
71
  "package": "@ms-cloudpack/bundler",
39
- "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.6",
40
- "commit": "74e563ba7406cd5849612fabc1c5f0270d777214"
72
+ "comment": "Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.7",
73
+ "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
41
74
  },
42
75
  {
43
76
  "author": "beachball",
44
77
  "package": "@ms-cloudpack/bundler",
45
- "comment": "Bump @ms-cloudpack/bundler-types to v0.7.0",
46
- "commit": "74e563ba7406cd5849612fabc1c5f0270d777214"
78
+ "comment": "Bump @ms-cloudpack/bundler-types to v0.8.0",
79
+ "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
47
80
  },
48
81
  {
49
82
  "author": "beachball",
50
83
  "package": "@ms-cloudpack/bundler",
51
- "comment": "Bump @ms-cloudpack/package-utilities to v2.2.1",
52
- "commit": "74e563ba7406cd5849612fabc1c5f0270d777214"
84
+ "comment": "Bump @ms-cloudpack/package-utilities to v2.2.2",
85
+ "commit": "1ed762013d5e88b60b733f394033c6c91dd473f0"
86
+ }
87
+ ],
88
+ "none": [
89
+ {
90
+ "author": "elcraig@microsoft.com",
91
+ "package": "@ms-cloudpack/bundler",
92
+ "commit": "d092bb42a995e8bab968a0fdc1f35144680b73c3",
93
+ "comment": "Move beachball disallowedChangeTypes setting to repo config"
53
94
  }
54
95
  ]
55
96
  }
package/CHANGELOG.md CHANGED
@@ -1,25 +1,36 @@
1
1
  # Change Log - @ms-cloudpack/bundler
2
2
 
3
- This log was last generated on Thu, 19 Jan 2023 08:11:17 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 Jan 2023 08:11:01 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.8.0
7
+ ## 0.9.1
8
8
 
9
- Thu, 19 Jan 2023 08:11:17 GMT
9
+ Wed, 25 Jan 2023 08:11:01 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.14
14
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.8
15
+ - Bump @ms-cloudpack/bundler-types to v0.9.0
16
+ - Bump @ms-cloudpack/package-utilities to v2.3.0
17
+
18
+ ## 0.9.0
19
+
20
+ Mon, 23 Jan 2023 21:06:01 GMT
10
21
 
11
22
  ### Minor changes
12
23
 
13
24
  - Update type-only references to PackageDefinitions to use PackageDefinitionsCache type instead (elcraig@microsoft.com)
14
- - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.12
15
- - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.6
16
- - Bump @ms-cloudpack/bundler-types to v0.7.0
17
- - Bump @ms-cloudpack/package-utilities to v2.2.1
25
+ - Bump @ms-cloudpack/bundler-plugin-ori to v0.7.13
26
+ - Bump @ms-cloudpack/bundler-plugin-rollup to v0.5.7
27
+ - Bump @ms-cloudpack/bundler-types to v0.8.0
28
+ - Bump @ms-cloudpack/package-utilities to v2.2.2
18
29
 
19
30
  ### Patches
20
31
 
21
32
  - Add missing dep on `@ms-cloudpack/bundler-types` (elcraig@microsoft.com)
22
- - Writing error file is errors occur. (dzearing@microsoft.com)
33
+ - Writing error file if errors occur. (dzearing@microsoft.com)
23
34
 
24
35
  ## 0.7.12
25
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/bundler",
3
- "version": "0.8.0",
3
+ "version": "0.9.1",
4
4
  "description": "An abstraction to bundle source code.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -14,10 +14,10 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@ms-cloudpack/json-utilities": "^0.0.4",
17
- "@ms-cloudpack/bundler-plugin-ori": "^0.7.12",
18
- "@ms-cloudpack/bundler-plugin-rollup": "^0.5.6",
19
- "@ms-cloudpack/bundler-types": "^0.7.0",
20
- "@ms-cloudpack/package-utilities": "^2.2.1"
17
+ "@ms-cloudpack/bundler-plugin-ori": "^0.7.14",
18
+ "@ms-cloudpack/bundler-plugin-rollup": "^0.5.8",
19
+ "@ms-cloudpack/bundler-types": "^0.9.0",
20
+ "@ms-cloudpack/package-utilities": "^2.3.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@ms-cloudpack/scripts": "*",
@@ -36,10 +36,5 @@
36
36
  },
37
37
  "files": [
38
38
  "/lib"
39
- ],
40
- "beachball": {
41
- "disallowedChangeTypes": [
42
- "major"
43
- ]
44
- }
39
+ ]
45
40
  }