Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@opentripplanner/types-v4.0.0](https://github.com/opentripplanner/otp-ui/compare/@opentripplanner/types-v3.0.1...@opentripplanner/types-v4.0.0) (2022-09-02)

### Features

* **route-viewer-overlay:** Add typescript, migrate to MapLibreGL ([afb662e](afb662e))
* **stop-viewer-overlay:** Add typescript, migrate to MapLibreGL ([a37f4da](a37f4da))
* **transit-vehicle-overlay:** remove leaflet, migrate to MapLibreGL ([247aa0c](247aa0c))
* **transitive-overlay:** Add Typescript, move to MapLibreGL ([1a9ba9e](1a9ba9e))

### BREAKING CHANGES

* **transit-vehicle-overlay:** Leaflet is removed, most components and functionality is removed. MapLibreGL is added
* **transitive-overlay:** removes Leaflet
* **stop-viewer-overlay:** Leaflet is removed
* **stop-viewer-overlay:** removes Leaflet; props change
* **route-viewer-overlay:** Leaflet is removed
  • Loading branch information
semantic-release-bot committed Sep 2, 2022
1 parent 93349d5 commit 21c236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentripplanner/types",
"version": "3.0.1",
"version": "4.0.0",
"description": "TypeScript types used across multiple OTP-UI packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 21c236c

Please sign in to comment.