Skip to content

Commit 1f61320

Browse files
committed
chore(release): v1.4.6
1 parent 0b567ee commit 1f61320

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-react-markdown",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"private": true,
55
"type": "module",
66
"description": "A React component for rendering AI-generated Markdown with LaTeX math, GFM, syntax highlighting and more.",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-react-markdown/core",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Core rendering engine for ai-react-markdown — LaTeX preprocessing, plugin pipeline, and React components.",
55
"publishConfig": {
66
"access": "public"

packages/mantine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-react-markdown/mantine",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Mantine UI integration for ai-react-markdown — themed typography, syntax highlighting via @mantine/code-highlight, Mermaid diagrams, and automatic color scheme detection.",
55
"publishConfig": {
66
"access": "public"
@@ -54,7 +54,7 @@
5454
"build": "tsup"
5555
},
5656
"peerDependencies": {
57-
"@ai-react-markdown/core": "^1.4.5",
57+
"@ai-react-markdown/core": "^1.4.6",
5858
"@mantine/code-highlight": "^8.3.17",
5959
"@mantine/core": "^8.3.17",
6060
"highlight.js": "^11.11.1",

0 commit comments

Comments
 (0)