Skip to content

Commit

Permalink
chore: release package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 22, 2021
1 parent a9c4da7 commit 5f17b93
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/mdx-js/eslint-mdx/compare/v1.8.2...v1.9.0) (2021-02-22)


### Bug Fixes

* **deps:** update dependency eslint-plugin-react to ^7.21.2 ([204b294](https://github.com/mdx-js/eslint-mdx/commit/204b29499491d8b1a5ec3ba535bab77e783a036d))
* **deps:** update dependency espree to ^7.3.1 ([0f602e3](https://github.com/mdx-js/eslint-mdx/commit/0f602e3ee3f894d5f2bfaa2b77f20f2da5e7c953))
* **deps:** update dependency remark-mdx to ^1.6.22 ([8692bf7](https://github.com/mdx-js/eslint-mdx/commit/8692bf70c75a3987a732044a96c9162272bbbe8a))


### Features

* bump (dev)Dependencies, fix: consider first jsx node as open tag - close [#272](https://github.com/mdx-js/eslint-mdx/issues/272) ([#273](https://github.com/mdx-js/eslint-mdx/issues/273)) ([cb846e9](https://github.com/mdx-js/eslint-mdx/commit/cb846e9a565de26f2f174b54f33092bd7f523399)), closes [#207](https://github.com/mdx-js/eslint-mdx/issues/207)





## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)


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.8.2",
"version": "1.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/mdx-js/eslint-mdx/compare/v1.8.2...v1.9.0) (2021-02-22)


### Bug Fixes

* **deps:** update dependency espree to ^7.3.1 ([0f602e3](https://github.com/mdx-js/eslint-mdx/commit/0f602e3ee3f894d5f2bfaa2b77f20f2da5e7c953))
* **deps:** update dependency remark-mdx to ^1.6.22 ([8692bf7](https://github.com/mdx-js/eslint-mdx/commit/8692bf70c75a3987a732044a96c9162272bbbe8a))


### Features

* bump (dev)Dependencies, fix: consider first jsx node as open tag - close [#272](https://github.com/mdx-js/eslint-mdx/issues/272) ([#273](https://github.com/mdx-js/eslint-mdx/issues/273)) ([cb846e9](https://github.com/mdx-js/eslint-mdx/commit/cb846e9a565de26f2f174b54f33092bd7f523399)), closes [#207](https://github.com/mdx-js/eslint-mdx/issues/207)





## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)


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.8.2",
"version": "1.9.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
17 changes: 17 additions & 0 deletions packages/eslint-plugin-mdx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.9.0](https://github.com/mdx-js/eslint-mdx/compare/v1.8.2...v1.9.0) (2021-02-22)


### Bug Fixes

* **deps:** update dependency eslint-plugin-react to ^7.21.2 ([204b294](https://github.com/mdx-js/eslint-mdx/commit/204b29499491d8b1a5ec3ba535bab77e783a036d))
* **deps:** update dependency remark-mdx to ^1.6.22 ([8692bf7](https://github.com/mdx-js/eslint-mdx/commit/8692bf70c75a3987a732044a96c9162272bbbe8a))


### Features

* bump (dev)Dependencies, fix: consider first jsx node as open tag - close [#272](https://github.com/mdx-js/eslint-mdx/issues/272) ([#273](https://github.com/mdx-js/eslint-mdx/issues/273)) ([cb846e9](https://github.com/mdx-js/eslint-mdx/commit/cb846e9a565de26f2f174b54f33092bd7f523399)), closes [#207](https://github.com/mdx-js/eslint-mdx/issues/207)





## [1.8.2](https://github.com/mdx-js/eslint-mdx/compare/v1.8.1...v1.8.2) (2020-08-23)

**Note:** Version bump only for package eslint-plugin-mdx
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.8.2",
"version": "1.9.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 @@ -34,7 +34,7 @@
},
"dependencies": {
"cosmiconfig": "^7.0.0",
"eslint-mdx": "^1.8.2",
"eslint-mdx": "^1.9.0",
"eslint-plugin-react": "^7.22.0",
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
Expand Down

0 comments on commit 5f17b93

Please sign in to comment.