Skip to content

Commit

Permalink
chore(release): merge #185 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 Sep 7, 2024
2 parents 06d7c66 + 17fd783 commit e0b75b5
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 44 deletions.
13 changes: 0 additions & 13 deletions .changeset/cool-frogs-visit.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/few-zoos-thank.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/great-ducks-drive.md

This file was deleted.

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

## 0.1.8

### Patch Changes

- 4b0912b: # chore(deps): remove unnecessary dependencies

## Logs

- Remove `lil-gui` as peer-dependency
- Use Three.js internal `lil-gui`
- Use `three/examples/jsm/Addons` path

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/legacy",
"version": "0.1.7",
"version": "0.1.8",
"description": "Quick threejs helper",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

### Patch Changes

- 7ef2ec8: # Logs

## refactor(reactive): use `setAnimationLoop`

- `Timer` now use `renderer..setAnimationLoop` instead of `requestAnimationFrame`
- `Timer` is now initialized after the `Renderer`
- The timer animation callback method is now called `step`
- Update the live cycles states with a **STEP\_** prefix instead of **UPDATE\_**

- Updated dependencies [4874023]
- @quick-threejs/utils@0.1.8

## 0.1.12

### Patch Changes

- b675af0: # Changes

## refactor(reactive): export missing base resources
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.11",
"version": "0.1.12",
"description": "Reactively quick start a three.js app ⚡️",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions samples/with-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# basic-sample

## 0.1.10

### Patch Changes

- 4b0912b: # chore(deps): remove unnecessary dependencies

## Logs

- Remove `lil-gui` as peer-dependency
- Use Three.js internal `lil-gui`
- Use `three/examples/jsm/Addons` path

- Updated dependencies [4b0912b]
- @quick-threejs/legacy@0.1.8

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion samples/with-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-legacy",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
15 changes: 15 additions & 0 deletions samples/with-reactive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# with-reactive

## 0.0.4

### Patch Changes

- 4b0912b: # chore(deps): remove unnecessary dependencies

## Logs

- Remove `lil-gui` as peer-dependency
- Use Three.js internal `lil-gui`
- Use `three/examples/jsm/Addons` path

- Updated dependencies [7ef2ec8]
- @quick-threejs/reactive@0.1.12

## 0.0.3

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

## 0.1.8

### Patch Changes

- 4874023: # Logs

## fix(utils): `Object3D` serializer resolution

- **Stringify** the received converted Object for worker messaging support
- Deserializer now support the **stringify** JSON `Object3D`

## feat(reactive): share screen sizings to events

- All the register events now share the `canvas` & `window` `height` and `width`

## 0.1.7

### 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.7",
"version": "0.1.8",
"files": [
"./dist/**"
],
Expand Down

0 comments on commit e0b75b5

Please sign in to comment.