Skip to content

Commit

Permalink
chore(release): merge #302 from changeset-release/master
Browse files Browse the repository at this point in the history
### Description

- chore(version): upgrade packages
  • Loading branch information
Neosoulink authored Jan 12, 2025
2 parents 3b56fe8 + 8dd59c8 commit 4d675cb
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/cyan-donuts-cover.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @quick-threejs/reactive

## 0.1.29

### Patch Changes

- 0871ce0: # Logs

## refactor(reactive): improve debug resources

- Add new register props
- `enableControls`
- `withCameraHelper`
- `miniCamera` is now under **Debug** scope
- Fix debug props usage

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/reactive",
"version": "0.1.28",
"version": "0.1.29",
"description": "Reactively quick start a three.js app ⚡️",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions samples/with-reactive-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-reactive-react-router

## 0.0.8

### Patch Changes

- Updated dependencies [0871ce0]
- @quick-threejs/reactive@0.1.29

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion samples/with-reactive-react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-reactive-react-router",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"build": "react-router build",
Expand Down
7 changes: 7 additions & 0 deletions samples/with-reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-reactive

## 0.0.22

### Patch Changes

- Updated dependencies [0871ce0]
- @quick-threejs/reactive@0.1.29

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion samples/with-reactive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-reactive",
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit 4d675cb

Please sign in to comment.