Skip to content

Commit a269a35

Browse files
committed
v0.2.0-rc.5
1 parent bcf2f43 commit a269a35

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*",
55
"tests/*"
66
],
7-
"version": "0.2.0-rc.4",
7+
"version": "0.2.0-rc.5",
88
"repository": "git@github.com:bloczjs/mdx.git",
99
"author": "Ayc0 <ayc0.benj@gmail.com>",
1010
"license": "MIT",

packages/mdx-live/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/mdx-live",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"source": "src/index.ts",
55
"main": "lib/mdx-live.js",
66
"module": "lib/mdx-live.js",

packages/mdx-plugin-detect-imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/mdx-plugin-detect-imports",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"main": "src/plugin.cjs",
55
"module": "src/plugin.mjs",
66
"exports": {

tests/esbuild-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/esbuild-test",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"private": true,
55
"author": "Ayc0 <ayc0.benj@gmail.com>",
66
"license": "MIT",

tests/mdx-js-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/mdx-js-test",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"private": true,
55
"author": "Ayc0 <ayc0.benj@gmail.com>",
66
"license": "MIT",

tests/rollup-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/rollup-test",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"private": true,
55
"author": "Ayc0 <ayc0.benj@gmail.com>",
66
"license": "MIT",

tests/webpack-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocz/webpack-test",
3-
"version": "0.2.0-rc.4",
3+
"version": "0.2.0-rc.5",
44
"private": true,
55
"author": "Ayc0 <ayc0.benj@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)