Skip to content

Commit a1af704

Browse files
committed
v0.1.24
1 parent 6c4bd04 commit a1af704

File tree

14 files changed

+51
-51
lines changed

14 files changed

+51
-51
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
1919
}
2020
}

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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
4+
"version": "0.1.24",
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.23",
12+
"@idealjs/eslint-plugin-sapling": "0.1.24",
1313
"@types/node": "^20.10.7",
1414
"typescript": "^5.3.3",
1515
"vite": "^5.0.11"
1616
},
1717
"dependencies": {
18-
"@idealjs/sapling": "0.1.23"
18+
"@idealjs/sapling": "0.1.24"
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.23",
3+
"version": "0.1.24",
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.23",
3+
"version": "0.1.24",
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.23",
3+
"version": "0.1.24",
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.23",
3+
"version": "0.1.24",
44
"type": "module",
55
"types": "./dist/index.d.ts",
66
"exports": {

yarn.lock

+20-20
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.23, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
459+
"@idealjs/eslint-plugin-sapling@npm:0.1.24, @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.23, @idealjs/sapling@workspace:packages/core":
494+
"@idealjs/sapling@npm:0.1.24, @idealjs/sapling@workspace:packages/core":
495495
version: 0.0.0-use.local
496496
resolution: "@idealjs/sapling@workspace:packages/core"
497497
dependencies:
@@ -1934,8 +1934,8 @@ __metadata:
19341934
version: 0.0.0-use.local
19351935
resolution: "array-test@workspace:examples/array-test"
19361936
dependencies:
1937-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
1938-
"@idealjs/sapling": "npm:0.1.23"
1937+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
1938+
"@idealjs/sapling": "npm:0.1.24"
19391939
"@types/node": "npm:^20.10.7"
19401940
typescript: "npm:^5.3.3"
19411941
vite: "npm:^5.0.11"
@@ -2013,8 +2013,8 @@ __metadata:
20132013
version: 0.0.0-use.local
20142014
resolution: "basic-render@workspace:examples/basic-render"
20152015
dependencies:
2016-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
2017-
"@idealjs/sapling": "npm:0.1.23"
2016+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
2017+
"@idealjs/sapling": "npm:0.1.24"
20182018
"@types/node": "npm:^20.10.7"
20192019
typescript: "npm:^5.3.3"
20202020
vite: "npm:^5.0.11"
@@ -2591,8 +2591,8 @@ __metadata:
25912591
version: 0.0.0-use.local
25922592
resolution: "count@workspace:examples/count"
25932593
dependencies:
2594-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
2595-
"@idealjs/sapling": "npm:0.1.23"
2594+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
2595+
"@idealjs/sapling": "npm:0.1.24"
25962596
"@types/node": "npm:^20.10.7"
25972597
typescript: "npm:^5.3.3"
25982598
vite: "npm:^5.0.11"
@@ -3938,8 +3938,8 @@ __metadata:
39383938
version: 0.0.0-use.local
39393939
resolution: "hidden-count@workspace:examples/hidden-count"
39403940
dependencies:
3941-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
3942-
"@idealjs/sapling": "npm:0.1.23"
3941+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
3942+
"@idealjs/sapling": "npm:0.1.24"
39433943
"@types/node": "npm:^20.10.7"
39443944
typescript: "npm:^5.3.3"
39453945
vite: "npm:^5.0.11"
@@ -5431,8 +5431,8 @@ __metadata:
54315431
version: 0.0.0-use.local
54325432
resolution: "nested-test@workspace:examples/nested-test"
54335433
dependencies:
5434-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
5435-
"@idealjs/sapling": "npm:0.1.23"
5434+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
5435+
"@idealjs/sapling": "npm:0.1.24"
54365436
"@types/node": "npm:^20.10.7"
54375437
typescript: "npm:^5.3.3"
54385438
vite: "npm:^5.0.11"
@@ -6376,8 +6376,8 @@ __metadata:
63766376
version: 0.0.0-use.local
63776377
resolution: "proxy-call@workspace:examples/proxy-call"
63786378
dependencies:
6379-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
6380-
"@idealjs/sapling": "npm:0.1.23"
6379+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
6380+
"@idealjs/sapling": "npm:0.1.24"
63816381
"@types/node": "npm:^20.10.7"
63826382
typescript: "npm:^5.3.3"
63836383
vite: "npm:^5.0.11"
@@ -6437,8 +6437,8 @@ __metadata:
64376437
version: 0.0.0-use.local
64386438
resolution: "random-list@workspace:examples/random-list"
64396439
dependencies:
6440-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
6441-
"@idealjs/sapling": "npm:0.1.23"
6440+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
6441+
"@idealjs/sapling": "npm:0.1.24"
64426442
"@types/node": "npm:^20.10.7"
64436443
typescript: "npm:^5.3.3"
64446444
vite: "npm:^5.0.11"
@@ -7518,8 +7518,8 @@ __metadata:
75187518
version: 0.0.0-use.local
75197519
resolution: "todo@workspace:examples/todo"
75207520
dependencies:
7521-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
7522-
"@idealjs/sapling": "npm:0.1.23"
7521+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
7522+
"@idealjs/sapling": "npm:0.1.24"
75237523
"@types/node": "npm:^20.10.7"
75247524
typescript: "npm:^5.3.3"
75257525
vite: "npm:^5.0.11"
@@ -7844,8 +7844,8 @@ __metadata:
78447844
version: 0.0.0-use.local
78457845
resolution: "unmount@workspace:examples/unmount"
78467846
dependencies:
7847-
"@idealjs/eslint-plugin-sapling": "npm:0.1.23"
7848-
"@idealjs/sapling": "npm:0.1.23"
7847+
"@idealjs/eslint-plugin-sapling": "npm:0.1.24"
7848+
"@idealjs/sapling": "npm:0.1.24"
78497849
"@types/node": "npm:^20.10.7"
78507850
typescript: "npm:^5.3.3"
78517851
vite: "npm:^5.0.11"

0 commit comments

Comments
 (0)