Skip to content

Commit bfb1da5

Browse files
committed
2 parents 06b708b + 55f9551 commit bfb1da5

File tree

13 files changed

+52
-27
lines changed

13 files changed

+52
-27
lines changed

.changeset/sixty-ducks-dream.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/soft-shrimps-marry.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# docs
22

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- 32acd09: Change normal calculations for FlatWorlds (broken)
8+
- 32acd09: Various improvements to FlatWorlds
9+
- Updated dependencies [32acd09]
10+
- Updated dependencies [32acd09]
11+
- @hello-worlds/planets@0.0.23
12+
- @hello-worlds/react@0.0.25
13+
- @hello-worlds/vfx@0.0.7
14+
315
## 1.0.8
416

517
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "docs",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",

apps/examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44

55
### Patch Changes
66

7+
- 32acd09: Change normal calculations for FlatWorlds (broken)
8+
- 32acd09: Various improvements to FlatWorlds
9+
10+
## 0.0.1
11+
12+
### Patch Changes
13+
714
- ca726ad: Various improvements to FlatWorlds

apps/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/planets/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hello-worlds/planets
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- 32acd09: Change normal calculations for FlatWorlds (broken)
8+
- 32acd09: Various improvements to FlatWorlds
9+
310
## 0.0.22
411

512
### Patch Changes

packages/planets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hello-worlds/planets",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"license": "MIT",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @hello-worlds/react
22

3+
## 0.0.25
4+
5+
### Patch Changes
6+
7+
- 32acd09: Change normal calculations for FlatWorlds (broken)
8+
- 32acd09: Various improvements to FlatWorlds
9+
- Updated dependencies [32acd09]
10+
- Updated dependencies [32acd09]
11+
- @hello-worlds/planets@0.0.23
12+
313
## 0.0.24
414

515
### Patch Changes

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hello-worlds/react",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"license": "MIT",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -15,7 +15,7 @@
1515
],
1616
"devDependencies": {
1717
"@hello-worlds/core": "0.0.9",
18-
"@hello-worlds/planets": "0.0.22",
18+
"@hello-worlds/planets": "0.0.23",
1919
"@react-three/drei": "9.88.7",
2020
"@react-three/fiber": "8.15.8",
2121
"@types/react": "^18.2.45",
@@ -27,7 +27,7 @@
2727
},
2828
"peerDependencies": {
2929
"@hello-worlds/core": "^0.0.9",
30-
"@hello-worlds/planets": "^0.0.22",
30+
"@hello-worlds/planets": "^0.0.23",
3131
"@react-three/drei": "^9.30.1",
3232
"@react-three/fiber": "^8.8.2",
3333
"react": "^18.0.0",

0 commit comments

Comments
 (0)