Skip to content

Commit 696fd59

Browse files
ci(changesets): version packages (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c66a582 commit 696fd59

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/slimy-olives-find.md

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

.changeset/whole-trams-read.md

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

packages/rdk/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/omnidotdev/rdk/pull/35) [`c66a582`](https://github.com/omnidotdev/rdk/commit/c66a582cec4f261b9947b12643ec525283ae0e9f) Thanks [@coopbri](https://github.com/coopbri)! - **BREAKING:** Changed geolocation module callback prop names: `onAttached` to `onAttach` and `onGpsUpdated` to `onGpsUpdate`. This normalizes the callbacks to present tense, following the React convention.
8+
9+
### Patch Changes
10+
11+
- [#33](https://github.com/omnidotdev/rdk/pull/33) [`826cdb5`](https://github.com/omnidotdev/rdk/commit/826cdb581c8833b4448310ea65031002f56abf2a) Thanks [@coopbri](https://github.com/coopbri)! - Reduced bundle size by properly externalizing dependencies
12+
313
## 0.4.2
414

515
### Patch 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.4.2",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"type": "module",
77
"main": "build/index.js",

0 commit comments

Comments
 (0)