Skip to content

Commit

Permalink
feat: version 0.1.1 and modified font of playground hint
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Aug 14, 2024
1 parent 9f1fd53 commit 8c9ef4e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ members = ["soft-skia", "soft-skia-wasm"]
[dependencies]
png = "0.17.5"
colorsys = "0.6.5"

[dependencies.neon]
version = "0.10.1"
default-features = false
features = ["napi-6", "promise-api", "task-api"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "0.1.0",
"version": "0.1.1",
"private": "true",
"scripts": {},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion soft-skia-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soft-skia-wasm"
version = "0.10.0"
version = "0.11.0"
authors = ["meloalright <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion soft-skia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "soft_skia"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
description="software rasterization skia binding"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/package-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prismjs": "^1.29.0",
"vue": "^3.2.13",
"vue-live": "^2.5.4",
"vue-skia": "0.1.1-beta"
"vue-skia": "0.1.1"
},
"devDependencies": {
"@types/node": "^20.5.0",
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-playground",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ body {
position: absolute;
top: 100px;
left: -200px;
font-family: "Nanum Pen Script";
font-family: "Nanum Pen Script", "Nanum Pen";
font-size: 2em;
color: rgb(0, 161, 132);
transform: rotate(-30deg);
Expand Down
4 changes: 2 additions & 2 deletions vue-skia-framework/package-publish.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-skia",
"version": "0.1.0",
"version": "0.1.1",
"files": [
"lib",
"type.d.ts",
Expand All @@ -13,6 +13,6 @@
"main": "./main.js",
"module": "./main.js",
"dependencies": {
"soft-skia-wasm": "0.10.0"
"soft-skia-wasm": "0.11.0"
}
}

0 comments on commit 8c9ef4e

Please sign in to comment.