Skip to content

Commit 75061a1

Browse files
committed
chore: fix publish version issue
1 parent 00eae8d commit 75061a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [0.0.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.0.0) (2019-08-03)
5+
## [0.8.0](https://github.com/rx-ts/eslint-plugin-mdx/compare/v0.7.1...v0.8.0) (2019-08-03)
66

77

88
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.8.1",
33
"npmClient": "yarn",
44
"packages": ["packages/*"],
55
"useWorkspaces": true

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": "0.0.0",
3+
"version": "0.8.1",
44
"description": "ESLint Parser/Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",

packages/eslint-mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "eslint-mdx",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "ESLint Parser for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",
77
"license": "MIT",
8-
"main": "dist",
8+
"main": "lib",
99
"files": [
10-
"dist",
10+
"lib",
1111
"typings.d.ts"
1212
],
1313
"keywords": [

packages/eslint-plugin-mdx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@rxts/eslint-plugin-mdx",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "ESLint Plugin for MDX",
55
"repository": "[email protected]:rx-ts/eslint-plugin-mdx.git",
66
"author": "JounQin <[email protected]>",
77
"license": "MIT",
8-
"main": "dist",
8+
"main": "lib",
99
"files": [
10-
"dist",
10+
"lib",
1111
"typings.d.ts"
1212
],
1313
"keywords": [

0 commit comments

Comments
 (0)