Skip to content

Commit f721fb0

Browse files
committed
v0.1.20
1 parent f24a6f3 commit f721fb0

File tree

10 files changed

+35
-35
lines changed

10 files changed

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

yarn.lock

+14-14
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.19, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
459+
"@idealjs/eslint-plugin-sapling@npm:0.1.20, @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:
@@ -476,7 +476,7 @@ __metadata:
476476
languageName: unknown
477477
linkType: soft
478478

479-
"@idealjs/sapling@npm:0.1.19, @idealjs/sapling@workspace:packages/core":
479+
"@idealjs/sapling@npm:0.1.20, @idealjs/sapling@workspace:packages/core":
480480
version: 0.0.0-use.local
481481
resolution: "@idealjs/sapling@workspace:packages/core"
482482
dependencies:
@@ -1918,8 +1918,8 @@ __metadata:
19181918
version: 0.0.0-use.local
19191919
resolution: "array-test@workspace:examples/array-test"
19201920
dependencies:
1921-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
1922-
"@idealjs/sapling": "npm:0.1.19"
1921+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
1922+
"@idealjs/sapling": "npm:0.1.20"
19231923
"@types/node": "npm:^20.10.7"
19241924
typescript: "npm:^5.3.3"
19251925
vite: "npm:^5.0.11"
@@ -2563,8 +2563,8 @@ __metadata:
25632563
version: 0.0.0-use.local
25642564
resolution: "count@workspace:examples/count"
25652565
dependencies:
2566-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
2567-
"@idealjs/sapling": "npm:0.1.19"
2566+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
2567+
"@idealjs/sapling": "npm:0.1.20"
25682568
"@types/node": "npm:^20.10.7"
25692569
typescript: "npm:^5.3.3"
25702570
vite: "npm:^5.0.11"
@@ -3910,8 +3910,8 @@ __metadata:
39103910
version: 0.0.0-use.local
39113911
resolution: "hidden-count@workspace:examples/hidden-count"
39123912
dependencies:
3913-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
3914-
"@idealjs/sapling": "npm:0.1.19"
3913+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
3914+
"@idealjs/sapling": "npm:0.1.20"
39153915
"@types/node": "npm:^20.10.7"
39163916
typescript: "npm:^5.3.3"
39173917
vite: "npm:^5.0.11"
@@ -6336,8 +6336,8 @@ __metadata:
63366336
version: 0.0.0-use.local
63376337
resolution: "proxy-call@workspace:examples/proxy-call"
63386338
dependencies:
6339-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
6340-
"@idealjs/sapling": "npm:0.1.19"
6339+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
6340+
"@idealjs/sapling": "npm:0.1.20"
63416341
"@types/node": "npm:^20.10.7"
63426342
typescript: "npm:^5.3.3"
63436343
vite: "npm:^5.0.11"
@@ -6397,8 +6397,8 @@ __metadata:
63976397
version: 0.0.0-use.local
63986398
resolution: "random-list@workspace:examples/random-list"
63996399
dependencies:
6400-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
6401-
"@idealjs/sapling": "npm:0.1.19"
6400+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
6401+
"@idealjs/sapling": "npm:0.1.20"
64026402
"@types/node": "npm:^20.10.7"
64036403
typescript: "npm:^5.3.3"
64046404
vite: "npm:^5.0.11"
@@ -7478,8 +7478,8 @@ __metadata:
74787478
version: 0.0.0-use.local
74797479
resolution: "todo@workspace:examples/todo"
74807480
dependencies:
7481-
"@idealjs/eslint-plugin-sapling": "npm:0.1.19"
7482-
"@idealjs/sapling": "npm:0.1.19"
7481+
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
7482+
"@idealjs/sapling": "npm:0.1.20"
74837483
"@types/node": "npm:^20.10.7"
74847484
typescript: "npm:^5.3.3"
74857485
vite: "npm:^5.0.11"

0 commit comments

Comments
 (0)