Skip to content

Commit

Permalink
chore(version): upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent ee5c6fc commit a985df4
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 16 deletions.
12 changes: 0 additions & 12 deletions .changeset/large-rules-tease.md

This file was deleted.

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

## 0.1.18

### Patch Changes

- 0c42a30: # Logs

## Build utils with `tsup`

- Build `@quick-three/utils` with `tsup`
- Add a shred `tsup` config at `@quick-three/configs/tsup.js`

- Updated dependencies [0c42a30]
- @quick-threejs/utils@0.1.12

## 1.0.1

### 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.17",
"version": "0.1.18",
"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.10

### Patch Changes

- Updated dependencies [0c42a30]
- @quick-threejs/reactive@0.1.18

## 0.0.9

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

## 0.1.12

### Patch Changes

- 0c42a30: # Logs

## Build utils with `tsup`

- Build `@quick-three/utils` with `tsup`
- Add a shred `tsup` config at `@quick-three/configs/tsup.js`

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion shared/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quick-threejs/config",
"version": "0.1.11",
"version": "0.1.12",
"types": "./**",
"files": [
"./**"
Expand Down
11 changes: 11 additions & 0 deletions shared/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quick-threejs/utils

## 0.1.12

### Patch Changes

- 0c42a30: # Logs

## Build utils with `tsup`

- Build `@quick-three/utils` with `tsup`
- Add a shred `tsup` config at `@quick-three/configs/tsup.js`

## 0.1.11

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

0 comments on commit a985df4

Please sign in to comment.