@redus/georedus-ui 0.20.0 → 0.20.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 +17 -0
- package/dist/main.js +1696 -1450
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @orioro/template-react
|
|
2
2
|
|
|
3
|
+
## 0.20.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix react-qr-code import compat with next
|
|
8
|
+
|
|
9
|
+
## 0.20.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- fix: upgrade build dependency react babel preset runtime: automatic
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @orioro/react-maplibre-util@0.8.1
|
|
16
|
+
- @orioro/react-chart-util@0.3.2
|
|
17
|
+
- @orioro/vector-tile-util@0.3.2
|
|
18
|
+
- @orioro/react-dir-nav@0.2.2
|
|
19
|
+
|
|
3
20
|
## 0.20.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|