@tmorin/plantuml-libs 9.4.0 → 9.4.3
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 +21 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [9.4.3](https://github.com/tmorin/plantuml-libs/compare/v9.4.2...v9.4.3) (2022-08-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **website:** fix the gTagId secret propagation in GitHub Action ([942d369](https://github.com/tmorin/plantuml-libs/commit/942d369fd0d5f13bd8cf5e780ce1741f435228c7))
|
|
11
|
+
|
|
12
|
+
### [9.4.2](https://github.com/tmorin/plantuml-libs/compare/v9.4.1...v9.4.2) (2022-08-19)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **website:** add tracking ([80d6600](https://github.com/tmorin/plantuml-libs/commit/80d66007fcee8ac1ebbf0c20e09b672ff8aaa62e))
|
|
18
|
+
|
|
19
|
+
### [9.4.1](https://github.com/tmorin/plantuml-libs/compare/v9.4.0...v9.4.1) (2022-08-19)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* **website:** search doesn't load `/items.json` ([6d2b8dc](https://github.com/tmorin/plantuml-libs/commit/6d2b8dcbc5d4e78dd2cf45aae9dd5e3fb794dfa3))
|
|
25
|
+
|
|
5
26
|
## [9.4.0](https://github.com/tmorin/plantuml-libs/compare/v9.3.0...v9.4.0) (2022-08-19)
|
|
6
27
|
|
|
7
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmorin/plantuml-libs",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.3",
|
|
4
4
|
"description": "A set of resources for [PlantUML](https://plantuml.com) to define diagrams for AWS, Azure, EIP ...",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/tmorin/plantuml-libs#readme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"alpha:publish": "git push --all && npm publish --tag canary",
|
|
43
43
|
"generate:library": "scripts/generate-library.sh",
|
|
44
44
|
"generate:package": "scripts/generate-package.sh",
|
|
45
|
-
"generate:website": "ts-node source/generator/website
|
|
45
|
+
"generate:website": "ts-node source/generator/website",
|
|
46
46
|
"generate:workdir": "ts-node source/generator/workdir",
|
|
47
47
|
"release": "standard-version",
|
|
48
48
|
"release:publish": "git push --tags && git push --all",
|