Skip to content

Commit

Permalink
Version Packages (#88)
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] authored Jan 15, 2024
1 parent 47550dc commit 047860f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/hot-clouds-applaud.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# react-three-map

## 0.8.0

### Minor Changes

- 7e1743d: - Peer dependency upgrade: `maplibre-gl`: `>=3.2`, so we don't need to sort `maplibre` old DPR bug anymore.
- Add `overlay?: boolean` to `<Canvas>`, so you can render on a separated canvas if preferred.
- Add `NearCoordinates` component.
- Add `coordsToVector3` function.

## 0.7.2

### 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.7.2",
"version": "0.8.0",
"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 047860f

Please sign in to comment.