Skip to content

Commit f717ff2

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

File tree

8 files changed

+25
-20
lines changed

8 files changed

+25
-20
lines changed

.changeset/bumpy-buttons-smile.md

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

.changeset/legal-crabs-spend.md

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

.changeset/remove-uvu.md

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

packages/eslint-mdx/CHANGELOG.md

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

3+
## 3.7.0
4+
5+
### Patch Changes
6+
7+
- [#606](https://github.com/mdx-js/eslint-mdx/pull/606) [`a381990`](https://github.com/mdx-js/eslint-mdx/commit/a38199079b79ba787fd4c7e50a34b15615ac727b) Thanks [@remcohaszing](https://github.com/remcohaszing)! - chore: use OIDC for publishing
8+
9+
- [#600](https://github.com/mdx-js/eslint-mdx/pull/600) [`00a8369`](https://github.com/mdx-js/eslint-mdx/commit/00a836938fed26c4bd95358d25a0f045fcee6245) Thanks [@Jason3S](https://github.com/Jason3S)! - fix: remove unneeded dependency upon uvu
10+
311
## 3.6.2
412

513
## 3.6.1

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.6.2",
3+
"version": "3.7.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 3.7.0
4+
5+
### Minor Changes
6+
7+
- [#602](https://github.com/mdx-js/eslint-mdx/pull/602) [`e189e74`](https://github.com/mdx-js/eslint-mdx/commit/e189e74c4a9f77cea0c398800652dd897d5fa071) Thanks [@astrochemx](https://github.com/astrochemx)! - feat: `eslint` 10 support
8+
9+
### Patch Changes
10+
11+
- [#606](https://github.com/mdx-js/eslint-mdx/pull/606) [`a381990`](https://github.com/mdx-js/eslint-mdx/commit/a38199079b79ba787fd4c7e50a34b15615ac727b) Thanks [@remcohaszing](https://github.com/remcohaszing)! - chore: use OIDC for publishing
12+
13+
- Updated dependencies [[`a381990`](https://github.com/mdx-js/eslint-mdx/commit/a38199079b79ba787fd4c7e50a34b15615ac727b), [`00a8369`](https://github.com/mdx-js/eslint-mdx/commit/00a836938fed26c4bd95358d25a0f045fcee6245)]:
14+
- eslint-mdx@3.7.0
15+
316
## 3.6.2
417

518
### 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.6.2",
3+
"version": "3.7.0",
44
"type": "module",
55
"description": "ESLint Plugin for MDX",
66
"repository": "https://github.com/mdx-js/eslint-mdx.git",
@@ -45,7 +45,7 @@
4545
"eslint": ">=8.0.0"
4646
},
4747
"dependencies": {
48-
"eslint-mdx": "^3.6.2",
48+
"eslint-mdx": "^3.7.0",
4949
"mdast-util-from-markdown": "^2.0.2",
5050
"mdast-util-mdx": "^3.0.0",
5151
"micromark-extension-mdxjs": "^3.0.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7479,7 +7479,7 @@ __metadata:
74797479
version: 0.0.0-use.local
74807480
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
74817481
dependencies:
7482-
eslint-mdx: "npm:^3.6.2"
7482+
eslint-mdx: "npm:^3.7.0"
74837483
mdast-util-from-markdown: "npm:^2.0.2"
74847484
mdast-util-mdx: "npm:^3.0.0"
74857485
micromark-extension-mdxjs: "npm:^3.0.0"

0 commit comments

Comments
 (0)