Skip to content

Commit 5dcda00

Browse files
authored
Merge pull request #4 from ZeroOneJs/release-please--branches--main
chore: release main
2 parents 6d4ac64 + fd4acb7 commit 5dcda00

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

.release-please-manifest.json

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

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.1",
3+
"version": "0.1.0",
44
"description": "a markdown-it plugin for extracting markdown heading information.",
55
"main": "src/index.ts",
66
"publishConfig": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/ZeroOneJs/markdown-design/compare/markdown-it-headers-v0.0.1...markdown-it-headers-v0.1.0) (2025-06-14)
4+
5+
6+
### Features
7+
8+
* init ([7347813](https://github.com/ZeroOneJs/markdown-design/commit/73478138f5096d5ce89ef64c2e95471cad7d4244))

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.1",
3+
"version": "0.1.0",
44
"description": "A markdown-it plugin built on DOMPurify.",
55
"main": "src/index.ts",
66
"publishConfig": {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/ZeroOneJs/markdown-design/compare/markdown-it-sanitize-v0.0.1...markdown-it-sanitize-v0.1.0) (2025-06-14)
4+
5+
6+
### Features
7+
8+
* init ([7347813](https://github.com/ZeroOneJs/markdown-design/commit/73478138f5096d5ce89ef64c2e95471cad7d4244))

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.1",
3+
"version": "0.1.0",
44
"description": "Vue 3 markdown component built on markdown-it.",
55
"main": "lib/index.js",
66
"module": "es/index.mjs",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/ZeroOneJs/markdown-design/compare/vue-markdown-design-v0.0.1...vue-markdown-design-v0.1.0) (2025-06-14)
4+
5+
6+
### Features
7+
8+
* init ([7347813](https://github.com/ZeroOneJs/markdown-design/commit/73478138f5096d5ce89ef64c2e95471cad7d4244))

0 commit comments

Comments
 (0)