Skip to content

Commit 0df416d

Browse files
ci(changesets): version packages (#40)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5afc4b2 commit 0df416d

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/new-drinks-attend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-ties-fry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/rdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @omnidotdev/rdk
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#37](https://github.com/omnidotdev/rdk/pull/37) [`5afc4b2`](https://github.com/omnidotdev/rdk/commit/5afc4b204fac397ba8aec24f6f42176a927b63fc) Thanks [@coopbri](https://github.com/coopbri)! - Stabilized `options` in `GeolocationSession` and `FiducialSession` to prevent an infinite render loop when it was not provided as props
8+
9+
- [#39](https://github.com/omnidotdev/rdk/pull/39) [`319f2d0`](https://github.com/omnidotdev/rdk/commit/319f2d094d70b2689a8c8dd18003238da92f82e6) Thanks [@nickw1](https://github.com/nickw1)! - Restored missing `locar.getLastKnownLocation()` invocation in `GeolocationAnchor`
10+
311
## 0.5.0
412

513
### Minor Changes

packages/rdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@omnidotdev/rdk",
33
"description": "AR.js with react-three-fiber",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"license": "MIT",
66
"type": "module",
77
"main": "build/index.js",

0 commit comments

Comments
 (0)