Skip to content

Commit df3a422

Browse files
build: bump versions
and change npm scope
1 parent 393d7df commit df3a422

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
npm:
99
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1010
with:
11-
package-name: "@muniftanjim/tree-sitter-lua"
11+
package-name: "@tree-sitter-grammars/tree-sitter-lua"
1212
secrets:
1313
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1414
crates:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-lua"
33
description = "Lua grammar for tree-sitter"
4-
version = "0.0.19"
4+
version = "0.1.0"
55
license = "MIT"
66
readme = "README.md"
77
keywords = ["incremental", "parsing", "tree-sitter", "lua"]

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-lua/actions/workflows/ci.yml)
44
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
55
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
6-
[![npm][npm]](https://www.npmjs.com/package/%40muniftanjim%2Ftree-sitter-lua)
6+
[![npm][npm]](https://www.npmjs.com/package/%40tree-sitter-grammars%2Ftree-sitter-lua)
77
[![crates][crates]](https://crates.io/crates/tree-sitter-lua)
88

99
Lua grammar for tree-sitter.
@@ -25,5 +25,5 @@ The [external scanner](/src/scanner.c) was initially based on these repositories
2525
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-lua/ci.yml?logo=github&label=CI
2626
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
2727
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
28-
[npm]: https://img.shields.io/npm/v/%40muniftanjim%2Ftree-sitter-lua?logo=npm
28+
[npm]: https://img.shields.io/npm/v/%40tree-sitter-grammars%2Ftree-sitter-lua?logo=npm
2929
[crates]: https://img.shields.io/crates/v/tree-sitter-lua?logo=rust

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@muniftanjim/tree-sitter-lua",
3-
"version": "0.0.19",
2+
"name": "@tree-sitter-grammars/tree-sitter-lua",
3+
"version": "0.1.0",
44
"description": "Lua grammar for tree-sitter",
55
"repository": "tree-sitter-grammars/tree-sitter-lua",
66
"author": "Munif Tanjim (https://muniftanjim.dev)",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-lua"
77
description = "Lua grammar for tree-sitter"
8-
version = "0.0.19"
8+
version = "0.1.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "lua"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)