@metadev/daga 1.3.0 → 1.3.1

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 CHANGED
@@ -4,6 +4,12 @@ List of releases and changes.
4
4
 
5
5
  ![Daga logo](https://metadev.pro/icons/daga-logo-header.svg)
6
6
 
7
+ ## v. 1.3.1
8
+
9
+ Date: _2024.02.13_
10
+
11
+ - Add link to documentation and tutorials: https://daga.metadev.pro/
12
+
7
13
  ## v. 1.3.0
8
14
 
9
15
  Date: _2024.02.12_
package/README.md CHANGED
@@ -12,9 +12,9 @@ Diagramming library for models.
12
12
 
13
13
  ![Sample diagram](https://metadev.pro/img/daga/daga-diagram.svg)
14
14
 
15
- ## Documentation
15
+ ## Documentation & Tutorial
16
16
 
17
- - Documentation, tutorial and samples on [daga-tutorial](https://github.com/metadevpro/daga-tutorial).
17
+ - [Documentation, tutorial, and samples](https://daga.metadev.pro/)
18
18
 
19
19
  ## Requirements
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@metadev/daga",
3
3
  "description": "Diagramming engine for editing models on the Web. Made by Metadev.",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "author": "Metadev (https://metadev.pro)",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
7
7
  "repository": "git+https://github.com/metadevpro/daga-tutorial.git",