Skip to content

Commit

Permalink
chore(release): prepare for release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Aug 15, 2024
1 parent 754956d commit a7b91c1
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 34 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.0",
"version": "2.0.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
60 changes: 30 additions & 30 deletions examples/mdx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "mdx-mermaid-example",
"version": "2.0.0",
"module": "dist/esm/index.mjs",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"start": "node ./dist/esm/index.mjs"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.14.0"
},
"dependencies": {
"@mdx-js/mdx": "^2.2.1",
"hast-util-from-html": "^1.0.1",
"hast-util-to-html": "^8.0.4",
"hast-util-to-mdast": "^8.4.1",
"mdx-mermaid": "workspace:*",
"puppeteer": "^22.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
"name": "mdx-mermaid-example",
"version": "2.0.1",
"module": "dist/esm/index.mjs",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"start": "node ./dist/esm/index.mjs"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"eslint": "^8.33.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"rollup": "^3.14.0"
},
"dependencies": {
"@mdx-js/mdx": "^2.2.1",
"hast-util-from-html": "^1.0.1",
"hast-util-to-html": "^8.0.4",
"hast-util-to-mdast": "^8.4.1",
"mdx-mermaid": "workspace:*",
"puppeteer": "^22.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
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.0",
"version": "2.0.1",
"private": true,
"dependencies": {
"@types/node": "^18.11.19",
Expand Down
3 changes: 2 additions & 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.0",
"version": "2.0.1",
"description": "Display mermaid diagrams in mdx files.",
"types": "index.d.ts",
"main": "lib/mdxast-mermaid.js",
Expand Down Expand Up @@ -95,6 +95,7 @@
"Samuel Wall (https://github.com/sjwall)",
"Craig Andrews (https://github.com/candrews)",
"Dávid Zsámboki (https://github.com/ddyfedd)",
"David Ivanov (https://github.com/DavidIvanov)",
"David Prothero (https://github.com/dprothero)",
"G (https://github.com/genert)",
"johackim (https://github.com/johackim)",
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.0",
"version": "2.0.1",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
Expand Down

0 comments on commit a7b91c1

Please sign in to comment.