Skip to content

Commit

Permalink
v0.2.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Mar 20, 2023
1 parent 569ee42 commit 848eca8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages/*",
"tests/*"
],
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"repository": "[email protected]:bloczjs/mdx.git",
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-live/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/mdx-live",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"type": "module",
"source": "src/index.ts",
"main": "lib/mdx-live.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-plugin-detect-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/mdx-plugin-detect-imports",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"type": "commonjs",
"main": "src/plugin.cjs",
"module": "src/plugin.mjs",
Expand Down
2 changes: 1 addition & 1 deletion tests/esbuild-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/esbuild-test",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/mdx-js-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/mdx-js-test",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/rollup-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/rollup-test",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tests/webpack-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocz/webpack-test",
"version": "0.2.0-rc.8",
"version": "0.2.0-rc.9",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 848eca8

Please sign in to comment.