@keadex/docusaurus-plugin-mina 1.5.0 → 1.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.5.0](https://github.com/keadex/keadex/compare/docusaurus-plugin-mina@1.4.0...docusaurus-plugin-mina@1.5.0) (2024-08-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **apps/keadex-battisti:** updated mina-react library ([cd8f0d6](https://github.com/keadex/keadex/commit/cd8f0d61ef1dd5e2220d6575faf1fb5ad71f8687))
7
+
1
8
  # [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
9
 
3
10
 
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.5.0",
6
+ "version": "1.6.0",
7
7
  "private": false,
8
8
  "type": "commonjs",
9
9
  "main": "./src/index.js",