Skip to content

Commit 97533fd

Browse files
build(release): πŸš€ v10.0.0 πŸ¦‰
## Version 10.0.0 ### ⚠ BREAKING CHANGES * CHANGE: This will officially drop support for react@<18 ### ✨ New & Improved * Rename TutorialTile to Recipe and ensure backwards compatibility ([#1135](#1135)) ([2ce856c](2ce856c)) ### πŸ›  Fixes & Updates * don't support jsx mermaid ([#1143](#1143)) ([b2aff57](b2aff57)) * legacy callout styling ([#1139](#1139)) ([69ead5c](69ead5c)) * update ci versions ([#1140](#1140)) ([993fbb9](993fbb9)) * update readme deps ([#1142](#1142)) ([27042e8](27042e8)) <!--SKIP CI-->
1 parent 74b1a99 commit 97533fd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

4+
## Version 10.0.0
5+
### ⚠ BREAKING CHANGES
6+
7+
* CHANGE: This will officially drop support for react@<18
8+
9+
### ✨ New & Improved
10+
11+
* Rename TutorialTile to Recipe and ensure backwards compatibility ([#1135](https://github.com/readmeio/markdown/issues/1135)) ([2ce856c](https://github.com/readmeio/markdown/commit/2ce856c80451778eadb3c99e2b5045ec7f9c9403))
12+
13+
### πŸ›  Fixes & Updates
14+
15+
* don't support jsx mermaid ([#1143](https://github.com/readmeio/markdown/issues/1143)) ([b2aff57](https://github.com/readmeio/markdown/commit/b2aff57014d0b260da28c2b18881b9d58ef3f560))
16+
* legacy callout styling ([#1139](https://github.com/readmeio/markdown/issues/1139)) ([69ead5c](https://github.com/readmeio/markdown/commit/69ead5cfc8738d68debc398d4e1549b6db51becd))
17+
* update ci versions ([#1140](https://github.com/readmeio/markdown/issues/1140)) ([993fbb9](https://github.com/readmeio/markdown/commit/993fbb9e2d4e51653b7fc62153e39dd40444f07e))
18+
* update readme deps ([#1142](https://github.com/readmeio/markdown/issues/1142)) ([27042e8](https://github.com/readmeio/markdown/commit/27042e8a5fb42dd01193fcb7c89db1739e071a45))
19+
420
## Version 9.15.1
521
### πŸ›  Fixes & Updates
622

β€Ž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": "9.15.1",
5+
"version": "10.0.0",
66
"main": "dist/main.node.js",
77
"types": "dist/index.d.ts",
88
"browser": "dist/main.js",

0 commit comments

Comments
Β (0)