@metadev/daga-react 5.0.1 → 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.
Files changed (2) hide show
  1. package/Changelog.md +5 -1
  2. package/package.json +2 -2
package/Changelog.md CHANGED
@@ -6,9 +6,13 @@ 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
+
9
13
  ## 5.0.1
10
14
 
11
- - Update libraries and peer dependences
15
+ - Update libraries and peer dependences [#354](https://github.com/metadevpro/daga/pull/354)
12
16
 
13
17
  ## 5.0.0 Joyeuse
14
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metadev/daga-react",
3
- "version": "5.0.1",
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.1",
23
+ "@metadev/daga": "^5.0.2",
24
24
  "d3": "^7.9.0",
25
25
  "rxjs": "~7.8.1"
26
26
  },