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] authored and Neosoulink committed Jul 22, 2024
1 parent bceffc2 commit 2f0976a
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .changeset/polite-emus-greet.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/shaggy-emus-crash.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-toes-sleep.md

This file was deleted.

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

## 0.1.10

### Patch Changes

- 358bf6f: #### refactor: expose missing modules resources

- Models now export there components & controllers properties

#### chore(deps): define `peerDependencies`

- Add `tsyringe` as peer-dependency
- Add `stats.js` as peer-dependency
- Set `stats.js` as optional peer-dependecy

- Updated dependencies [7507a34]
- @quick-threejs/utils@0.1.7

## 0.1.9

### 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.9",
"version": "0.1.10",
"description": "Reactively quick start a three.js app ⚡️",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions shared/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quick-threejs/config

## 0.1.8

### Patch Changes

- 7926349: #### chore: correct `@typescript-eslint` plugin ussage

- use `@typescript-eslint` without `/eslint-plugin`
- disabled `@typescript-eslint/no-var-requires`

## 0.1.7

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

## 0.1.7

### Patch Changes

- 7507a34: - Add new types & export them
- Add `NonNever`
- Add `Methods`
- Add `Properties`

## 0.1.6

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

0 comments on commit 2f0976a

Please sign in to comment.