@breadstone-tools/cem-plugins-custom-js-doc-tags 0.0.71 → 0.0.72
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 +26 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.0.71 (2025-06-30)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- add missing newline at end of package.json ([73866991d5](https://github.com/RueDeRennes/mosaik/commit/73866991d5))
|
|
6
|
+
|
|
7
|
+
## 0.0.70 (2025-06-28)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- update background color to transparent for page header and menu components; update release script to version 0.0.70 ([e8e7c124a4](https://github.com/RueDeRennes/mosaik/commit/e8e7c124a4))
|
|
12
|
+
|
|
13
|
+
## 0.0.69 (2025-06-26)
|
|
14
|
+
|
|
15
|
+
This was a version bump only for cem-plugins-custom-js-doc-tags to align it with other projects, there were no code changes.
|
|
16
|
+
|
|
17
|
+
## 0.0.68 (2025-06-26)
|
|
18
|
+
|
|
19
|
+
### 🚀 Features
|
|
20
|
+
|
|
21
|
+
- add copyExecutorsJson script and update build commands ([0a0aba85b9](https://github.com/RueDeRennes/mosaik/commit/0a0aba85b9))
|
|
22
|
+
|
|
23
|
+
## 0.0.67 (2025-06-26)
|
|
24
|
+
|
|
25
|
+
This was a version bump only for cem-plugins-custom-js-doc-tags to align it with other projects, there were no code changes.
|
|
26
|
+
|
|
1
27
|
## 0.0.66 (2025-06-25)
|
|
2
28
|
|
|
3
29
|
This was a version bump only for cem-plugins-custom-js-doc-tags to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone-tools/cem-plugins-custom-js-doc-tags",
|
|
3
3
|
"description": "Custom Elements Manifest Plugin for parsing custom JSDoc tags",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.72",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
7
|
"repository": {
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"module": "./Index.js",
|
|
14
14
|
"types": "./Index.d.ts",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@breadstone-infrastructure/utilities": "^0.0.
|
|
17
|
-
"@breadstone-tools/cem-infrastructure": "^0.0.
|
|
18
|
-
"@breadstone-tools/cem-plugin": "^0.0.
|
|
16
|
+
"@breadstone-infrastructure/utilities": "^0.0.72",
|
|
17
|
+
"@breadstone-tools/cem-infrastructure": "^0.0.72",
|
|
18
|
+
"@breadstone-tools/cem-plugin": "^0.0.72",
|
|
19
19
|
"comment-parser": "^1.4.1"
|
|
20
20
|
}
|
|
21
21
|
}
|