Skip to content

Commit 170b684

Browse files
build(release): πŸš€ v11.7.0 πŸ¦‰
## Version 11.7.0 ### ✨ New & Improved * migrate contents inside comments ([#1229](#1229)) ([60691dc](60691dc)) ### πŸ›  Fixes & Updates * **deps:** bump tailwindcss from 4.1.16 to 4.1.17 ([#1231](#1231)) ([96343ae](96343ae)), closes [#19263](https://github.com/readmeio/markdown/issues/19263) [#19242](https://github.com/readmeio/markdown/issues/19242) [#19263](https://github.com/readmeio/markdown/issues/19263) [#19242](https://github.com/readmeio/markdown/issues/19242) [#19272](https://github.com/readmeio/markdown/issues/19272) [#19263](https://github.com/readmeio/markdown/issues/19263) [#19238](https://github.com/readmeio/markdown/issues/19238) * empty callouts erroring out ([#1232](#1232)) ([e740bfc](e740bfc)) * extract sections within custom components for TOC ([#1227](#1227)) ([615fe1b](615fe1b)) * skip wrapping heading in callouts for non pragraph ([#1230](#1230)) ([bcb0c0a](bcb0c0a)) * **deps-dev:** upgrading to vitest v4 ([#1222](#1222)) ([4fbaa3e](4fbaa3e)) <!--SKIP CI-->
1 parent 6eb36ce commit 170b684

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
===
33

4+
## Version 11.7.0
5+
### ✨ New & Improved
6+
7+
* migrate contents inside comments ([#1229](https://github.com/readmeio/markdown/issues/1229)) ([60691dc](https://github.com/readmeio/markdown/commit/60691dc5b1cbc95dff94f27b9d2c15134abfd3ba))
8+
9+
### πŸ›  Fixes & Updates
10+
11+
* **deps:** bump tailwindcss from 4.1.16 to 4.1.17 ([#1231](https://github.com/readmeio/markdown/issues/1231)) ([96343ae](https://github.com/readmeio/markdown/commit/96343aed04a5534bfaacad922d0c3f828e704e69)), closes [#19263](https://github.com/readmeio/markdown/issues/19263) [#19242](https://github.com/readmeio/markdown/issues/19242) [#19263](https://github.com/readmeio/markdown/issues/19263) [#19242](https://github.com/readmeio/markdown/issues/19242) [#19272](https://github.com/readmeio/markdown/issues/19272) [#19263](https://github.com/readmeio/markdown/issues/19263) [#19238](https://github.com/readmeio/markdown/issues/19238)
12+
* empty callouts erroring out ([#1232](https://github.com/readmeio/markdown/issues/1232)) ([e740bfc](https://github.com/readmeio/markdown/commit/e740bfc40dbc43ae16f735bb52250f29d09076e5))
13+
* extract sections within custom components for TOC ([#1227](https://github.com/readmeio/markdown/issues/1227)) ([615fe1b](https://github.com/readmeio/markdown/commit/615fe1b122ab5ed17c3ef779ac6757c7330061c6))
14+
* skip wrapping heading in callouts for non pragraph ([#1230](https://github.com/readmeio/markdown/issues/1230)) ([bcb0c0a](https://github.com/readmeio/markdown/commit/bcb0c0a44f68e7f061912bad5e6fe72089ac70a6))
15+
* **deps-dev:** upgrading to vitest v4 ([#1222](https://github.com/readmeio/markdown/issues/1222)) ([4fbaa3e](https://github.com/readmeio/markdown/commit/4fbaa3ee1efde1b988bb88fc51857a9bc2e60471))
16+
417
## Version 11.6.0
518
### ✨ New & Improved
619

β€Žpackage-lock.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <[email protected]>",
5-
"version": "11.6.0",
5+
"version": "11.7.0",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
Β (0)