Skip to content

Commit 7bb3695

Browse files
committed
Merge branch 'release'
2 parents 52420d2 + 55bc9ab commit 7bb3695

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

packages/atmosphere/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.11.1] - 2025-03-14
4+
5+
### Fixed
6+
7+
- Fixed artifacts due to insufficient precision of linear interpolation, [#41](https://github.com/takram-design-engineering/three-geospatial/issues/41).
8+
39
## [0.11.0] - 2025-03-09
410

511
Updated peer dependencies to React 19 and R3F v9. For React 18 and R3F v8, use version 0.10.x, which will continue to receive fixes.

packages/atmosphere/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@takram/three-atmosphere",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "A Three.js and R3F implementation of Precomputed Atmospheric Scattering",
55
"keywords": [
66
"three",

packages/clouds/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1] - 2025-03-14
4+
5+
### Fixed
6+
7+
- `CloudsEffect`: Fixed the camera provided in the constructor was not applied to the internal passes.
8+
- Fixed artifacts due to insufficient precision of linear interpolation, [#41](https://github.com/takram-design-engineering/three-geospatial/issues/41).
9+
310
## [0.2.0] - 2025-03-09
411

512
Updated peer dependencies to React 19 and R3F v9. For React 18 and R3F v8, use version 0.1.x, which will continue to receive fixes.

packages/clouds/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@takram/three-clouds",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Three.js and R3F implementation of geospatial volumetric clouds",
55
"keywords": [
66
"three",
@@ -45,7 +45,7 @@
4545
"README.md"
4646
],
4747
"dependencies": {
48-
"@takram/three-atmosphere": "0.11.0",
48+
"@takram/three-atmosphere": "0.11.1",
4949
"@takram/three-geospatial": "0.2.0",
5050
"tiny-invariant": "^1.3.3",
5151
"type-fest": "^4.34.1"

packages/effects/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.0] - 2025-03-14
4+
5+
### Changed
6+
7+
- Removed `SSAO` component in favor of the one in `@react-three/postprocessing`.
8+
39
## [0.2.0] - 2025-03-09
410

511
Updated peer dependencies to React 19 and R3F v9. For React 18 and R3F v8, use version 0.1.x, which will continue to receive fixes.

packages/effects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@takram/three-geospatial-effects",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A collection of post-processing effects",
55
"keywords": [
66
"three",

0 commit comments

Comments
 (0)