Skip to content

Commit

Permalink
chore(release): prepare for release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jul 9, 2023
1 parent 282ff97 commit 6892141
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion doc/docusaurus.config.js
Expand Up @@ -32,9 +32,10 @@ async function createConfig() {
// Please change this to your repo.
editUrl:
'https://github.com/sjwall/mdx-mermaid/edit/main/doc',
lastVersion: 'current',
versions: {
current: {
label: '2.0.0-rc7 🚧',
label: '2.0.0',
},
'1.3.0': {
label: '>= 1.3.0',
Expand Down
2 changes: 1 addition & 1 deletion doc/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-doc",
"version": "2.0.0-rc7",
"version": "2.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
2 changes: 1 addition & 1 deletion examples/mdx-example/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-example",
"version": "2.0.0-rc7",
"version": "2.0.0",
"module": "dist/esm/index.mjs",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example-app/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-react-example-app",
"version": "2.0.0-rc7",
"version": "2.0.0",
"private": true,
"dependencies": {
"@types/node": "^18.11.19",
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid",
"version": "2.0.0-rc7",
"version": "2.0.0",
"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
@@ -1,6 +1,6 @@
{
"name": "mdx-mermaid-workspace",
"version": "2.0.0-rc7",
"version": "2.0.0",
"packageManager": "yarn@3.4.1",
"private": true,
"workspaces": [
Expand Down

0 comments on commit 6892141

Please sign in to comment.