Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 15, 2022
1 parent 0232fc7 commit dfa23d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-mdx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "ESLint Parser for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mdx",
"version": "2.0.0-next.4",
"version": "2.0.0-next.5",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-mdx": "^2.0.0-next.4",
"eslint-mdx": "^2.0.0-next.5",
"eslint-plugin-markdown": "^2.2.1",
"remark-mdx": "^2.1.1",
"remark-parse": "^10.0.1",
Expand Down

0 comments on commit dfa23d2

Please sign in to comment.