Skip to content

Commit

Permalink
build: bump version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent d0f17a6 commit 8a4b390
Show file tree
Hide file tree
Showing 37 changed files with 103 additions and 97 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG/CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to the "tinymist" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## v0.5.3 - [2024-12-29]

### Package: @myriaddreamin/typst.node

- (Fix) both build script and CI script were broken.

## v0.5.2 - [2024-12-29]

### Package: rehype-typst
Expand Down
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.2"
version = "0.5.3"
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.2", path = "crates/reflexo", default-features = false }
reflexo-vfs = { version = "0.5.2", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.2", path = "crates/reflexo-world" }
reflexo-typst = { version = "0.5.2", path = "crates/reflexo-typst", default-features = false }
reflexo-typst-shim = { version = "0.5.2", path = "crates/reflexo-typst-shim" }
reflexo = { version = "0.5.3", path = "crates/reflexo", default-features = false }
reflexo-vfs = { version = "0.5.3", path = "crates/reflexo-vfs" }
reflexo-world = { version = "0.5.3", path = "crates/reflexo-world" }
reflexo-typst = { version = "0.5.3", path = "crates/reflexo-typst", default-features = false }
reflexo-typst-shim = { version = "0.5.3", path = "crates/reflexo-typst-shim" }

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

# project components
typst-ts-test-common = { version = "0.5.2", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.2", path = "server/dev" }
typst-ts-cli = { version = "0.5.2", path = "cli" }
typst-ts-test-common = { version = "0.5.3", path = "tests/common" }
typst-ts-dev-server = { version = "0.5.3", path = "server/dev" }
typst-ts-cli = { version = "0.5.3", 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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"description": "Typst svg enhancement",
"author": "Myriad Dreamin <[email protected]>",
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"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.2",
"@myriaddreamin/typst-ts-renderer": "^0.5.2"
"@myriaddreamin/typst.ts": "^0.5.3",
"@myriaddreamin/typst-ts-renderer": "^0.5.3"
},
"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.2",
"version": "0.5.3",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -15,8 +15,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@myriaddreamin/typst.ts": "^0.5.2",
"@myriaddreamin/typst-ts-renderer": "^0.5.2"
"@myriaddreamin/typst.ts": "^0.5.3",
"@myriaddreamin/typst-ts-renderer": "^0.5.3"
},
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"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.2",
"version": "0.5.3",
"os": [
"freebsd"
],
Expand Down
Loading

0 comments on commit 8a4b390

Please sign in to comment.