-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): π v6.75.0-beta.1 π¦
## Version 6.75.0-beta.1 ### π Tests & Docs * tweaks ([6a4d831](6a4d831)) ### β¨ New & Improved * compile + run ([aa95a65](aa95a65)) * initial commit ([201162a](201162a)) * mdx v1 ([a5faf6d](a5faf6d)) * mdx v1 ([3250aff](3250aff)) ### π Fixes & Updates * ?? ([2e86b60](2e86b60)) * cleanup ([5bef7c4](5bef7c4)) * cleanup ([ca4a841](ca4a841)) * dont raise ([c4e8a51](c4e8a51)) * errors ([b6ed87e](b6ed87e)) * fix some build stuff ([7147bad](7147bad)) * more deps + config ([b6cd0f1](b6cd0f1)) * more errors ([2518d47](2518d47)) * reactProcessor ([a74109c](a74109c)) * render callouts ([aaf5a75](aaf5a75)) * render callouts + error boundary ([2dedb0a](2dedb0a)) * types error ([518f698](518f698)) * update demo styling ([bc7198e](bc7198e)) * update error boundary ([589f23d](589f23d)) * update remark-parse version ([cd94111](cd94111)) <!--SKIP CI-->
- Loading branch information
1 parent
9a4610e
commit 860b7c2
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@readme/markdown", | ||
"description": "ReadMe's React-based Markdown parser", | ||
"author": "Rafe Goldberg <[email protected]>", | ||
"version": "7.0.0", | ||
"version": "6.75.0-beta.1", | ||
"main": "dist/main.node.js", | ||
"types": "dist/index.d.ts", | ||
"browser": "dist/main.js", | ||
|