Skip to content

Commit

Permalink
v0.2.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Jul 13, 2022
1 parent 6d35c8b commit dd3f634
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.1",
"version": "0.2.0-rc.2",
"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.1",
"version": "0.2.0-rc.2",
"source": "src/index.ts",
"main": "lib/mdx-live.js",
"module": "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.1",
"version": "0.2.0-rc.2",
"main": "src/plugin.js",
"types": "src/types.d.ts",
"repository": "[email protected]:bloczjs/mdx.git",
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.1",
"version": "0.2.0-rc.2",
"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.1",
"version": "0.2.0-rc.2",
"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.1",
"version": "0.2.0-rc.2",
"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.1",
"version": "0.2.0-rc.2",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit dd3f634

Please sign in to comment.