Skip to content

Commit

Permalink
chore(release): merge #263 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 c8c4c6f + 49271a6 commit 67e0bf4
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/tall-boats-sniff.md

This file was deleted.

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

## 0.1.24

### Patch Changes

- efbad2d: # Logs

## refactor: use `common-js` as default export

- Updated dependencies [efbad2d]
- @quick-threejs/utils@0.1.14

## 0.1.23

### 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.23",
"version": "0.1.24",
"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.3

### Patch Changes

- Updated dependencies [efbad2d]
- @quick-threejs/reactive@0.1.24

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.16

### Patch Changes

- Updated dependencies [efbad2d]
- @quick-threejs/reactive@0.1.24

## 0.0.15

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

## 0.1.14

### Patch Changes

- efbad2d: # Logs

## refactor: use `common-js` as default export

## 0.1.13

### 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.13",
"version": "0.1.14",
"scripts": {
"prepare": "pnpm run build",
"lint": "eslint && tsc --noEmit",
Expand Down

0 comments on commit 67e0bf4

Please sign in to comment.