@metadev/daga-react 5.0.0 → 5.0.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 +8 -0
- package/package.json +2 -2
package/Changelog.md
CHANGED
|
@@ -6,6 +6,14 @@ List of releases and changes.
|
|
|
6
6
|
|
|
7
7
|
## Next release Durendal
|
|
8
8
|
|
|
9
|
+
## 5.0.2
|
|
10
|
+
|
|
11
|
+
- Found bug in ng-packagr. Fix package with revert to ng-packagr 21.0.1
|
|
12
|
+
|
|
13
|
+
## 5.0.1
|
|
14
|
+
|
|
15
|
+
- Update libraries and peer dependences [#354](https://github.com/metadevpro/daga/pull/354)
|
|
16
|
+
|
|
9
17
|
## 5.0.0 Joyeuse
|
|
10
18
|
|
|
11
19
|
- 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.
|
|
3
|
+
"version": "5.0.2",
|
|
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.
|
|
23
|
+
"@metadev/daga": "^5.0.2",
|
|
24
24
|
"d3": "^7.9.0",
|
|
25
25
|
"rxjs": "~7.8.1"
|
|
26
26
|
},
|