Skip to content

Commit a52ac07

Browse files
committed
Bump release number
1 parent 73add78 commit a52ac07

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.1.8 (July 31, 2025)
2+
3+
Bug fix.
4+
5+
### Bug fixes
6+
7+
- Fix SH encoding scale factors (#142) (@asundqui, @mrxz, @heimeii)
8+
19
### 0.1.7 (July 30, 2025)
210

311
Image quality and performance improvements.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Copy the following code into an `index.html` file.
5353
{
5454
"imports": {
5555
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
56-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
56+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.8/spark.module.js"
5757
}
5858
}
5959
</script>
@@ -91,7 +91,7 @@ Remix the [glitch starter template](https://glitch.com/edit/#!/sparkjs-dev)
9191
{
9292
"imports": {
9393
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
94-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
94+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.8/spark.module.js"
9595
}
9696
}
9797
</script>

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Copy and paste code below in an `index.html` file or remix in the [Web Playgroun
1010
{
1111
"imports": {
1212
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.174.0/three.module.js",
13-
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.7/spark.module.js"
13+
"@sparkjsdev/spark": "https://sparkjs.dev/releases/spark/0.1.8/spark.module.js"
1414
}
1515
}
1616
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sparkjsdev/spark",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "An advanced 3D Gaussian Splatting renderer for THREE.js",
55
"homepage": "https://sparkjs.dev/",
66
"type": "module",

0 commit comments

Comments
 (0)