Skip to content

Commit 3e68e7b

Browse files
committed
v0.1.21
1 parent 2169ce1 commit 3e68e7b

File tree

11 files changed

+40
-40
lines changed

11 files changed

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

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.20, @idealjs/eslint-plugin-sapling@workspace:packages/eslint-plugin-sapling":
459+
"@idealjs/eslint-plugin-sapling@npm:0.1.21, @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.20, @idealjs/sapling@workspace:packages/core":
479+
"@idealjs/sapling@npm:0.1.21, @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.20"
1922-
"@idealjs/sapling": "npm:0.1.20"
1921+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
1922+
"@idealjs/sapling": "npm:0.1.21"
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.20"
2567-
"@idealjs/sapling": "npm:0.1.20"
2566+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
2567+
"@idealjs/sapling": "npm:0.1.21"
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.20"
3914-
"@idealjs/sapling": "npm:0.1.20"
3913+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
3914+
"@idealjs/sapling": "npm:0.1.21"
39153915
"@types/node": "npm:^20.10.7"
39163916
typescript: "npm:^5.3.3"
39173917
vite: "npm:^5.0.11"
@@ -5403,8 +5403,8 @@ __metadata:
54035403
version: 0.0.0-use.local
54045404
resolution: "nested-test@workspace:examples/nested-test"
54055405
dependencies:
5406-
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
5407-
"@idealjs/sapling": "npm:0.1.20"
5406+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
5407+
"@idealjs/sapling": "npm:0.1.21"
54085408
"@types/node": "npm:^20.10.7"
54095409
typescript: "npm:^5.3.3"
54105410
vite: "npm:^5.0.11"
@@ -6348,8 +6348,8 @@ __metadata:
63486348
version: 0.0.0-use.local
63496349
resolution: "proxy-call@workspace:examples/proxy-call"
63506350
dependencies:
6351-
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
6352-
"@idealjs/sapling": "npm:0.1.20"
6351+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
6352+
"@idealjs/sapling": "npm:0.1.21"
63536353
"@types/node": "npm:^20.10.7"
63546354
typescript: "npm:^5.3.3"
63556355
vite: "npm:^5.0.11"
@@ -6409,8 +6409,8 @@ __metadata:
64096409
version: 0.0.0-use.local
64106410
resolution: "random-list@workspace:examples/random-list"
64116411
dependencies:
6412-
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
6413-
"@idealjs/sapling": "npm:0.1.20"
6412+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
6413+
"@idealjs/sapling": "npm:0.1.21"
64146414
"@types/node": "npm:^20.10.7"
64156415
typescript: "npm:^5.3.3"
64166416
vite: "npm:^5.0.11"
@@ -7490,8 +7490,8 @@ __metadata:
74907490
version: 0.0.0-use.local
74917491
resolution: "todo@workspace:examples/todo"
74927492
dependencies:
7493-
"@idealjs/eslint-plugin-sapling": "npm:0.1.20"
7494-
"@idealjs/sapling": "npm:0.1.20"
7493+
"@idealjs/eslint-plugin-sapling": "npm:0.1.21"
7494+
"@idealjs/sapling": "npm:0.1.21"
74957495
"@types/node": "npm:^20.10.7"
74967496
typescript: "npm:^5.3.3"
74977497
vite: "npm:^5.0.11"

0 commit comments

Comments
 (0)