Skip to content

Commit

Permalink
chore(release): prepare for release v2.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jan 14, 2023
1 parent 69e0cf7 commit 8b567d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function createConfig() {
'https://github.com/sjwall/mdx-mermaid/edit/main/doc',
versions: {
current: {
label: '2.0.0-rc3 🚧',
label: '2.0.0-rc4 🚧',
},
'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-rc3",
"version": "2.0.0-rc4",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion mdx-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"module": "dist/esm/index.js",
"scripts": {
"build": "rollup -c",
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",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"description": "Display mermaid diagrams in mdx files.",
"types": "index.d.ts",
"main": "lib/mdxast-mermaid.js",
Expand Down
2 changes: 1 addition & 1 deletion 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-rc3",
"version": "2.0.0-rc4",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand Down

0 comments on commit 8b567d4

Please sign in to comment.