Skip to content

Commit

Permalink
chore: release package(s) (#487)
Browse files Browse the repository at this point in the history
Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: JounQin <admin@1stg.me>
  • Loading branch information
github-actions[bot] committed Dec 8, 2023
1 parent 45bc5ca commit 3faa3e2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/spicy-bikes-sparkle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/swift-cycles-mix.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 3.0.0

### Major Changes

- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3

- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-mdx",
"version": "2.2.0",
"version": "3.0.0",
"description": "ESLint Parser for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 3.0.0

### Major Changes

- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - feat!: bump all unified ecosystem dependencies, support mdx v3

- [#486](https://github.com/mdx-js/eslint-mdx/pull/486) [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46) Thanks [@JounQin](https://github.com/JounQin)! - chore!: require node >= 18, drop node 12, 14 and 16

### Patch Changes

- Updated dependencies [[`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46), [`508e7ce`](https://github.com/mdx-js/eslint-mdx/commit/508e7cef15d1cdafe2a4ac1c635b8c320567de46)]:
- eslint-mdx@3.0.0

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-mdx",
"version": "2.2.0",
"version": "3.0.0",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
Expand Down Expand Up @@ -31,7 +31,7 @@
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-mdx": "^2.2.0",
"eslint-mdx": "^3.0.0",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
Expand Down

0 comments on commit 3faa3e2

Please sign in to comment.