Skip to content

Commit

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

- chore(version): upgrade packages
  • Loading branch information
Neosoulink authored Nov 28, 2024
2 parents 62af856 + f527713 commit 42921cc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/thick-windows-agree.md

This file was deleted.

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

## 0.1.19

### Patch Changes

- 5641c96: # Logs

## chore(deps): set `stats.js` as dependency

## 0.1.18

### 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.18",
"version": "0.1.19",
"description": "Reactively quick start a three.js app ⚡️",
"repository": {
"type": "git",
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.11

### Patch Changes

- Updated dependencies [5641c96]
- @quick-threejs/reactive@0.1.19

## 0.0.10

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

0 comments on commit 42921cc

Please sign in to comment.