Skip to content

Commit

Permalink
chore(release): prepare for release v2.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Feb 7, 2023
1 parent 5e2a84d commit fbbe2eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function createConfig() {
'https://github.com/sjwall/mdx-mermaid/edit/main/doc',
versions: {
current: {
label: '2.0.0-rc4 🚧',
label: '>= 2.0.0-rc5 🚧',
},
'1.3.0': {
label: '>= 1.3.0',
Expand Down
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-rc4",
"version": "2.0.0-rc5",
"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.0-rc4",
"version": "2.0.0-rc5",
"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.0-rc4",
"version": "2.0.0-rc5",
"private": true,
"dependencies": {
"@types/node": "^18.11.19",
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.0-rc4",
"version": "2.0.0-rc5",
"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": "0.0.0",
"version": "2.0.0-rc5",
"packageManager": "yarn@3.4.1",
"private": true,
"workspaces": [
Expand Down

0 comments on commit fbbe2eb

Please sign in to comment.