Skip to content

Commit

Permalink
dev: bump version to 0.4.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Sep 29, 2023
1 parent 0dc88af commit 7fff779
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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.4.0-rc7"
version = "0.4.0-rc8"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -181,21 +181,21 @@ vergen = { version = "8.2.5", features = [
] }

# project core
typst-ts-core = { version = "0.4.0-rc7", default-features = false }
typst-ts-compiler = { version = "0.4.0-rc7", default-features = false }
typst-ts-test-common = { version = "0.4.0-rc7", path = "tests/common" }
typst-ts-core = { version = "0.4.0-rc8", default-features = false }
typst-ts-compiler = { version = "0.4.0-rc8", default-features = false }
typst-ts-test-common = { version = "0.4.0-rc8", path = "tests/common" }

# project exporters
typst-ts-ast-exporter = "0.4.0-rc7"
typst-ts-pdf-exporter = "0.4.0-rc7"
typst-ts-canvas-exporter = { version = "0.4.0-rc7", path = "exporter/canvas" }
typst-ts-canvas-exporter = { version = "0.4.0-rc8", path = "exporter/canvas" }
typst-ts-raster-exporter = "0.4.0-rc7"
typst-ts-serde-exporter = "0.4.0-rc7"
typst-ts-svg-exporter = "0.4.0-rc7"

# project common components
typst-ts-dev-server = { version = "0.4.0-rc7", path = "server/dev" }
typst-ts-cli = { version = "0.4.0-rc7", path = "cli" }
typst-ts-dev-server = { version = "0.4.0-rc8", path = "server/dev" }
typst-ts-cli = { version = "0.4.0-rc8", 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.4.0-rc7",
"version": "0.4.0-rc8",
"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.4.0-rc7",
"version": "0.4.0-rc8",
"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/hexo-renderer-typst/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-renderer-typst",
"version": "0.4.0-rc7",
"version": "0.4.0-rc8",
"description": "Typst renderer plugin for Hexo",
"author": "Myriad Dreamin <camiyoru@gmail.com>",
"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.4.0-rc7",
"version": "0.4.0-rc8",
"description": "WASM module for rendering Typst documents in browser.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0-rc7",
"version": "0.4.0-rc8",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst.react",
"version": "0.4.0-rc7",
"version": "0.4.0-rc8",
"description": "Typst.ts for React",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typst.ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myriaddreamin/typst.ts",
"version": "0.4.0-rc7",
"version": "0.4.0-rc8",
"description": "Run Typst in JavaScriptWorld.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7fff779

Please sign in to comment.