Skip to content

Commit

Permalink
Merge pull request #130 from Neosoulink/changeset-release/master
Browse files Browse the repository at this point in the history
chore(version) upgrade packages
  • Loading branch information
Neosoulink authored Jul 5, 2024
2 parents 04037da + 61dfcc8 commit 9005f3c
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/swift-candles-exist.md

This file was deleted.

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

## 0.1.5

### Patch Changes

- 9a08379: v0.1.4

## 0.1.4

### 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.4",
"version": "0.1.5",
"description": "Quick threejs helper",
"repository": {
"type": "git",
Expand Down
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.5

### Patch Changes

- 9a08379: v0.1.4
- Updated dependencies [9a08379]
- @quick-threejs/[email protected]

## 0.1.4

### 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.4",
"version": "0.1.5",
"description": "Reactively Three.js quick starter ⚡️",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions samples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# basic-sample

## 0.1.5

### Patch Changes

- 9a08379: v0.1.4
- Updated dependencies [9a08379]
- @quick-threejs/[email protected]

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion samples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "basic-sample",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"sample:dev": "vite --host",
Expand Down
6 changes: 6 additions & 0 deletions shared/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quick-threejs/config

## 0.1.5

### Patch Changes

- 9a08379: v0.1.4

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"files": [
"./**"
Expand Down
6 changes: 6 additions & 0 deletions shared/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quick-threejs/utils

## 0.1.5

### Patch Changes

- 9a08379: v0.1.4

## 0.1.4

### 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.4",
"version": "0.1.5",
"private": true,
"files": [
"./dist/**"
Expand Down

0 comments on commit 9005f3c

Please sign in to comment.