Skip to content

Commit

Permalink
build: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Nov 1, 2023
1 parent 9990c5d commit 81e400a
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 52 deletions.
40 changes: 20 additions & 20 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.4.0-rc11"
version = "0.4.0"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -185,21 +185,21 @@ vergen = { version = "8.2.5", features = [
] }

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

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

# project common components
typst-ts-dev-server = { version = "0.4.0-rc11", path = "server/dev" }
typst-ts-cli = { version = "0.4.0-rc11", path = "cli" }
typst-ts-dev-server = { version = "0.4.0", path = "server/dev" }
typst-ts-cli = { version = "0.4.0", 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-rc11",
"version": "0.4.0",
"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 @@ -43,7 +43,7 @@ web-sys = { workspace = true, features = [
console_error_panic_hook.workspace = true

typst-ts-core.workspace = true
typst-ts-compiler = { version = "0.4.0-rc1", default-features = false, features = [
typst-ts-compiler = { version = "0.4.0", 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.4.0-rc11",
"version": "0.4.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/renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde-wasm-bindgen.workspace = true
web-sys = { workspace = true, features = ["console", "Window"] }

typst-ts-core.workspace = true
typst-ts-compiler = { version = "0.4.0-rc1", default-features = false, features = [
typst-ts-compiler = { version = "0.4.0", default-features = false, features = [
"web-render",
] }
typst-ts-canvas-exporter = { 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.4.0-rc11",
"version": "0.4.0",
"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-rc11",
"version": "0.4.0",
"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-rc11",
"version": "0.4.0",
"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-rc11",
"version": "0.4.0",
"description": "Run Typst in JavaScriptWorld.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/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-rc11",
"version": "0.4.0",
"description": "Typst renderer plugin for Hexo",
"author": "Myriad Dreamin <[email protected]>",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions templates/node.js-compiler-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.4.0-rc6",
"@myriaddreamin/typst-ts-web-compiler": "^0.4.0-rc6",
"@myriaddreamin/typst.ts": "^0.4.0-rc6",
"@myriaddreamin/typst-ts-renderer": "^0.4.0",
"@myriaddreamin/typst-ts-web-compiler": "^0.4.0",
"@myriaddreamin/typst.ts": "^0.4.0",
"node-fetch": "3.3.2",
"sync-request": "^6.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions templates/node.js-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.4.0-rc6",
"@myriaddreamin/typst.ts": "^0.4.0-rc6"
"@myriaddreamin/typst-ts-renderer": "^0.4.0",
"@myriaddreamin/typst.ts": "^0.4.0"
},
"devDependencies": {
"@types/web": "^0.0.99",
Expand Down
4 changes: 2 additions & 2 deletions templates/node.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.4.0-rc6",
"@myriaddreamin/typst.ts": "^0.4.0-rc6"
"@myriaddreamin/typst-ts-renderer": "^0.4.0",
"@myriaddreamin/typst.ts": "^0.4.0"
},
"devDependencies": {
"@types/web": "^0.0.99",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-node-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.4.0-rc6",
"@myriaddreamin/typst.ts": "^0.4.0-rc6"
"@myriaddreamin/typst-ts-renderer": "^0.4.0",
"@myriaddreamin/typst.ts": "^0.4.0"
},
"devDependencies": {
"@types/web": "^0.0.99",
Expand Down
4 changes: 2 additions & 2 deletions templates/ts-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"dependencies": {
"@myriaddreamin/typst-ts-renderer": "^0.4.0-rc6",
"@myriaddreamin/typst.ts": "^0.4.0-rc6"
"@myriaddreamin/typst-ts-renderer": "^0.4.0",
"@myriaddreamin/typst.ts": "^0.4.0"
},
"devDependencies": {
"@types/web": "^0.0.99",
Expand Down

0 comments on commit 81e400a

Please sign in to comment.