@takram/three-geospatial 0.0.1-alpha.9 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ # Changelog
2
+
3
+ ## [0.1.0] - 2025-03-09
4
+
5
+ Compatibility release to continue support for React 18 and R3F v8.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takram/three-geospatial",
3
- "version": "0.0.1-alpha.9",
3
+ "version": "0.1.0",
4
4
  "description": "Provides fundamental functions for rendering GIS data in Three.js and R3F",
5
5
  "keywords": [
6
6
  "three",
@@ -44,6 +44,7 @@
44
44
  "src",
45
45
  "types",
46
46
  "package.json",
47
+ "CHANGELOG.md",
47
48
  "README.md"
48
49
  ],
49
50
  "dependencies": {