Skip to content

Commit 5a5c188

Browse files
Merge pull request #23 from vercel-labs/changeset-release/main
Version Packages
2 parents 4e1603a + b205c65 commit 5a5c188

File tree

8 files changed

+25
-15
lines changed

8 files changed

+25
-15
lines changed

.changeset/cute-cups-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cute-numbers-return.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

harden-react-markdown/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# harden-react-markdown
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 20d14e4: fix: allow mailto links in standard configuration
8+
- Updated dependencies [29b9d68]
9+
- Updated dependencies [20d14e4]
10+
11+
312
## 1.1.2
413

514
### Patch Changes

harden-react-markdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "harden-react-markdown",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A security-focused wrapper for react-markdown that filters URLs based on allowed prefixes",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

markdown-to-markdown-sanitizer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# markdown-to-markdown-sanitizer
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- 20d14e4: fix: allow mailto links in standard configuration
8+
39
## 1.1.1
410

511
### Patch Changes

markdown-to-markdown-sanitizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-to-markdown-sanitizer",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A robust markdown sanitizer that produces unambiguous and sanitized markdown output.",
55
"type": "module",
66
"main": "dist/index.js",

rehype-harden/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rehype-harden
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 29b9d68: fix: correct typos in comments for clarity
8+
- 20d14e4: fix: allow mailto links in standard configuration
9+
310
## 1.1.2
411

512
### Patch Changes

rehype-harden/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-harden",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "A security-focused rehype plugin that filters URLs based on allowed prefixes",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)