Skip to content

Commit

Permalink
v0.2.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Jul 23, 2022
1 parent e855f98 commit 80f6a25
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Removed because already fully covered by the recommended `@mdx-js/loader` + `@bl
<details>
<summary>See detailed changelog</summary>

#### 0.2.0-rc.4

- Use proper loc / position / range in generated AST

#### 0.2.0-rc.3

- switch `@blocz/mdx-plugin-detect-imports` to a mix of CJS + ESM which makes it async
Expand Down
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.3",
"version": "0.2.0-rc.4",
"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.3",
"version": "0.2.0-rc.4",
"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.3",
"version": "0.2.0-rc.4",
"main": "src/plugin.cjs",
"module": "src/plugin.mjs",
"exports": {
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.3",
"version": "0.2.0-rc.4",
"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.3",
"version": "0.2.0-rc.4",
"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.3",
"version": "0.2.0-rc.4",
"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.3",
"version": "0.2.0-rc.4",
"private": true,
"author": "Ayc0 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 80f6a25

Please sign in to comment.