Skip to content

Commit cbde384

Browse files
committed
v0.1.26
1 parent 1e44463 commit cbde384

File tree

15 files changed

+54
-54
lines changed

15 files changed

+54
-54
lines changed

examples/array-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "array-test",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/basic-render/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "basic-render",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/benchmark/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-framework-benchmark-sapling",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.26",
55
"type": "module",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "@idealjs/sapling"
@@ -18,7 +18,7 @@
1818
"vite": "^5.0.8"
1919
},
2020
"dependencies": {
21-
"@idealjs/sapling": "^0.1.25",
21+
"@idealjs/sapling": "0.1.26",
2222
"lodash.debounce": "^4.0.8"
2323
}
2424
}

examples/count/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "count",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/hidden-count/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "hidden-count",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/nested-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "nested-test",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/proxy-call/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "proxy-call",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/random-list/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "random-list",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/todo/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "todo",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

examples/unmount/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "unmount",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@idealjs/eslint-plugin-sapling": "0.1.25",
12+
"@idealjs/eslint-plugin-sapling": "0.1.26",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.25"
18+
"@idealjs/sapling": "0.1.26"
1919
}
2020
}

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"npmClient": "yarn"
55
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idealjs/sapling",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

packages/eslint-plugin-sapling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idealjs/eslint-plugin-sapling",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"type": "module",
55
"exports": {
66
".": {

packages/reactive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@idealjs/sapling-reactive",
3-
"version": "0.1.25",
3+
"version": "0.1.26",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

yarn.lock

+21-21
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ __metadata:
456456
languageName: node
457457
linkType: hard
458458

459-
"@idealjs/eslint-plugin-sapling@npm:0.1.25, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
459+
"@idealjs/eslint-plugin-sapling@npm:0.1.26, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
460460
version: 0.0.0-use.local
461461
resolution: "@idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling"
462462
dependencies:
@@ -491,7 +491,7 @@ __metadata:
491491
languageName: unknown
492492
linkType: soft
493493

494-
"@idealjs/sapling@npm:0.1.25, @idealjs/sapling@npm:^0.1.25, @idealjs/sapling@workspace:packages/core":
494+
"@idealjs/sapling@npm:0.1.26, @idealjs/sapling@workspace:packages/core":
495495
version: 0.0.0-use.local
496496
resolution: "@idealjs/sapling@workspace:packages/core"
497497
dependencies:
@@ -1943,8 +1943,8 @@ __metadata:
19431943
version: 0.0.0-use.local
19441944
resolution: "array-test@workspace:examples/array-test"
19451945
dependencies:
1946-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
1947-
"@idealjs/sapling": "npm:0.1.25"
1946+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
1947+
"@idealjs/sapling": "npm:0.1.26"
19481948
"@types/node": "npm:^20.10.7"
19491949
typescript: "npm:^5.3.3"
19501950
vite: "npm:^5.0.11"
@@ -2022,8 +2022,8 @@ __metadata:
20222022
version: 0.0.0-use.local
20232023
resolution: "basic-render@workspace:examples/basic-render"
20242024
dependencies:
2025-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
2026-
"@idealjs/sapling": "npm:0.1.25"
2025+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
2026+
"@idealjs/sapling": "npm:0.1.26"
20272027
"@types/node": "npm:^20.10.7"
20282028
typescript: "npm:^5.3.3"
20292029
vite: "npm:^5.0.11"
@@ -2600,8 +2600,8 @@ __metadata:
26002600
version: 0.0.0-use.local
26012601
resolution: "count@workspace:examples/count"
26022602
dependencies:
2603-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
2604-
"@idealjs/sapling": "npm:0.1.25"
2603+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
2604+
"@idealjs/sapling": "npm:0.1.26"
26052605
"@types/node": "npm:^20.10.7"
26062606
typescript: "npm:^5.3.3"
26072607
vite: "npm:^5.0.11"
@@ -3947,8 +3947,8 @@ __metadata:
39473947
version: 0.0.0-use.local
39483948
resolution: "hidden-count@workspace:examples/hidden-count"
39493949
dependencies:
3950-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
3951-
"@idealjs/sapling": "npm:0.1.25"
3950+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
3951+
"@idealjs/sapling": "npm:0.1.26"
39523952
"@types/node": "npm:^20.10.7"
39533953
typescript: "npm:^5.3.3"
39543954
vite: "npm:^5.0.11"
@@ -4497,7 +4497,7 @@ __metadata:
44974497
version: 0.0.0-use.local
44984498
resolution: "js-framework-benchmark-sapling@workspace:examples/benchmark"
44994499
dependencies:
4500-
"@idealjs/sapling": "npm:^0.1.25"
4500+
"@idealjs/sapling": "npm:0.1.26"
45014501
"@types/lodash.debounce": "npm:^4.0.9"
45024502
lodash.debounce: "npm:^4.0.8"
45034503
typescript: "npm:^5.2.2"
@@ -5459,8 +5459,8 @@ __metadata:
54595459
version: 0.0.0-use.local
54605460
resolution: "nested-test@workspace:examples/nested-test"
54615461
dependencies:
5462-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
5463-
"@idealjs/sapling": "npm:0.1.25"
5462+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
5463+
"@idealjs/sapling": "npm:0.1.26"
54645464
"@types/node": "npm:^20.10.7"
54655465
typescript: "npm:^5.3.3"
54665466
vite: "npm:^5.0.11"
@@ -6404,8 +6404,8 @@ __metadata:
64046404
version: 0.0.0-use.local
64056405
resolution: "proxy-call@workspace:examples/proxy-call"
64066406
dependencies:
6407-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
6408-
"@idealjs/sapling": "npm:0.1.25"
6407+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
6408+
"@idealjs/sapling": "npm:0.1.26"
64096409
"@types/node": "npm:^20.10.7"
64106410
typescript: "npm:^5.3.3"
64116411
vite: "npm:^5.0.11"
@@ -6465,8 +6465,8 @@ __metadata:
64656465
version: 0.0.0-use.local
64666466
resolution: "random-list@workspace:examples/random-list"
64676467
dependencies:
6468-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
6469-
"@idealjs/sapling": "npm:0.1.25"
6468+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
6469+
"@idealjs/sapling": "npm:0.1.26"
64706470
"@types/node": "npm:^20.10.7"
64716471
typescript: "npm:^5.3.3"
64726472
vite: "npm:^5.0.11"
@@ -7546,8 +7546,8 @@ __metadata:
75467546
version: 0.0.0-use.local
75477547
resolution: "todo@workspace:examples/todo"
75487548
dependencies:
7549-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
7550-
"@idealjs/sapling": "npm:0.1.25"
7549+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
7550+
"@idealjs/sapling": "npm:0.1.26"
75517551
"@types/node": "npm:^20.10.7"
75527552
typescript: "npm:^5.3.3"
75537553
vite: "npm:^5.0.11"
@@ -7872,8 +7872,8 @@ __metadata:
78727872
version: 0.0.0-use.local
78737873
resolution: "unmount@workspace:examples/unmount"
78747874
dependencies:
7875-
"@idealjs/eslint-plugin-sapling": "npm:0.1.25"
7876-
"@idealjs/sapling": "npm:0.1.25"
7875+
"@idealjs/eslint-plugin-sapling": "npm:0.1.26"
7876+
"@idealjs/sapling": "npm:0.1.26"
78777877
"@types/node": "npm:^20.10.7"
78787878
typescript: "npm:^5.3.3"
78797879
vite: "npm:^5.0.11"

0 commit comments

Comments
 (0)