Skip to content

Commit

Permalink
build: bump version to 0.5.0-rc7-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Oct 10, 2024
1 parent 3d765af commit 330fe54
Show file tree
Hide file tree
Showing 36 changed files with 95 additions and 95 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

30 changes: 15 additions & 15 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-rc7"
version = "0.5.0-rc7-2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -188,26 +188,26 @@ vergen = { version = "8.3.1", features = [
] }

# project core
reflexo = { version = "0.5.0-rc7", path = "crates/reflexo", default-features = false }
reflexo-vfs = { version = "0.5.0-rc7", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.0-rc7", path = "crates/reflexo-world" }
reflexo-typst = { version = "0.5.0-rc7", path = "crates/reflexo-typst", default-features = false }
reflexo-typst-shim = { version = "0.5.0-rc7", path = "crates/reflexo-typst-shim", features = [
reflexo = { version = "0.5.0-rc7-2", path = "crates/reflexo", default-features = false }
reflexo-vfs = { version = "0.5.0-rc7-2", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.0-rc7-2", path = "crates/reflexo-world" }
reflexo-typst = { version = "0.5.0-rc7-2", path = "crates/reflexo-typst", default-features = false }
reflexo-typst-shim = { version = "0.5.0-rc7-2", path = "crates/reflexo-typst-shim", features = [
"nightly",
] }

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

# project components
typst-ts-test-common = { version = "0.5.0-rc7", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.0-rc7", path = "server/dev" }
typst-ts-cli = { version = "0.5.0-rc7", path = "cli" }
typst-ts-test-common = { version = "0.5.0-rc7-2", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.0-rc7-2", path = "server/dev" }
typst-ts-cli = { version = "0.5.0-rc7-2", 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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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-rc7",
"version": "0.5.0-rc7-2",
"description": "Typst svg enhancement",
"author": "Myriad Dreamin <camiyoru@gmail.com>",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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-rc7",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc7"
"@myriaddreamin/typst.ts": "^0.5.0-rc7-2",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc7-2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
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.0-rc7",
"version": "0.5.0-rc7-2",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@myriaddreamin/typst.ts": "^0.5.0-rc7",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc7"
"@myriaddreamin/typst.ts": "^0.5.0-rc7-2",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc7-2"
},
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"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.0-rc7",
"version": "0.5.0-rc7-2",
"os": [
"freebsd"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.node/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-linux-arm-gnueabihf",
"version": "0.5.0-rc7",
"version": "0.5.0-rc7-2",
"os": [
"linux"
],
Expand Down
Loading

0 comments on commit 330fe54

Please sign in to comment.