Skip to content

Commit

Permalink
build: bump version to 0.12.18 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Jan 9, 2025
1 parent fb717ef commit c2aa453
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <[email protected]>", "Nathan Varner"]
version = "0.12.18-rc2"
version = "0.12.18"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -146,7 +146,7 @@ insta = { version = "1.39", features = ["glob"] }

# Our Own Crates
typst-preview = { path = "./crates/typst-preview" }
tinymist-assets = { version = "0.12.18-rc2" }
tinymist-assets = { version = "0.12.18" }
tinymist = { path = "./crates/tinymist/" }
tinymist-core = { path = "./crates/tinymist-core/", default-features = false }
tinymist-derive = { path = "./crates/tinymist-derive/" }
Expand Down
2 changes: 1 addition & 1 deletion crates/tinymist-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymist-web",
"version": "0.12.18-rc2",
"version": "0.12.18",
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymist",
"version": "0.12.18-rc2",
"version": "0.12.18",
"description": "An integrated language service for Typst",
"keywords": [
"typst",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/textmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typst-textmate",
"version": "0.12.18-rc2",
"version": "0.12.18",
"private": true,
"scripts": {
"compile": "npx tsc && node ./dist/main.mjs",
Expand Down

0 comments on commit c2aa453

Please sign in to comment.