Skip to content

Commit 450a33f

Browse files
chore: release package(s) (#555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 816a2a6 commit 450a33f

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.changeset/rich-pumas-add.md

-6
This file was deleted.

packages/eslint-mdx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- [#554](https://github.com/mdx-js/eslint-mdx/pull/554) [`816a2a6`](https://github.com/mdx-js/eslint-mdx/commit/816a2a632a4c96c12e8b549321168db428a12917) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `module-sync` entry
8+
39
## 3.3.0
410

511
### Minor Changes

packages/eslint-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"type": "module",
55
"description": "ESLint Parser for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",

packages/eslint-plugin-mdx/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- [#554](https://github.com/mdx-js/eslint-mdx/pull/554) [`816a2a6`](https://github.com/mdx-js/eslint-mdx/commit/816a2a632a4c96c12e8b549321168db428a12917) Thanks [@JounQin](https://github.com/JounQin)! - chore: add `module-sync` entry
8+
9+
- Updated dependencies [[`816a2a6`](https://github.com/mdx-js/eslint-mdx/commit/816a2a632a4c96c12e8b549321168db428a12917)]:
10+
11+
312
## 3.3.0
413

514
### Minor Changes

packages/eslint-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"type": "module",
55
"description": "ESLint Plugin for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",
@@ -49,7 +49,7 @@
4949
"eslint": ">=8.0.0"
5050
},
5151
"dependencies": {
52-
"eslint-mdx": "^3.3.0",
52+
"eslint-mdx": "^3.3.1",
5353
"mdast-util-from-markdown": "^2.0.2",
5454
"remark-mdx": "^3.1.0",
5555
"remark-parse": "^11.0.0",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -7806,7 +7806,7 @@ __metadata:
78067806
version: 0.0.0-use.local
78077807
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
78087808
dependencies:
7809-
eslint-mdx: "npm:^3.3.0"
7809+
eslint-mdx: "npm:^3.3.1"
78107810
mdast-util-from-markdown: "npm:^2.0.2"
78117811
remark-mdx: "npm:^3.1.0"
78127812
remark-parse: "npm:^11.0.0"

0 commit comments

Comments
 (0)