Skip to content

Commit

Permalink
Merge pull request #281 from Neosoulink/changeset-release/master
Browse files Browse the repository at this point in the history
### Description

- chore(version): upgrade packages
  • Loading branch information
Neosoulink authored Dec 29, 2024
2 parents a68b133 + 3632a8d commit f19e8d8
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .changeset/ten-pandas-argue.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.26

### Patch Changes

- 2f239f7: # Logs

## refactor: handle loader module

- Make loader accessible from the `main` & `worker` thread
- Add the register props`loaderDataSources` & `loadResourcesOnInit`
- Improve resources getters
- Handle `videoTexture` and `Object3D` loads
- Code optimization and observable data access

## 0.1.25

### 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.25",
"version": "0.1.26",
"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.5

### Patch Changes

- Updated dependencies [2f239f7]
- @quick-threejs/reactive@0.1.26

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.18

### Patch Changes

- Updated dependencies [2f239f7]
- @quick-threejs/reactive@0.1.26

## 0.0.17

### 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.17",
"version": "0.0.18",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down

0 comments on commit f19e8d8

Please sign in to comment.