Skip to content

Commit

Permalink
chore(release): merge #279 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 Dec 23, 2024
2 parents c96e9d3 + 4385f78 commit 95342f2
Show file tree
Hide file tree
Showing 11 changed files with 90 additions and 55 deletions.
19 changes: 0 additions & 19 deletions .changeset/metal-fireants-exercise.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/sour-ravens-film.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/weak-colts-pretend.md

This file was deleted.

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

## 0.1.25

### Patch Changes

- 56ae7da: # Logs

## drop unnecessary native supports

- Remove `Stats.js` native support
- Remove `lil-gui` native support
- Threads no longer expose **observable proxy events**
- Drop modules `lifeCycle` integration (to prioritize `Observable`s usage)
- Add `beforeStep# @quick-threejs/reactive Observable.
- Expose `ContainerizedApp` interface for `App` & `Register`
- Update `Timer` resources
- Add `currentTime`
- Add `elapsedTime`
- Rename `delta` to `deltaTime`
- Move `step()` method from **module to service**

- 9ba3dcd: # Logs

## refactor(reactive): cleaner disposal

- Containerized app (now exports `module` & `container`)
- Mark register component resources as optional
- Add an option to automatically `init` the register
- Improve resource documentation

- 4ca0a3a: # Logs

## `@quick-threejs/utils`

- `Threads.js` is now a part of `@quick-threejs/utils`
- Dropped `rxjs` and the worker lifecycle approach
- `WorkerPool#run` now returns an array of `WorkerThread` & `queue` boolean
- Add worker resources documentation
- Can manually run `WorkerPool#runNext`
- Improve `terminateAll` behavior
- Can terminate a thread from a worker using `MessageEvent`

## `@quick-threejs/reactive`

- Changes based on `@quick-threejs/utils`

- Updated dependencies [4ca0a3a]
- @quick-threejs/utils@0.1.15

## 0.1.24

### 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.24",
"version": "0.1.25",
"description": "Reactively quick start a three.js app ⚡️",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions samples/with-reactive-react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# with-reactive-react-router

## 0.0.4

### Patch Changes

- Updated dependencies [56ae7da]
- Updated dependencies [9ba3dcd]
- Updated dependencies [4ca0a3a]
- @quick-threejs/reactive@0.1.25

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"build": "react-router build",
Expand Down
9 changes: 9 additions & 0 deletions samples/with-reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# with-reactive

## 0.0.17

### Patch Changes

- Updated dependencies [56ae7da]
- Updated dependencies [9ba3dcd]
- Updated dependencies [4ca0a3a]
- @quick-threejs/reactive@0.1.25

## 0.0.16

### 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.16",
"version": "0.0.17",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
20 changes: 20 additions & 0 deletions shared/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @quick-threejs/utils

## 0.1.15

### Patch Changes

- 4ca0a3a: # Logs

## `@quick-threejs/utils`

- `Threads.js` is now a part of `@quick-threejs/utils`
- Dropped `rxjs` and the worker lifecycle approach
- `WorkerPool#run` now returns an array of `WorkerThread` & `queue` boolean
- Add worker resources documentation
- Can manually run `WorkerPool#runNext`
- Improve `terminateAll` behavior
- Can terminate a thread from a worker using `MessageEvent`

## `@quick-threejs/reactive`

- Changes based on `@quick-threejs/utils`

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/utils",
"version": "0.1.14",
"version": "0.1.15",
"scripts": {
"prepare": "pnpm run build",
"lint": "eslint && tsc --noEmit",
Expand Down

0 comments on commit 95342f2

Please sign in to comment.