Skip to content

Commit fa56cf1

Browse files
0.1.15 bump version
1 parent ea050f8 commit fa56cf1

File tree

18 files changed

+78
-46
lines changed

18 files changed

+78
-46
lines changed

crates/cli/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Herrington Darkholme <[email protected]>"]
55
edition = "2021"
66
description = "Search and Rewrite code at large scale using precise AST pattern"
@@ -16,10 +16,10 @@ name = "sg"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
ast-grep-core = { version = "0.1.14", path = "../core" }
20-
ast-grep-config = { version = "0.1.14", path = "../config" }
21-
ast-grep-lsp = { version = "0.1.14", path = "../lsp" }
22-
ast-grep-language = { version = "0.1.14", path = "../language" }
19+
ast-grep-core = { version = "0.1.15", path = "../core" }
20+
ast-grep-config = { version = "0.1.15", path = "../config" }
21+
ast-grep-lsp = { version = "0.1.15", path = "../lsp" }
22+
ast-grep-language = { version = "0.1.15", path = "../language" }
2323

2424
ansi_term = "0.12"
2525
atty = "0.2.14"

crates/config/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep-config"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Herrington Darkholme <[email protected]>"]
55
edition = "2021"
66
description = "Search and Rewrite code at large scale using precise AST pattern"
@@ -15,7 +15,7 @@ rust-version = "1.63"
1515
default = ["regex"]
1616

1717
[dependencies]
18-
ast-grep-core = { version="0.1.14", path = "../core" }
18+
ast-grep-core = { version= "0.1.15", path = "../core" }
1919
serde = { version = "1.0", features = ["derive"] }
2020
serde_yaml = "0.9.16"
2121
regex = {version = "1.7.0", optional = true }

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep-core"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Herrington Darkholme <[email protected]>"]
55
edition = "2021"
66
description = "Search and Rewrite code at large scale using precise AST pattern"

crates/language/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep-language"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Herrington Darkholme <[email protected]>"]
55
edition = "2021"
66
description = "Search and Rewrite code at large scale using precise AST pattern"
@@ -12,7 +12,7 @@ rust-version = "1.63"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
ast-grep-core = { version="0.1.14", path = "../core" }
15+
ast-grep-core = { version= "0.1.15", path = "../core" }
1616
ignore = "0.4.18"
1717
serde = { version = "1.0", features = ["derive"] }
1818

crates/lsp/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep-lsp"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Herrington Darkholme <[email protected]>"]
55
edition = "2021"
66
description = "Search and Rewrite code at large scale using precise AST pattern"
@@ -12,8 +12,8 @@ rust-version = "1.63"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
ast-grep-core = { version="0.1.14", path = "../core" }
16-
ast-grep-config = { version="0.1.14", path = "../config" }
15+
ast-grep-core = { version= "0.1.15", path = "../core" }
16+
ast-grep-config = { version= "0.1.15", path = "../config" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
tower-lsp = "0.17.0"
1919
dashmap = "5.4.0"

crates/napi/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ast-grep-napi"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["HerringtonDarkholme <[email protected]>"]
55
edition = "2018"
66
description = "Search and Rewrite code at large scale using precise AST pattern"
@@ -12,8 +12,8 @@ rust-version = "1.63"
1212
[dependencies]
1313
napi = { version = "2", features = ["serde-json"] }
1414
napi-derive = "2"
15-
ast-grep-core = { version="0.1.14", path = "../core" }
16-
ast-grep-config = { version="0.1.14", path = "../config" }
15+
ast-grep-core = { version= "0.1.15", path = "../core" }
16+
ast-grep-config = { version= "0.1.15", path = "../config" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
tree-sitter-typescript="0.20.1"
1919
tree-sitter-html = "0.19.0"

crates/napi/npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-darwin-arm64",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"darwin"
66
],

crates/napi/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-darwin-x64",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"darwin"
66
],

crates/napi/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-linux-x64-gnu",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"linux"
66
],

crates/napi/npm/win32-arm64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-win32-arm64-msvc",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"win32"
66
],

crates/napi/npm/win32-ia32-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-win32-ia32-msvc",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"win32"
66
],

crates/napi/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi-win32-x64-msvc",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"win32"
66
],

crates/napi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/napi",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "Search and Rewrite code at large scale using precise AST pattern",
55
"main": "index.js",
66
"repository": "https://github.com/ast-grep/ast-grep",
@@ -63,4 +63,4 @@
6363
}
6464
},
6565
"packageManager": "[email protected]"
66-
}
66+
}

npm/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/cli",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -19,12 +19,12 @@
1919
"postinstall": "node postinstall.js"
2020
},
2121
"optionalDependencies": {
22-
"@ast-grep/cli-darwin-x64": "0.1.14",
23-
"@ast-grep/cli-linux-x64-gnu": "0.1.14",
24-
"@ast-grep/cli-win32-x64-msvc": "0.1.14",
25-
"@ast-grep/cli-darwin-arm64": "0.1.14"
22+
"@ast-grep/cli-darwin-x64": "0.1.15",
23+
"@ast-grep/cli-linux-x64-gnu": "0.1.15",
24+
"@ast-grep/cli-win32-x64-msvc": "0.1.15",
25+
"@ast-grep/cli-darwin-arm64": "0.1.15"
2626
},
2727
"bin": {
2828
"sg": "sg"
2929
}
30-
}
30+
}
+12-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "@ast-grep/cli-darwin-arm64",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"darwin"
66
],
77
"cpu": [
88
"arm64"
99
],
10-
"files": [ "sg" ],
10+
"files": [
11+
"sg"
12+
],
1113
"description": "Search and Rewrite code at large scale using precise AST pattern",
12-
"keywords": ["ast", "pattern", "codemod", "search", "rewrite"],
14+
"keywords": [
15+
"ast",
16+
"pattern",
17+
"codemod",
18+
"search",
19+
"rewrite"
20+
],
1321
"license": "MIT",
1422
"engines": {
1523
"node": ">= 10"
@@ -19,4 +27,4 @@
1927
"access": "public"
2028
},
2129
"repository": "https://github.com/ast-grep/ast-grep"
22-
}
30+
}

npm/platforms/darwin-x64/package.json

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "@ast-grep/cli-darwin-x64",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"darwin"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"files": [ "sg" ],
10+
"files": [
11+
"sg"
12+
],
1113
"description": "Search and Rewrite code at large scale using precise AST pattern",
12-
"keywords": ["ast", "pattern", "codemod", "search", "rewrite"],
14+
"keywords": [
15+
"ast",
16+
"pattern",
17+
"codemod",
18+
"search",
19+
"rewrite"
20+
],
1321
"license": "MIT",
1422
"engines": {
1523
"node": ">= 10"
@@ -19,4 +27,4 @@
1927
"access": "public"
2028
},
2129
"repository": "https://github.com/ast-grep/ast-grep"
22-
}
30+
}
+12-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/cli-linux-x64-gnu",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"linux"
66
],
@@ -10,9 +10,17 @@
1010
"libc": [
1111
"glibc"
1212
],
13-
"files": [ "sg" ],
13+
"files": [
14+
"sg"
15+
],
1416
"description": "Search and Rewrite code at large scale using precise AST pattern",
15-
"keywords": ["ast", "pattern", "codemod", "search", "rewrite"],
17+
"keywords": [
18+
"ast",
19+
"pattern",
20+
"codemod",
21+
"search",
22+
"rewrite"
23+
],
1624
"license": "MIT",
1725
"engines": {
1826
"node": ">= 10"
@@ -22,4 +30,4 @@
2230
"access": "public"
2331
},
2432
"repository": "https://github.com/ast-grep/ast-grep"
25-
}
33+
}
+12-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "@ast-grep/cli-win32-x64-msvc",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"os": [
55
"win32"
66
],
77
"cpu": [
88
"x64"
99
],
10-
"files": [ "sg.exe" ],
10+
"files": [
11+
"sg.exe"
12+
],
1113
"description": "Search and Rewrite code at large scale using precise AST pattern",
12-
"keywords": ["ast", "pattern", "codemod", "search", "rewrite"],
14+
"keywords": [
15+
"ast",
16+
"pattern",
17+
"codemod",
18+
"search",
19+
"rewrite"
20+
],
1321
"license": "MIT",
1422
"engines": {
1523
"node": ">= 10"
@@ -19,4 +27,4 @@
1927
"access": "public"
2028
},
2129
"repository": "https://github.com/ast-grep/ast-grep"
22-
}
30+
}

0 commit comments

Comments
 (0)