@aminnairi/react-router 0.1.0 → 0.1.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/README.md +36 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -633,4 +633,39 @@ Never fear having a blank page again when a component throws. This library lets
|
|
|
633
633
|
|
|
634
634
|
## License
|
|
635
635
|
|
|
636
|
-
See [`LICENSE`](./LICENSE).
|
|
636
|
+
See [`LICENSE`](./LICENSE).
|
|
637
|
+
|
|
638
|
+
## Changelogs
|
|
639
|
+
|
|
640
|
+
### Versions
|
|
641
|
+
|
|
642
|
+
- [`0.1.1`](#011)
|
|
643
|
+
- [`0.1.0`](#010)
|
|
644
|
+
|
|
645
|
+
### 0.1.1
|
|
646
|
+
|
|
647
|
+
#### Major changes
|
|
648
|
+
|
|
649
|
+
None.
|
|
650
|
+
|
|
651
|
+
#### Minor changes
|
|
652
|
+
|
|
653
|
+
None.
|
|
654
|
+
|
|
655
|
+
#### Bug & security fixes
|
|
656
|
+
|
|
657
|
+
Fixed peer dependency for react.
|
|
658
|
+
|
|
659
|
+
### 0.1.0
|
|
660
|
+
|
|
661
|
+
#### Major changes
|
|
662
|
+
|
|
663
|
+
None.
|
|
664
|
+
|
|
665
|
+
#### Minor changes
|
|
666
|
+
|
|
667
|
+
None.
|
|
668
|
+
|
|
669
|
+
#### Bug & security fixes
|
|
670
|
+
|
|
671
|
+
None.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@aminnairi/react-router",
|
|
4
4
|
"description": "Type-safe router for the React library",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.1",
|
|
6
6
|
"homepage": "https://github.com/aminnairi/react-router#readme",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"bugs": {
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"transition"
|
|
24
24
|
],
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"react": "
|
|
26
|
+
"react": ">=18.0.0"
|
|
27
27
|
}
|
|
28
28
|
}
|