Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 12, 2024
1 parent c03e16c commit 78aee48
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/esbuild",
"version": "3.0.0",
"version": "3.0.1",
"description": "esbuild plugin for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/loader",
"version": "3.0.0",
"version": "3.0.1",
"description": "Webpack loader for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/mdx",
"version": "3.0.0",
"version": "3.0.1",
"description": "MDX compiler",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/node-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/node-loader",
"version": "3.0.0",
"version": "3.0.1",
"description": "Node.js loader for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/preact",
"version": "3.0.0",
"version": "3.0.1",
"description": "Preact context for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/react",
"version": "3.0.0",
"version": "3.0.1",
"description": "React context for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-mdx",
"version": "3.0.0",
"version": "3.0.1",
"description": "remark plugin to support MDX syntax",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/rollup",
"version": "3.0.0",
"version": "3.0.1",
"description": "Rollup plugin for MDX",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdx-js/vue",
"version": "3.0.0",
"version": "3.0.1",
"description": "Vue provider for MDX",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 78aee48

Please sign in to comment.