Skip to content

Commit

Permalink
chore(release): merge #297 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 Jan 7, 2025
2 parents 808d704 + ff0103e commit 92aa58f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-peaches-teach.md

This file was deleted.

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

## 0.1.27

### Patch Changes

- 7ae0ac8: # chore(reactive): bump version & release v0.1.26

## 0.1.26

### 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.26",
"version": "0.1.27",
"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.6

### Patch Changes

- Updated dependencies [7ae0ac8]
- @quick-threejs/reactive@0.1.27

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.20

### Patch Changes

- Updated dependencies [7ae0ac8]
- @quick-threejs/reactive@0.1.27

## 0.0.19

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

0 comments on commit 92aa58f

Please sign in to comment.