Skip to content

Commit af2d42d

Browse files
chore: release package(s) (#559)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb2a660 commit af2d42d

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

.changeset/breezy-wolves-develop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/eslint-mdx/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.3.2
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/mdx-js/eslint-mdx/pull/558) [`cb2a660`](https://github.com/mdx-js/eslint-mdx/commit/cb2a660fc1a712b0ac91a603f5b34f7b8a050aac) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): pin dependencies, bump `synckit`
8+
39
## 3.3.1
410

511
### Patch Changes

packages/eslint-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.3.2
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/mdx-js/eslint-mdx/pull/558) [`cb2a660`](https://github.com/mdx-js/eslint-mdx/commit/cb2a660fc1a712b0ac91a603f5b34f7b8a050aac) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): pin dependencies, bump `synckit`
8+
9+
- Updated dependencies [[`cb2a660`](https://github.com/mdx-js/eslint-mdx/commit/cb2a660fc1a712b0ac91a603f5b34f7b8a050aac)]:
10+
11+
312
## 3.3.1
413

514
### Patch Changes

packages/eslint-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-mdx",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
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.1",
52+
"eslint-mdx": "^3.3.2",
5353
"mdast-util-from-markdown": "^2.0.2",
5454
"remark-mdx": "^3.1.0",
5555
"remark-parse": "^11.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7950,7 +7950,7 @@ __metadata:
79507950
version: 0.0.0-use.local
79517951
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
79527952
dependencies:
7953-
eslint-mdx: "npm:^3.3.1"
7953+
eslint-mdx: "npm:^3.3.2"
79547954
mdast-util-from-markdown: "npm:^2.0.2"
79557955
remark-mdx: "npm:^3.1.0"
79567956
remark-parse: "npm:^11.0.0"

0 commit comments

Comments
 (0)