Skip to content

Commit

Permalink
version: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Aug 17, 2024
1 parent f7461a8 commit fb5ca49
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.1",
"version": "0.1.2",
"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.11.0"
version = "0.12.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.11.0"
version = "0.12.0"
edition = "2021"
description="software rasterization skia binding"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions vue-playground/package-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-playground",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -15,7 +15,7 @@
"vue": "^3.2.13",
"vue-live": "^2.5.4",
"vue3-progress": "0.0.1-beta4",
"vue-skia": "0.1.2-beta"
"vue-skia": "0.1.2"
},
"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.1",
"version": "0.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
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.1",
"version": "0.1.2",
"files": [
"lib",
"type.d.ts",
Expand All @@ -13,6 +13,6 @@
"main": "./main.js",
"module": "./main.js",
"dependencies": {
"soft-skia-wasm": "0.11.0"
"soft-skia-wasm": "0.12.0"
}
}

0 comments on commit fb5ca49

Please sign in to comment.