Skip to content

Commit

Permalink
chore(release): prepare for release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Dec 6, 2024
1 parent c367e8d commit 1007cbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-doc",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion examples/mdx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-example",
"version": "2.0.2",
"version": "2.0.3",
"module": "dist/esm/index.mjs",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-react-example-app",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"dependencies": {
"@types/node": "^18.19.64",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid",
"version": "2.0.2",
"version": "2.0.3",
"description": "Display mermaid diagrams in mdx files.",
"types": "index.d.ts",
"main": "lib/mdxast-mermaid.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-workspace",
"version": "2.0.2",
"version": "2.0.3",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 1007cbe

Please sign in to comment.