Skip to content

Commit

Permalink
build: bump version to 0.5.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jul 15, 2024
1 parent e4c2c89 commit ed00f15
Show file tree
Hide file tree
Showing 37 changed files with 99 additions and 99 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

34 changes: 17 additions & 17 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.0-rc5"
version = "0.5.0-rc6"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -203,30 +203,30 @@ vergen = { version = "8.3.1", features = [
] }

# project core
reflexo = { version = "0.5.0-rc5", default-features = false, path = "crates/reflexo" }
reflexo-vfs = { version = "0.5.0-rc5", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.0-rc5", path = "crates/reflexo-world" }
reflexo = { version = "0.5.0-rc6", default-features = false, path = "crates/reflexo" }
reflexo-vfs = { version = "0.5.0-rc6", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.0-rc6", path = "crates/reflexo-world" }

# conversions
reflexo-vec2canvas = { version = "0.5.0-rc5", path = "crates/conversion/vec2canvas" }
reflexo-vec2sema = { version = "0.5.0-rc5", path = "crates/conversion/vec2sema" }
reflexo-vec2bbox = { version = "0.5.0-rc5", path = "crates/conversion/vec2bbox" }
reflexo-vec2canvas = { version = "0.5.0-rc6", path = "crates/conversion/vec2canvas" }
reflexo-vec2sema = { version = "0.5.0-rc6", path = "crates/conversion/vec2sema" }
reflexo-vec2bbox = { version = "0.5.0-rc6", path = "crates/conversion/vec2bbox" }

typst-ts-core = { version = "0.5.0-rc5", default-features = false }
typst-ts-compiler = { version = "0.5.0-rc5", default-features = false }
typst-ts-test-common = { version = "0.5.0-rc5", path = "tests/common" }
typst-ts-core = { version = "0.5.0-rc6", default-features = false }
typst-ts-compiler = { version = "0.5.0-rc6", default-features = false }
typst-ts-test-common = { version = "0.5.0-rc6", path = "tests/common" }

# project exporters
typst-ts-ast-exporter = "0.5.0-rc5"
typst-ts-ast-exporter = "0.5.0-rc6"
typst-ts-dom-exporter = { path = "exporter/dom" }
typst-ts-pdf-exporter = "0.5.0-rc5"
typst-ts-serde-exporter = "0.5.0-rc5"
typst-ts-svg-exporter = "0.5.0-rc5"
typst-ts-text-exporter = "0.5.0-rc5"
typst-ts-pdf-exporter = "0.5.0-rc6"
typst-ts-serde-exporter = "0.5.0-rc6"
typst-ts-svg-exporter = "0.5.0-rc6"
typst-ts-text-exporter = "0.5.0-rc6"

# project common components
typst-ts-dev-server = { version = "0.5.0-rc5", path = "server/dev" }
typst-ts-cli = { version = "0.5.0-rc5", path = "cli" }
typst-ts-dev-server = { version = "0.5.0-rc6", path = "server/dev" }
typst-ts-cli = { version = "0.5.0-rc6", path = "cli" }

[patch.crates-io]
typst-ts-core = { path = "core" }
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.0-rc5",
"version": "0.5.0-rc6",
"author": "Myriad-Dreamin",
"description": "Run Typst in JavaScriptWorld.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ web-sys = { workspace = true, features = [
console_error_panic_hook.workspace = true

typst-ts-core.workspace = true
typst-ts-compiler = { version = "0.5.0-rc5", default-features = false, features = [
typst-ts-compiler = { version = "0.5.0-rc6", default-features = false, features = [
"web",
] }
typst-ts-ast-exporter.workspace = true
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.0-rc5",
"version": "0.5.0-rc6",
"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.0-rc5",
"version": "0.5.0-rc6",
"description": "Typst svg enhancement",
"author": "Myriad Dreamin <camiyoru@gmail.com>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ web-sys = { workspace = true, features = [
console_error_panic_hook.workspace = true

typst-ts-core.workspace = true
typst-ts-compiler = { version = "0.5.0-rc5", default-features = false, features = [
typst-ts-compiler = { version = "0.5.0-rc6", default-features = false, features = [
"web",
] }

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.0-rc5",
"version": "0.5.0-rc6",
"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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde-wasm-bindgen.workspace = true
web-sys = { workspace = true, features = ["console", "Window"] }

typst-ts-core.workspace = true
typst-ts-compiler = { version = "0.5.0-rc5", default-features = false, features = [
typst-ts-compiler = { version = "0.5.0-rc6", default-features = false, features = [
"web-render",
] }
reflexo-vec2canvas = { workspace = true, optional = true }
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.0-rc5",
"version": "0.5.0-rc6",
"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.13.0"
},
"peerDependencies": {
"@myriaddreamin/typst.ts": "^0.5.0-rc5",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc5"
"@myriaddreamin/typst.ts": "^0.5.0-rc6",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
Expand Down
Loading

0 comments on commit ed00f15

Please sign in to comment.