@tmorin/plantuml-libs 9.3.0 → 9.4.2
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 +27 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
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.2](https://github.com/tmorin/plantuml-libs/compare/v9.4.1...v9.4.2) (2022-08-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **website:** add tracking ([80d6600](https://github.com/tmorin/plantuml-libs/commit/80d66007fcee8ac1ebbf0c20e09b672ff8aaa62e))
|
|
11
|
+
|
|
12
|
+
### [9.4.1](https://github.com/tmorin/plantuml-libs/compare/v9.4.0...v9.4.1) (2022-08-19)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* **website:** search doesn't load `/items.json` ([6d2b8dc](https://github.com/tmorin/plantuml-libs/commit/6d2b8dcbc5d4e78dd2cf45aae9dd5e3fb794dfa3))
|
|
18
|
+
|
|
19
|
+
## [9.4.0](https://github.com/tmorin/plantuml-libs/compare/v9.3.0...v9.4.0) (2022-08-19)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **website:** add a search engine to quickly visualize and find elements ([21b06df](https://github.com/tmorin/plantuml-libs/commit/21b06df394f12d7d722c7d9cb3ea4d78f7ef45c2))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **website:** avoid the `index.html` filename within the Sitemap URLs ([bf8b0ac](https://github.com/tmorin/plantuml-libs/commit/bf8b0ac2f9b472e0cfb3e9d5f903088e78431b80))
|
|
30
|
+
* **website:** skip `**/*.{Local,Remote}.puml` resources ([d14a0d9](https://github.com/tmorin/plantuml-libs/commit/d14a0d9cb2f5179e37aa09a46514f217c7d4a616))
|
|
31
|
+
|
|
5
32
|
## [9.3.0](https://github.com/tmorin/plantuml-libs/compare/v9.2.0...v9.3.0) (2022-08-18)
|
|
6
33
|
|
|
7
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmorin/plantuml-libs",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.2",
|
|
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",
|