Skip to content

Commit

Permalink
chore: bump stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 20, 2023
1 parent fe01214 commit 11d7cc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Scripts are extracted and modified from [Shiki](https://github.com/shikijs/shiki
- Less than 100 columns if possible
- Link to source in the last line, for example `# From https://poignant.guide/book/chapter-5.html`
4. Run `pnpm run fetch` to download the grammar and verify it works
5. 🚀 Send in the PR!
5. Send in the PR!

### Add a new theme

1. Fork this repository
2. Add theme source and metadata to [`sources-themes.ts`](./sources-themes.ts)
3. Run `pnpm run fetch` to download the theme and verify it works
4. 🚀 Send in the PR!
4. Send in the PR!

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-grammars",
"type": "module",
"version": "0.0.6",
"version": "1.0.0",
"packageManager": "pnpm@8.11.0",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-themes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-themes",
"type": "module",
"version": "0.0.3",
"version": "1.0.0",
"packageManager": "pnpm@8.11.0",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
Expand Down

0 comments on commit 11d7cc1

Please sign in to comment.