Skip to content

Commit

Permalink
Version Packages (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 27, 2024
1 parent 58c42d9 commit 4d005cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/giant-elephants-pull.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4d005cd

Please sign in to comment.