Skip to content

Commit 6d4ac64

Browse files
committed
build(release): bump version to 0.0.1
1 parent fa80b00 commit 6d4ac64

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/vue-markdown-design": "0.0.0",
3-
"packages/markdown-it-headers": "0.0.0",
4-
"packages/markdown-it-sanitize": "0.0.0"
5-
}
2+
"packages/vue-markdown-design": "0.0.1",
3+
"packages/markdown-it-headers": "0.0.1",
4+
"packages/markdown-it-sanitize": "0.0.1"
5+
}

packages/markdown-it-headers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdown-design/markdown-it-headers",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "a markdown-it plugin for extracting markdown heading information.",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/markdown-it-sanitize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdown-design/markdown-it-sanitize",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A markdown-it plugin built on DOMPurify.",
55
"main": "src/index.ts",
66
"publishConfig": {

packages/vue-markdown-design/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-design",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Vue 3 markdown component built on markdown-it.",
55
"main": "lib/index.js",
66
"module": "es/index.mjs",

0 commit comments

Comments
 (0)