Skip to content

Commit

Permalink
build: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 28, 2024
1 parent 97958d6 commit 8787c75
Show file tree
Hide file tree
Showing 36 changed files with 96 additions and 98 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-rc9"
version = "0.5.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -194,24 +194,24 @@ vergen = { version = "9.0.1", features = [
vergen-gitcl = { version = "1.0.1" }

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

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

# project components
typst-ts-test-common = { version = "0.5.0-rc9", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.0-rc9", path = "server/dev" }
typst-ts-cli = { version = "0.5.0-rc9", path = "cli" }
typst-ts-test-common = { version = "0.5.0", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.0", path = "server/dev" }
typst-ts-cli = { version = "0.5.0", 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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"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-rc9",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc9"
"@myriaddreamin/typst.ts": "^0.5.0",
"@myriaddreamin/typst-ts-renderer": "^0.5.0"
},
"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-rc9",
"version": "0.5.0",
"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-rc9",
"@myriaddreamin/typst-ts-renderer": "^0.5.0-rc9"
"@myriaddreamin/typst.ts": "^0.5.0",
"@myriaddreamin/typst-ts-renderer": "^0.5.0"
},
"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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"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-rc9",
"version": "0.5.0",
"os": [
"darwin"
],
Expand Down
3 changes: 1 addition & 2 deletions packages/typst.node/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-darwin-x64",
"version": "0.5.0-rc9",
"os": [
"version": "0.5.0"os": [
"darwin"
],
"cpu": [
Expand Down
3 changes: 1 addition & 2 deletions packages/typst.node/npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@myriaddreamin/typst-ts-node-compiler-freebsd-x64",
"version": "0.5.0-rc9",
"os": [
"version": "0.5.0"os": [
"freebsd"
],
"cpu": [
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-rc9",
"version": "0.5.0",
"os": [
"linux"
],
Expand Down
Loading

0 comments on commit 8787c75

Please sign in to comment.