Skip to content

Commit

Permalink
chore(release): v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Sep 21, 2019
1 parent 9f023e7 commit b2a735d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/rx-ts/eslint-mdx/compare/v1.5.1...v1.5.2) (2019-09-21)

**Note:** Version bump only for package @rxts/eslint-mdx





## [1.5.1](https://github.com/rx-ts/eslint-mdx/compare/v1.5.0...v1.5.1) (2019-09-21)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/lerna",
"version": "1.5.1",
"version": "1.5.2",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/rx-ts/eslint-mdx/compare/v1.5.1...v1.5.2) (2019-09-21)

**Note:** Version bump only for package eslint-mdx





## [1.5.1](https://github.com/rx-ts/eslint-mdx/compare/v1.5.0...v1.5.1) (2019-09-21)


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": "1.5.1",
"version": "1.5.2",
"description": "ESLint Parser for MDX",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.2](https://github.com/rx-ts/eslint-mdx/compare/v1.5.1...v1.5.2) (2019-09-21)

**Note:** Version bump only for package eslint-plugin-mdx





## [1.5.1](https://github.com/rx-ts/eslint-mdx/compare/v1.5.0...v1.5.1) (2019-09-21)


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": "1.5.1",
"version": "1.5.2",
"description": "ESLint Plugin for MDX",
"repository": {
"type": "git",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"cosmiconfig": "^5.2.1",
"eslint-mdx": "^1.5.1",
"eslint-mdx": "^1.5.2",
"rebass": "^4.0.5",
"remark-mdx": "^1.4.4",
"remark-parse": "^7.0.1",
Expand Down

0 comments on commit b2a735d

Please sign in to comment.