diff --git a/.changeset/giant-elephants-pull.md b/.changeset/giant-elephants-pull.md deleted file mode 100644 index 47b9e1e..0000000 --- a/.changeset/giant-elephants-pull.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"react-three-map": patch ---- - -- Improve accuracy at long distances for `coordsToVector3`. -- Improve translation accuracy for `NearCoordinates`, but scale is still ignored. -- Update `earthRadius` from `6378137` to `6371008.8` to match [Mapbox](https://github.com/maplibre/maplibre-gl-js/blob/8ea76118210dd18fa52fdb83f2cbdd1229807346/src/geo/lng_lat.ts#L8) and [Maplibre](https://github.com/maplibre/maplibre-gl-js/blob/main/src/geo/lng_lat.ts#L8). \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 005d66d..de3fdfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-three-map +## 0.8.2 + +### Patch Changes + +- 58c42d9: - Improve accuracy at long distances for `coordsToVector3`. + - Improve translation accuracy for `NearCoordinates`, but scale is still ignored. + - Update `earthRadius` from `6378137` to `6371008.8` to match [Mapbox](https://github.com/maplibre/maplibre-gl-js/blob/8ea76118210dd18fa52fdb83f2cbdd1229807346/src/geo/lng_lat.ts#L8) and [Maplibre](https://github.com/maplibre/maplibre-gl-js/blob/main/src/geo/lng_lat.ts#L8). + ## 0.8.1 ### Patch Changes diff --git a/package.json b/package.json index 87345b9..3ceb48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-three-map", - "version": "0.8.1", + "version": "0.8.2", "description": "Use react-three-fiber inside MapLibre and Mapbox", "main": "dist/cjs/main.js", "module": "dist/es/main.mjs",