Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
chore: bump to 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Mar 13, 2024
1 parent b4b529a commit 9081106
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 49 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typst-preview"
version = "0.10.9"
version = "0.10.10"
authors = ["The Typst Project Developers"]
edition = "2021"
build = "build.rs"
Expand All @@ -18,11 +18,12 @@ doc = false
typst = "0.10.0"
# typst-library = "0.10.0"
typst-assets = { git = "https://github.com/typst/typst-assets", tag = "v0.11.0-rc1" }
typst-ts-svg-exporter = { version = "0.4.2-rc7" }
typst-ts-svg-exporter = { version = "0.4.2-rc8" }
typst-ts-core = { version = "0.4.2-rc7", default-features = false, features = [
"flat-vector",
"vector-bbox",
] }
typst-ts-compiler = { version = "0.4.2-rc8", optional = true }
comemo = "0.4"
elsa = "1.10"
memmap2 = "0.9.4"
Expand All @@ -39,16 +40,15 @@ indexmap = "2"
serde = "1.0.197"
await-tree = "0.1.2"

typst-ts-compiler = { version = "0.4.2-rc7", optional = true }
clap = { version = "4.5.2", features = ["derive", "env"], optional = true }
open = { version = "5.1.2", optional = true }
hyper = { version = "0.14", features = ["full"], optional = true }
[patch.crates-io]
typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0" }
typst-ts-svg-exporter = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "58c2c6b07831cffb8915776c45058754c505033b", package = "typst-ts-svg-exporter" }
typst-ts-core = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "58c2c6b07831cffb8915776c45058754c505033b", package = "typst-ts-core" }
typst-ts-compiler = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "58c2c6b07831cffb8915776c45058754c505033b", package = "typst-ts-compiler" }
typst = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0-2" }
typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", branch = "typst.ts-v0.11.0-2" }
typst-ts-svg-exporter = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "c8ff53382c2afa67582465c6e7e0fd78603e4341", package = "typst-ts-svg-exporter" }
typst-ts-core = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "c8ff53382c2afa67582465c6e7e0fd78603e4341", package = "typst-ts-core" }
typst-ts-compiler = { git = "https://github.com/Myriad-Dreamin/typst.ts", rev = "c8ff53382c2afa67582465c6e7e0fd78603e4341", package = "typst-ts-compiler" }

# typst = { path = "../../../typst/crates/typst" }
# typst-syntax = { path = "../../../typst/crates/typst-syntax" }
Expand Down
7 changes: 4 additions & 3 deletions addons/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer",
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
},
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc7",
"@myriaddreamin/typst.ts": "0.4.2-rc7",
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc8",
"@myriaddreamin/typst.ts": "0.4.2-rc8",
"typst-dom": "link:../typst-dom",
"rxjs": "^7.8.1"
},
Expand Down
18 changes: 9 additions & 9 deletions addons/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==

"@myriaddreamin/[email protected]rc7":
version "0.4.2-rc7"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.4.2-rc7.tgz#2d991b72c652948f04e46cf9151b4edf49fd2863"
integrity sha512-Yga0tW2MD4oZeyYNHKZQKTIBznRYP4OpQ6XffCtzKLpDqrQn3RkFn1bW6qkmlV3fta2IcPCHACTWeMIpyRhsng==

"@myriaddreamin/[email protected]rc7":
version "0.4.2-rc7"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst.ts/-/typst.ts-0.4.2-rc7.tgz#4498833b3171104fe212ad1621521f0962ab14aa"
integrity sha512-URrAboRdDSZoxONwWIXl9M1ROo5k8NJupBwFW0Y4ukOeTVZhv1yd4KN8LJFYGnp3LJxDZX5P6RwIfVVUTaT2rg==
"@myriaddreamin/[email protected]rc8":
version "0.4.2-rc8"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.4.2-rc8.tgz#b78c8bb37f2730384d0ebe6a6bc8d5d91faf2c97"
integrity sha512-cAOCfa9RIWc84qSk3iJHhhQmliEQGpgwGyN05GU/3+PAHVZ4prUjkn+TJI09e/q6uUB742YMVcvbN30gsC0hXA==

"@myriaddreamin/[email protected]rc8":
version "0.4.2-rc8"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst.ts/-/typst.ts-0.4.2-rc8.tgz#4a9cd58bd9d033f580c070a1ba11f8f14f3c180d"
integrity sha512-SG6aZK6ufT2+4H3p+NSQr5QEm4Qp8P8cjaqfVsvT+xQmQnxP7Rgit1dNjOV6IR66aughes/myZbebpEjVeAhjQ==
dependencies:
idb "^7.1.1"

Expand Down
11 changes: 6 additions & 5 deletions addons/typst-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer",
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
},
"peerDependencies": {
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc7",
"@myriaddreamin/typst.ts": "0.4.2-rc7"
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc8",
"@myriaddreamin/typst.ts": "0.4.2-rc8"
},
"devDependencies": {
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc7",
"@myriaddreamin/typst.ts": "0.4.2-rc7",
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc8",
"@myriaddreamin/typst.ts": "0.4.2-rc8",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-singlefile": "^0.13.5",
Expand Down
18 changes: 9 additions & 9 deletions addons/typst-dom/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==

"@myriaddreamin/[email protected]rc7":
version "0.4.2-rc7"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.4.2-rc7.tgz#2d991b72c652948f04e46cf9151b4edf49fd2863"
integrity sha512-Yga0tW2MD4oZeyYNHKZQKTIBznRYP4OpQ6XffCtzKLpDqrQn3RkFn1bW6qkmlV3fta2IcPCHACTWeMIpyRhsng==

"@myriaddreamin/[email protected]rc7":
version "0.4.2-rc7"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst.ts/-/typst.ts-0.4.2-rc7.tgz#4498833b3171104fe212ad1621521f0962ab14aa"
integrity sha512-URrAboRdDSZoxONwWIXl9M1ROo5k8NJupBwFW0Y4ukOeTVZhv1yd4KN8LJFYGnp3LJxDZX5P6RwIfVVUTaT2rg==
"@myriaddreamin/[email protected]rc8":
version "0.4.2-rc8"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.4.2-rc8.tgz#b78c8bb37f2730384d0ebe6a6bc8d5d91faf2c97"
integrity sha512-cAOCfa9RIWc84qSk3iJHhhQmliEQGpgwGyN05GU/3+PAHVZ4prUjkn+TJI09e/q6uUB742YMVcvbN30gsC0hXA==

"@myriaddreamin/[email protected]rc8":
version "0.4.2-rc8"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst.ts/-/typst.ts-0.4.2-rc8.tgz#4a9cd58bd9d033f580c070a1ba11f8f14f3c180d"
integrity sha512-SG6aZK6ufT2+4H3p+NSQr5QEm4Qp8P8cjaqfVsvT+xQmQnxP7Rgit1dNjOV6IR66aughes/myZbebpEjVeAhjQ==
dependencies:
idb "^7.1.1"

Expand Down
7 changes: 7 additions & 0 deletions addons/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "typst-preview" extension will be documented in this

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.10.10 - [2024-03-13]

- Features:
- Upgrade to typst v0.11.0-rc1(master, 48820fe69b8061bd949847afc343bf160d05c924)
- Bug fixes:
- Fix gradient color being rendered incorrectly

## v0.10.9 - [2024-03-10]

- Features:
Expand Down
9 changes: 8 additions & 1 deletion addons/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ This project is not affiliated with, created by, or endorsed by Typst the brand.

## Release Notes

### v0.11.0-rc1 - [2024-03-10]
## v0.10.10 - [2024-03-13]

- Features:
- Upgrade to typst v0.11.0-rc1(master, 48820fe69b8061bd949847afc343bf160d05c924)
- Bug fixes:
- Fix gradient color being rendered incorrectly

### v0.10.9 - [2024-03-10]

- Features:
- Upgrade to typst v0.11.0-rc1
Expand Down
2 changes: 1 addition & 1 deletion addons/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/Enter-tainer/typst-preview"
},
"version": "0.10.9",
"version": "0.10.10",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit 9081106

Please sign in to comment.