Skip to content

Commit 15443ae

Browse files
committed
chore: release v0.2.2
1 parent 3720e1f commit 15443ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-markdown-x",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"scripts": {
66
"lint": "eslint .",

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "playground",
33
"type": "module",
4-
"version": "0.0.0",
4+
"version": "0.2.2",
55
"private": true,
66
"scripts": {
77
"dev": "vite",

packages/vue-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-markdown-x",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"private": false,
66
"packageManager": "[email protected]+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
77
"description": "The vue component for render Markdown string.",

0 commit comments

Comments
 (0)