Skip to content

Commit f38e8eb

Browse files
committed
v0.1.22
1 parent 6009eed commit f38e8eb

File tree

12 files changed

+41
-41
lines changed

12 files changed

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

yarn.lock

+16-16
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.21, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
459+
"@idealjs/eslint-plugin-sapling@npm:0.1.22, @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.21, @idealjs/sapling@workspace:packages/core":
494+
"@idealjs/sapling@npm:0.1.22, @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.21"
1938-
"@idealjs/sapling": "npm:0.1.21"
1937+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
1938+
"@idealjs/sapling": "npm:0.1.22"
19391939
"@types/node": "npm:^20.10.7"
19401940
typescript: "npm:^5.3.3"
19411941
vite: "npm:^5.0.11"
@@ -2579,8 +2579,8 @@ __metadata:
25792579
version: 0.0.0-use.local
25802580
resolution: "count@workspace:examples/count"
25812581
dependencies:
2582-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
2583-
"@idealjs/sapling": "npm:0.1.21"
2582+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
2583+
"@idealjs/sapling": "npm:0.1.22"
25842584
"@types/node": "npm:^20.10.7"
25852585
typescript: "npm:^5.3.3"
25862586
vite: "npm:^5.0.11"
@@ -3926,8 +3926,8 @@ __metadata:
39263926
version: 0.0.0-use.local
39273927
resolution: "hidden-count@workspace:examples/hidden-count"
39283928
dependencies:
3929-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
3930-
"@idealjs/sapling": "npm:0.1.21"
3929+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
3930+
"@idealjs/sapling": "npm:0.1.22"
39313931
"@types/node": "npm:^20.10.7"
39323932
typescript: "npm:^5.3.3"
39333933
vite: "npm:^5.0.11"
@@ -5419,8 +5419,8 @@ __metadata:
54195419
version: 0.0.0-use.local
54205420
resolution: "nested-test@workspace:examples/nested-test"
54215421
dependencies:
5422-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
5423-
"@idealjs/sapling": "npm:0.1.21"
5422+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
5423+
"@idealjs/sapling": "npm:0.1.22"
54245424
"@types/node": "npm:^20.10.7"
54255425
typescript: "npm:^5.3.3"
54265426
vite: "npm:^5.0.11"
@@ -6364,8 +6364,8 @@ __metadata:
63646364
version: 0.0.0-use.local
63656365
resolution: "proxy-call@workspace:examples/proxy-call"
63666366
dependencies:
6367-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
6368-
"@idealjs/sapling": "npm:0.1.21"
6367+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
6368+
"@idealjs/sapling": "npm:0.1.22"
63696369
"@types/node": "npm:^20.10.7"
63706370
typescript: "npm:^5.3.3"
63716371
vite: "npm:^5.0.11"
@@ -6425,8 +6425,8 @@ __metadata:
64256425
version: 0.0.0-use.local
64266426
resolution: "random-list@workspace:examples/random-list"
64276427
dependencies:
6428-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
6429-
"@idealjs/sapling": "npm:0.1.21"
6428+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
6429+
"@idealjs/sapling": "npm:0.1.22"
64306430
"@types/node": "npm:^20.10.7"
64316431
typescript: "npm:^5.3.3"
64326432
vite: "npm:^5.0.11"
@@ -7506,8 +7506,8 @@ __metadata:
75067506
version: 0.0.0-use.local
75077507
resolution: "todo@workspace:examples/todo"
75087508
dependencies:
7509-
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
7510-
"@idealjs/sapling": "npm:0.1.21"
7509+
"@idealjs/eslint-plugin-sapling": "npm:0.1.22"
7510+
"@idealjs/sapling": "npm:0.1.22"
75117511
"@types/node": "npm:^20.10.7"
75127512
typescript: "npm:^5.3.3"
75137513
vite: "npm:^5.0.11"

0 commit comments

Comments
 (0)