Skip to content

Commit 9950c2a

Browse files
chore: bump version
1 parent c968356 commit 9950c2a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+218
-116
lines changed

.changeset/brave-hairs-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependencies-GH-26.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dependencies-GH-33.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fancy-dots-teach.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/four-falcons-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/hungry-months-know.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-eagles-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quick-pillows-find.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-rocks-ask.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/solid-donkeys-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tangy-schools-brake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tired-comics-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-ties-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-jobs-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yummy-hats-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-angular
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 7137396: chore(deps): update dependency tree-sitter-angular to v0.6.0

packages/angular/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-angular",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,8 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"tree-sitter-cli"
50+
]
4651
}
4752
}

packages/bash/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-bash
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 4a54bcb: Added @ast-grep/lang-bash

packages/bash/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-bash",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-bash", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-bash",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/css/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-css
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- e7a802d: Add @ast-grep/lang-css

packages/css/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-css",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-css", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-css",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/dart/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-dart
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- bc9a5f3: Add @ast-grep/lang-dart

packages/dart/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-dart",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-dart", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-dart",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/elixir/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-elixir
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 8e792b5: Add @ast-grep/lang-elixir

packages/elixir/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-elixir",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-elixir", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-elixir",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/haskell/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-haskell
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 3a65b70: Add @ast-grep/lang-haskell

packages/haskell/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-haskell",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-haskell", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-haskell",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/html/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-html
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- ec3fa13: Add @ast-grep/lang-html

packages/html/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ast-grep/lang-html",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,10 @@
1818
"src",
1919
"prebuilds"
2020
],
21-
"keywords": ["ast-grep", "ast-grep-lang"],
21+
"keywords": [
22+
"ast-grep",
23+
"ast-grep-lang"
24+
],
2225
"author": "",
2326
"license": "ISC",
2427
"dependencies": {
@@ -42,6 +45,9 @@
4245
"registry": "https://registry.npmjs.org/"
4346
},
4447
"pnpm": {
45-
"onlyBuiltDependencies": ["@ast-grep/lang-html", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-html",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/java/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @ast-grep/lang-java
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 14131e0: Add @ast-grep/lang-java

0 commit comments

Comments
 (0)