@keadex/docusaurus-plugin-mina 1.5.0 → 1.7.0
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [1.6.0](https://github.com/keadex/keadex/compare/docusaurus-plugin-mina@1.5.0...docusaurus-plugin-mina@1.6.0) (2024-08-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **apps/keadex-battisti:** upgraded mina-react package ([43941e1](https://github.com/keadex/keadex/commit/43941e1fdbf80cd7461f577ee5cc41bc55495250))
|
|
7
|
+
|
|
8
|
+
# [1.5.0](https://github.com/keadex/keadex/compare/docusaurus-plugin-mina@1.4.0...docusaurus-plugin-mina@1.5.0) (2024-08-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **apps/keadex-battisti:** updated mina-react library ([cd8f0d6](https://github.com/keadex/keadex/commit/cd8f0d61ef1dd5e2220d6575faf1fb5ad71f8687))
|
|
14
|
+
|
|
1
15
|
# [1.4.0](https://github.com/keadex/keadex/compare/docusaurus-plugin-mina@1.3.0...docusaurus-plugin-mina@1.4.0) (2024-07-18)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Docusaurus plugin to render C4 Model diagrams created with Keadex Mina.",
|
|
4
4
|
"author": "Keadex <keadex.it@gmail.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.7.0",
|
|
7
7
|
"private": false,
|
|
8
8
|
"type": "commonjs",
|
|
9
9
|
"main": "./src/index.js",
|