Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Sep 28, 2023
1 parent b2a063b commit ec835f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.7-dev.1"
"vue-skia": "latest"
},
"devDependencies": {
"@types/node": "^20.5.0",
Expand Down
2 changes: 1 addition & 1 deletion vue-playground/src/code.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default `<v-surface :width="360" :height="360">
</template>
<v-circle :cx="0" :cy="60" :r="50" :style="'fill'" />
<v-circle :cx="0" :cy="60" :r="70" />
<v-text :x="70" :y="0" :fontSize="16" color="red" text="Hello World!" :maxWidth="50"></v-text>
<v-text :x="80" :y="0" :fontSize="16" color="black" text="Hello World!" :maxWidth="50"></v-text>
</v-group>
</v-surface>
`;
2 changes: 1 addition & 1 deletion vue-skia-framework/package-publish.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"main": "./main.js",
"module": "./main.js",
"dependencies": {
"soft-skia-wasm": "0.6.0"
"soft-skia-wasm": "0.7.0"
}
}

0 comments on commit ec835f4

Please sign in to comment.