build: bump version to 0.12.8 (#940)

* build: bump version to 0.12.8

* fix: bump versions in package.json files
This commit is contained in:
Myriad-Dreamin 2024-12-03 22:27:57 +08:00 committed by GitHub
parent d88cd90899
commit 27460a9c53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 25 additions and 21 deletions

34
Cargo.lock generated
View file

@ -3754,7 +3754,7 @@ dependencies = [
[[package]]
name = "sync-lsp"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"anyhow",
"clap",
@ -3876,7 +3876,7 @@ dependencies = [
[[package]]
name = "tests"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"insta",
"lsp-server",
@ -3999,7 +3999,7 @@ dependencies = [
[[package]]
name = "tinymist"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"anyhow",
"async-trait",
@ -4040,7 +4040,7 @@ dependencies = [
"serde_yaml",
"strum",
"sync-lsp",
"tinymist-assets 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-query",
"tinymist-render",
"tinymist-world",
@ -4067,7 +4067,7 @@ dependencies = [
[[package]]
name = "tinymist-analysis"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"base64",
"comemo 0.4.0",
@ -4084,17 +4084,17 @@ dependencies = [
[[package]]
name = "tinymist-assets"
version = "0.12.6"
version = "0.12.8"
[[package]]
name = "tinymist-assets"
version = "0.12.6"
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9795ce86a24b32423a03836a3122981468624efcc6bb6ca4d067f009c23dae8a"
checksum = "ae1dada04f92e3775685eae772e4f2a198f504ff3dc9413d82b3e6dafb890be0"
[[package]]
name = "tinymist-derive"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"quote",
"syn 2.0.90",
@ -4102,7 +4102,7 @@ dependencies = [
[[package]]
name = "tinymist-query"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"anyhow",
"base64",
@ -4156,7 +4156,7 @@ dependencies = [
[[package]]
name = "tinymist-render"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"base64",
"log",
@ -4167,7 +4167,7 @@ dependencies = [
[[package]]
name = "tinymist-world"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"anyhow",
"chrono",
@ -4183,7 +4183,7 @@ dependencies = [
"serde",
"serde_json",
"tar",
"tinymist-assets 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
"typst",
"typst-assets",
]
@ -4467,7 +4467,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "typlite"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"base64",
"comemo 0.4.0",
@ -4620,7 +4620,7 @@ dependencies = [
[[package]]
name = "typst-preview"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"clap",
"comemo 0.4.0",
@ -4633,7 +4633,7 @@ dependencies = [
"reflexo-vec2svg",
"serde",
"serde_json",
"tinymist-assets 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tinymist-assets 0.12.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio",
"typst",
"typst-assets",
@ -4660,7 +4660,7 @@ dependencies = [
[[package]]
name = "typst-shim"
version = "0.12.6"
version = "0.12.8"
dependencies = [
"cfg-if",
"typst",

View file

@ -1,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
version = "0.12.6"
version = "0.12.8"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
@ -145,7 +145,7 @@ insta = { version = "1.39", features = ["glob"] }
# Our Own Crates
typst-preview = { path = "./crates/typst-preview" }
tinymist-assets = { version = "0.12.6" }
tinymist-assets = { version = "0.12.8" }
tinymist = { path = "./crates/tinymist/" }
tinymist-derive = { path = "./crates/tinymist-derive/" }
tinymist-analysis = { path = "./crates/tinymist-analysis/" }

View file

@ -4,6 +4,10 @@ All notable changes to the "tinymist" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## v0.12.8 - [2024-12-03]
v0.12.6 was wrongly released as v0.12.6-rc3. This release is to fix the version number.
## v0.12.6 - [2024-12-03]
* Bumped typstyle to v0.12.6 by @Enter-tainer in https://github.com/Myriad-Dreamin/tinymist/pull/893, https://github.com/Myriad-Dreamin/tinymist/pull/904 and https://github.com/Myriad-Dreamin/tinymist/pull/928

View file

@ -1,6 +1,6 @@
{
"name": "tinymist",
"version": "0.12.6",
"version": "0.12.8",
"description": "An integrated language service for Typst",
"keywords": [
"typst",

View file

@ -1,6 +1,6 @@
{
"name": "typst-textmate",
"version": "0.12.6",
"version": "0.12.8",
"private": true,
"scripts": {
"compile": "npx tsc && node ./dist/main.mjs",