Skip to content

Commit

Permalink
build: bump version to 0.12.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ParaN3xus committed Feb 20, 2025
1 parent f374e41 commit 52e9f8b
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

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

28 changes: 14 additions & 14 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.21-rc1"
version = "0.12.21"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -174,22 +174,22 @@ insta = { version = "1.39", features = ["glob"] }


# Our Own Crates
typst-preview = { version = "0.12.21-rc1", path = "./crates/typst-preview" }
typst-shim = { version = "0.12.21-rc1", path = "./crates/typst-shim", features = [
typst-preview = { version = "0.12.21", path = "./crates/typst-preview" }
typst-shim = { version = "0.12.21", path = "./crates/typst-shim", features = [
"nightly",
] }
tinymist-assets = { version = "=0.12.21-pre-rc1" }
tinymist = { version = "0.12.21-rc1", path = "./crates/tinymist/" }
tinymist-std = { version = "0.12.21-rc1", path = "./crates/tinymist-std/", default-features = false }
tinymist-vfs = { version = "0.12.21-rc1", path = "./crates/tinymist-vfs/", default-features = false }
tinymist-core = { version = "0.12.21-rc1", path = "./crates/tinymist-core/", default-features = false }
tinymist-world = { version = "0.12.21-rc1", path = "./crates/tinymist-world/", default-features = false }
tinymist-project = { version = "0.12.21-rc1", path = "./crates/tinymist-project/" }
tinymist-task = { version = "0.12.21-rc1", path = "./crates/tinymist-task/" }
tinymist-derive = { version = "0.12.21-rc1", path = "./crates/tinymist-derive/" }
tinymist-analysis = { version = "0.12.21-rc1", path = "./crates/tinymist-analysis/" }
tinymist-query = { version = "0.12.21-rc1", path = "./crates/tinymist-query/" }
tinymist-render = { version = "0.12.21-rc1", path = "./crates/tinymist-render/" }
tinymist = { version = "0.12.21", path = "./crates/tinymist/" }
tinymist-std = { version = "0.12.21", path = "./crates/tinymist-std/", default-features = false }
tinymist-vfs = { version = "0.12.21", path = "./crates/tinymist-vfs/", default-features = false }
tinymist-core = { version = "0.12.21", path = "./crates/tinymist-core/", default-features = false }
tinymist-world = { version = "0.12.21", path = "./crates/tinymist-world/", default-features = false }
tinymist-project = { version = "0.12.21", path = "./crates/tinymist-project/" }
tinymist-task = { version = "0.12.21", path = "./crates/tinymist-task/" }
tinymist-derive = { version = "0.12.21", path = "./crates/tinymist-derive/" }
tinymist-analysis = { version = "0.12.21", path = "./crates/tinymist-analysis/" }
tinymist-query = { version = "0.12.21", path = "./crates/tinymist-query/" }
tinymist-render = { version = "0.12.21", path = "./crates/tinymist-render/" }

[profile.dev.package.insta]
opt-level = 3
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.21-rc1",
"version": "0.12.21",
"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.21-rc1",
"version": "0.12.21",
"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.21-rc1",
"version": "0.12.21",
"private": true,
"scripts": {
"compile": "npx tsc && node ./dist/main.mjs",
Expand Down

0 comments on commit 52e9f8b

Please sign in to comment.