@geops/rvf-mobility-web-component 0.1.78 → 0.1.80
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 +14 -0
- package/README.md +1 -0
- package/index.js +195 -195
- package/package.json +2 -2
- package/src/MobilityNotifications/MobilityNotifications.tsx +59 -14
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.80](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.79...v0.1.80) (2025-10-31)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* order by startDate and severyity ([be8d1de](https://github.com/geops/rvf-mobility-web-component/commit/be8d1de30cacc685baee2193a6a4694b19ef99da))
|
|
11
|
+
|
|
12
|
+
### [0.1.79](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.78...v0.1.79) (2025-10-31)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* order by startDate and severyity ([9dffd7f](https://github.com/geops/rvf-mobility-web-component/commit/9dffd7f0b4f1ce75f5dbbf31303aecdce6d98246))
|
|
18
|
+
|
|
5
19
|
### [0.1.78](https://github.com/geops/rvf-mobility-web-component/compare/v0.1.77...v0.1.78) (2025-10-30)
|
|
6
20
|
|
|
7
21
|
|
package/README.md
CHANGED
|
@@ -30,6 +30,7 @@ yarn publish
|
|
|
30
30
|
- [Tarifzone on client production website](https://www.rvf.de/fahrtinfo/ticket-waehlen#c4656)
|
|
31
31
|
- [Carsharing on client production website](https://www.rvf.de/fahrtinfo/rundum-mobil/carsharing)
|
|
32
32
|
- [Bikesharing on client production website](https://www.rvf.de/fahrtinfo/rundum-mobil/frelo-fahrradverleihsystem)
|
|
33
|
+
- [MOCO export swagger doc](https://moco.geops.io/api/docs/#/v2/v2_export_retrieve)
|
|
33
34
|
|
|
34
35
|
## Development
|
|
35
36
|
|