@metadev/daga-react 5.0.0 → 5.0.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.
Files changed (2) hide show
  1. package/Changelog.md +4 -0
  2. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,6 +6,10 @@ List of releases and changes.
6
6
 
7
7
  ## Next release Durendal
8
8
 
9
+ ## 5.0.1
10
+
11
+ - Update libraries and peer dependences
12
+
9
13
  ## 5.0.0 Joyeuse
10
14
 
11
15
  - Support for Angular 21 [#346](https://github.com/metadevpro/daga/pull/346)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metadev/daga-react",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "style": "./style.css",
@@ -20,7 +20,7 @@
20
20
  "peerDependencies": {
21
21
  "react": "*",
22
22
  "react-dom": "*",
23
- "@metadev/daga": "^5.0.0",
23
+ "@metadev/daga": "^5.0.1",
24
24
  "d3": "^7.9.0",
25
25
  "rxjs": "~7.8.1"
26
26
  },