Skip to content

Commit 014d6f6

Browse files
authored
Merge pull request #17 from ZeroOneJs/release-please--branches--main
chore: release main
2 parents 64baa87 + bbb4ca3 commit 014d6f6

File tree

7 files changed

+38
-6
lines changed

7 files changed

+38
-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.1.1",
3-
"packages/markdown-it-headers": "0.1.1",
4-
"packages/markdown-it-sanitize": "0.1.1"
2+
"packages/vue-markdown-design": "0.2.0",
3+
"packages/markdown-it-headers": "0.2.0",
4+
"packages/markdown-it-sanitize": "0.2.0"
55
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/ZeroOneJs/markdown-design/compare/markdown-it-headers-v0.1.1...markdown-it-headers-v0.2.0) (2025-07-06)
4+
5+
6+
### Features
7+
8+
* init ([7347813](https://github.com/ZeroOneJs/markdown-design/commit/73478138f5096d5ce89ef64c2e95471cad7d4244))

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.1.1",
3+
"version": "0.2.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.2.0](https://github.com/ZeroOneJs/markdown-design/compare/markdown-it-sanitize-v0.1.1...markdown-it-sanitize-v0.2.0) (2025-07-06)
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.1.1",
3+
"version": "0.2.0",
44
"description": "A markdown-it plugin built on DOMPurify.",
55
"main": "src/index.ts",
66
"publishConfig": {
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/ZeroOneJs/markdown-design/compare/vue-markdown-design-v0.1.1...vue-markdown-design-v0.2.0) (2025-07-06)
4+
5+
6+
### Features
7+
8+
* init ([7347813](https://github.com/ZeroOneJs/markdown-design/commit/73478138f5096d5ce89ef64c2e95471cad7d4244))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @markdown-design/markdown-it-headers bumped to 0.2.0
16+
* @markdown-design/markdown-it-sanitize bumped to 0.2.0

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.1.1",
3+
"version": "0.2.0",
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)