Skip to content

Commit cc51f12

Browse files
chore: bump version
1 parent 154e884 commit cc51f12

File tree

6 files changed

+32
-16
lines changed

6 files changed

+32
-16
lines changed

.changeset/cyan-crabs-relax.md

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

.changeset/warm-streets-type.md

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

packages/tsx/CHANGELOG.md

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

packages/tsx/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-tsx",
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-tsx", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-tsx",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

packages/typescript/CHANGELOG.md

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

packages/typescript/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-typescript",
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-typescript", "tree-sitter-cli"]
48+
"onlyBuiltDependencies": [
49+
"@ast-grep/lang-typescript",
50+
"tree-sitter-cli"
51+
]
4652
}
4753
}

0 commit comments

Comments
 (0)