Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjinp committed Dec 21, 2023
2 parents 06b708b + 55f9551 commit bfb1da5
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 27 deletions.
9 changes: 0 additions & 9 deletions .changeset/sixty-ducks-dream.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/soft-shrimps-marry.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# docs

## 1.0.9

### Patch Changes

- 32acd09: Change normal calculations for FlatWorlds (broken)
- 32acd09: Various improvements to FlatWorlds
- Updated dependencies [32acd09]
- Updated dependencies [32acd09]
- @hello-worlds/planets@0.0.23
- @hello-worlds/react@0.0.25
- @hello-worlds/vfx@0.0.7

## 1.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "1.0.8",
"version": "1.0.9",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions apps/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@

### Patch Changes

- 32acd09: Change normal calculations for FlatWorlds (broken)
- 32acd09: Various improvements to FlatWorlds

## 0.0.1

### Patch Changes

- ca726ad: Various improvements to FlatWorlds
2 changes: 1 addition & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "examples",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/planets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hello-worlds/planets

## 0.0.23

### Patch Changes

- 32acd09: Change normal calculations for FlatWorlds (broken)
- 32acd09: Various improvements to FlatWorlds

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/planets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-worlds/planets",
"version": "0.0.22",
"version": "0.0.23",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @hello-worlds/react

## 0.0.25

### Patch Changes

- 32acd09: Change normal calculations for FlatWorlds (broken)
- 32acd09: Various improvements to FlatWorlds
- Updated dependencies [32acd09]
- Updated dependencies [32acd09]
- @hello-worlds/planets@0.0.23

## 0.0.24

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-worlds/react",
"version": "0.0.24",
"version": "0.0.25",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -15,7 +15,7 @@
],
"devDependencies": {
"@hello-worlds/core": "0.0.9",
"@hello-worlds/planets": "0.0.22",
"@hello-worlds/planets": "0.0.23",
"@react-three/drei": "9.88.7",
"@react-three/fiber": "8.15.8",
"@types/react": "^18.2.45",
Expand All @@ -27,7 +27,7 @@
},
"peerDependencies": {
"@hello-worlds/core": "^0.0.9",
"@hello-worlds/planets": "^0.0.22",
"@hello-worlds/planets": "^0.0.23",
"@react-three/drei": "^9.30.1",
"@react-three/fiber": "^8.8.2",
"react": "^18.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/vfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hello-worlds/vfx

## 0.0.7

### Patch Changes

- 32acd09: Change normal calculations for FlatWorlds (broken)
- 32acd09: Various improvements to FlatWorlds

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vfx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hello-worlds/vfx",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfb1da5

Please sign in to comment.