Skip to content

Commit

Permalink
chore: release package(s) (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jan 4, 2024
1 parent 1f2dd73 commit 67a5fcd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/light-horses-tap.md

This file was deleted.

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

## 3.1.3

### Patch Changes

- [#514](https://github.com/mdx-js/eslint-mdx/pull/514) [`1f2dd73`](https://github.com/mdx-js/eslint-mdx/commit/1f2dd73c2be73cc6882e12a693530079c4dc74f1) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump synckit

## 3.1.2

### Patch 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": "3.1.2",
"version": "3.1.3",
"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
7 changes: 7 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.1.3

### Patch Changes

- Updated dependencies [[`1f2dd73`](https://github.com/mdx-js/eslint-mdx/commit/1f2dd73c2be73cc6882e12a693530079c4dc74f1)]:
- [email protected]

## 3.1.2

### Patch 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": "3.1.2",
"version": "3.1.3",
"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": "^3.1.2",
"eslint-mdx": "^3.1.3",
"eslint-plugin-markdown": "^3.0.1",
"remark-mdx": "^3.0.0",
"remark-parse": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7363,7 +7363,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-plugin-mdx@workspace:packages/eslint-plugin-mdx"
dependencies:
eslint-mdx: "npm:^3.1.2"
eslint-mdx: "npm:^3.1.3"
eslint-plugin-markdown: "npm:^3.0.1"
remark-mdx: "npm:^3.0.0"
remark-parse: "npm:^11.0.0"
Expand Down

0 comments on commit 67a5fcd

Please sign in to comment.