diff --git a/package.json b/package.json index 806474b..3df7d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monorepo", - "version": "0.1.1", + "version": "0.1.2", "private": "true", "scripts": {}, "packageManager": "pnpm@7.32.0" diff --git a/soft-skia-wasm/Cargo.toml b/soft-skia-wasm/Cargo.toml index f59e618..616ec31 100644 --- a/soft-skia-wasm/Cargo.toml +++ b/soft-skia-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soft-skia-wasm" -version = "0.11.0" +version = "0.12.0" authors = ["meloalright "] edition = "2018" diff --git a/soft-skia/Cargo.toml b/soft-skia/Cargo.toml index 03c3cc7..c4dc409 100644 --- a/soft-skia/Cargo.toml +++ b/soft-skia/Cargo.toml @@ -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" diff --git a/vue-playground/package-ci.json b/vue-playground/package-ci.json index c4e232a..15b191d 100644 --- a/vue-playground/package-ci.json +++ b/vue-playground/package-ci.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.11.0", + "version": "0.12.0", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -14,7 +14,8 @@ "prismjs": "^1.29.0", "vue": "^3.2.13", "vue-live": "^2.5.4", - "vue-skia": "0.1.1" + "vue3-progress": "0.0.1-beta4", + "vue-skia": "0.1.2" }, "devDependencies": { "@types/node": "^20.5.0", diff --git a/vue-playground/package.json b/vue-playground/package.json index ad9573d..bed09b3 100644 --- a/vue-playground/package.json +++ b/vue-playground/package.json @@ -1,6 +1,6 @@ { "name": "vue-playground", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -14,6 +14,7 @@ "prismjs": "^1.29.0", "vue": "^3.2.13", "vue-live": "^2.5.4", + "vue3-progress": "0.0.1-beta4", "vue-skia": "workspace:*" }, "devDependencies": { diff --git a/vue-playground/src/App.vue b/vue-playground/src/App.vue index 6105bbe..6d34288 100644 --- a/vue-playground/src/App.vue +++ b/vue-playground/src/App.vue @@ -1,4 +1,5 @@