Skip to content

Commit

Permalink
build: bump version to 0.5.5-rc7 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Feb 26, 2025
1 parent 02123e5 commit e5142d5
Show file tree
Hide file tree
Showing 36 changed files with 101 additions and 95 deletions.
60 changes: 33 additions & 27 deletions Cargo.lock

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

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "Run Typst in JavaScriptWorld."
authors = ["Typst.ts Developers", "The Typst Project Developers"]
version = "0.5.5-rc6"
version = "0.5.5-rc7"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -203,21 +203,21 @@ tinymist-world = { version = "0.13.2-rc1", default-features = false }
tinymist-project = { version = "0.13.2-rc1", default-features = false }

# project core
reflexo = { version = "0.5.5-rc6", path = "crates/reflexo", default-features = false }
reflexo-typst = { version = "0.5.5-rc6", path = "crates/reflexo-typst", default-features = false }
reflexo = { version = "0.5.5-rc7", path = "crates/reflexo", default-features = false }
reflexo-typst = { version = "0.5.5-rc7", path = "crates/reflexo-typst", default-features = false }

# conversions
reflexo-typst2vec = { version = "0.5.5-rc6", path = "crates/conversion/typst2vec" }
reflexo-vec2canvas = { version = "0.5.5-rc6", path = "crates/conversion/vec2canvas" }
reflexo-vec2sema = { version = "0.5.5-rc6", path = "crates/conversion/vec2sema" }
reflexo-vec2bbox = { version = "0.5.5-rc6", path = "crates/conversion/vec2bbox" }
reflexo-vec2dom = { version = "0.5.5-rc6", path = "crates/conversion/vec2dom" }
reflexo-vec2svg = { version = "0.5.5-rc6", path = "crates/conversion/vec2svg" }
reflexo-typst2vec = { version = "0.5.5-rc7", path = "crates/conversion/typst2vec" }
reflexo-vec2canvas = { version = "0.5.5-rc7", path = "crates/conversion/vec2canvas" }
reflexo-vec2sema = { version = "0.5.5-rc7", path = "crates/conversion/vec2sema" }
reflexo-vec2bbox = { version = "0.5.5-rc7", path = "crates/conversion/vec2bbox" }
reflexo-vec2dom = { version = "0.5.5-rc7", path = "crates/conversion/vec2dom" }
reflexo-vec2svg = { version = "0.5.5-rc7", path = "crates/conversion/vec2svg" }

# project components
typst-ts-test-common = { version = "0.5.5-rc6", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.5-rc6", path = "server/dev" }
typst-ts-cli = { version = "0.5.5-rc6", path = "cli" }
typst-ts-test-common = { version = "0.5.5-rc7", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.5-rc7", path = "server/dev" }
typst-ts-cli = { version = "0.5.5-rc7", path = "cli" }

[workspace.lints.rust]
# missing_docs = "warn"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst.ts",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"author": "Myriad-Dreamin",
"description": "Run Typst in JavaScriptWorld.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-web-compiler",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"description": "WASM module for Compiling Typst documents in JavaScript environment.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced-typst-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "enhanced-typst-svg",
"private": true,
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"description": "Typst svg enhancement",
"author": "Myriad Dreamin <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-parser",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"description": "WASM module for Parsing Typst documents in JavaScript environment.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-renderer",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"description": "WASM module for rendering Typst documents in browser.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/typst.angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"zone.js": "~0.15.0"
},
"peerDependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.5.5-rc6",
"@myriaddreamin/typst.ts": "^0.5.5-rc6"
"@myriaddreamin/typst-ts-renderer": "^0.5.5-rc7",
"@myriaddreamin/typst.ts": "^0.5.5-rc7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/typst.angular/projects/typst.angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst.angular",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@myriaddreamin/typst.ts": "^0.5.5-rc6",
"@myriaddreamin/typst-ts-renderer": "^0.5.5-rc6"
"@myriaddreamin/typst.ts": "^0.5.5-rc7",
"@myriaddreamin/typst-ts-renderer": "^0.5.5-rc7"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion packages/typst.node/npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-android-arm-eabi",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.node/npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-android-arm64",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.node/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-darwin-arm64",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-darwin-x64",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-freebsd-x64",
"version": "0.5.5-rc6",
"version": "0.5.5-rc7",
"os": [
"freebsd"
],
Expand Down
Loading

0 comments on commit e5142d5

Please sign in to comment.