Skip to content

Commit 78f7dff

Browse files
committed
1 parent 3878c78 commit 78f7dff

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scrollsdk",
3-
"version": "106.0.0",
3+
"version": "106.0.1",
44
"description": "This npm package includes the Particles class, the Parsers compiler-compiler, a Parsers IDE, and more, all implemented in Particles, Parsers, and TypeScript.",
55
"types": "./built/scrollsdk.node.d.ts",
66
"main": "./products/Particle.js",

particle/Particle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3163,7 +3163,7 @@ class Particle extends AbstractParticle {
31633163
return str ? indent + str.replace(/\n/g, indent) : ""
31643164
}
31653165

3166-
static getVersion = () => "106.0.0"
3166+
static getVersion = () => "106.0.1"
31673167

31683168
static fromDisk(path: string): Particle {
31693169
const format = this._getFileFormat(path)

products/Particle.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2657,7 +2657,7 @@ Particle.iris = `sepal_length,sepal_width,petal_length,petal_width,species
26572657
4.9,2.5,4.5,1.7,virginica
26582658
5.1,3.5,1.4,0.2,setosa
26592659
5,3.4,1.5,0.2,setosa`
2660-
Particle.getVersion = () => "106.0.0"
2660+
Particle.getVersion = () => "106.0.1"
26612661
class AbstractExtendibleParticle extends Particle {
26622662
_getFromExtended(cuePath) {
26632663
const hit = this._getParticleFromExtended(cuePath)

products/Particle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,7 @@ Particle.iris = `sepal_length,sepal_width,petal_length,petal_width,species
26472647
4.9,2.5,4.5,1.7,virginica
26482648
5.1,3.5,1.4,0.2,setosa
26492649
5,3.4,1.5,0.2,setosa`
2650-
Particle.getVersion = () => "106.0.0"
2650+
Particle.getVersion = () => "106.0.1"
26512651
class AbstractExtendibleParticle extends Particle {
26522652
_getFromExtended(cuePath) {
26532653
const hit = this._getParticleFromExtended(cuePath)

releaseNotes.scroll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ node_modules/scroll-cli/microlangs/changes.parsers
2020

2121
thinColumns 4
2222

23+
📦 106.0.1 2025-03-29
24+
🏥 code cleanup
25+
2326
📦 106.0.0 2025-03-28
2427
⚠️ BREAKING: renamed Fusion to ScrollFileSystem and FusionFile to ScrollFile.
2528
⚠️ BREAKING: Simplified implementation of what was formerly called Fusion.

0 commit comments

Comments
 (0)