Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
and change npm scope
  • Loading branch information
ObserverOfTime committed Mar 8, 2024
1 parent 0b11fb4 commit 3092d58
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
npm:
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
with:
package-name: "@muniftanjim/tree-sitter-lua"
package-name: "@tree-sitter-grammars/tree-sitter-lua"
secrets:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
crates:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-lua"
description = "Lua grammar for tree-sitter"
version = "0.0.19"
version = "0.1.0"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "lua"]
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI][ci]](https://github.com/tree-sitter-grammars/tree-sitter-lua/actions/workflows/ci.yml)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)
[![npm][npm]](https://www.npmjs.com/package/%40muniftanjim%2Ftree-sitter-lua)
[![npm][npm]](https://www.npmjs.com/package/%40tree-sitter-grammars%2Ftree-sitter-lua)
[![crates][crates]](https://crates.io/crates/tree-sitter-lua)

Lua grammar for tree-sitter.
Expand All @@ -25,5 +25,5 @@ The [external scanner](/src/scanner.c) was initially based on these repositories
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter-grammars/tree-sitter-lua/ci.yml?logo=github&label=CI
[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix
[npm]: https://img.shields.io/npm/v/%40muniftanjim%2Ftree-sitter-lua?logo=npm
[npm]: https://img.shields.io/npm/v/%40tree-sitter-grammars%2Ftree-sitter-lua?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-lua?logo=rust
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@muniftanjim/tree-sitter-lua",
"version": "0.0.19",
"name": "@tree-sitter-grammars/tree-sitter-lua",
"version": "0.1.0",
"description": "Lua grammar for tree-sitter",
"repository": "tree-sitter-grammars/tree-sitter-lua",
"author": "Munif Tanjim (https://muniftanjim.dev)",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-lua"
description = "Lua grammar for tree-sitter"
version = "0.0.19"
version = "0.1.0"
keywords = ["incremental", "parsing", "tree-sitter", "lua"]
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 3092d58

Please sign in to comment.