Skip to content

Commit

Permalink
Merge pull request #32 from SlimeVR/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
TheDevMinerTV authored Jun 7, 2024
2 parents 26c8dc1 + 84d4e55 commit 65cff4d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-carrots-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-garlics-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-lemons-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-mangos-pretend.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/emulated-tracker-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @slimevr/emulated-tracker-demo

## 0.1.11

### Patch Changes

- 8cfad98: print full packets instead of just the packet types
- Updated dependencies [5acaf30]
- Updated dependencies [d0ddac3]
- Updated dependencies [9c5cc92]
- @slimevr/tracker-emulation@0.2.0

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/emulated-tracker-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slimevr/emulated-tracker-demo",
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/index.js",
"license": "(MIT OR Apache-2.0)",
"private": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/tracker-emulation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @slimevr/tracker-emulation

## 0.2.0

### Minor Changes

- d0ddac3: added ability to disable the automatic server search
- 9c5cc92: added ability to stop searching for a server

### Patch Changes

- 5acaf30: fixed that the module automatically searches for a server

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tracker-emulation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slimevr/tracker-emulation",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 65cff4d

Please sign in to comment.