Skip to content

Commit 7d7538f

Browse files
committed
chore(release): v1.6.0
1 parent 2dd6a0b commit 7d7538f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Issues and pull requests are welcome. For non-trivial changes, please open an is
674674

675675
Reporting a bug helps most when it includes:
676676

677-
- The package and version (`@ai-react-markdown/core@1.5.1` …)
677+
- The package and version (`@ai-react-markdown/core@1.6.0` …)
678678
- The relevant `<AIMarkdown>` / `<MantineAIMarkdown>` props
679679
- A minimal markdown sample that reproduces the issue
680680
- For streaming-related bugs: the chunk sequence (one string per chunk)

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.5.1",
3+
"version": "1.6.0",
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.5.1",
3+
"version": "1.6.0",
44
"description": "Core rendering engine for ai-react-markdown — LaTeX preprocessing, plugin pipeline, and React components.",
55
"publishConfig": {
66
"access": "public"

packages/mantine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yarn add @ai-react-markdown/mantine @ai-react-markdown/core
3636
{
3737
"react": ">=19",
3838
"react-dom": ">=19",
39-
"@ai-react-markdown/core": "^1.5.1",
39+
"@ai-react-markdown/core": "^1.6.0",
4040
"@mantine/core": "^9.0.0",
4141
"@mantine/code-highlight": "^9.0.0",
4242
"highlight.js": "^11.11.1"

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.5.1",
3+
"version": "1.6.0",
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"
@@ -56,7 +56,7 @@
5656
"typecheck": "tsc --noEmit -p tsconfig.json"
5757
},
5858
"peerDependencies": {
59-
"@ai-react-markdown/core": "^1.5.1",
59+
"@ai-react-markdown/core": "^1.6.0",
6060
"@mantine/code-highlight": "^9.0.0",
6161
"@mantine/core": "^9.0.0",
6262
"highlight.js": "^11.11.1",

0 commit comments

Comments
 (0)