Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - eslint-config-wopian-react@1.4.1
 - eslint-config-wopian-vue@1.4.1
 - eslint-config-wopian@1.4.1
  • Loading branch information
wopian committed Aug 29, 2018
1 parent 80bda00 commit 220535d
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-wopian-react/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.4.1](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-react/compare/eslint-config-wopian-react@1.4.0...eslint-config-wopian-react@1.4.1) (2018-08-29)

**Note:** Version bump only for package eslint-config-wopian-react





<a name="1.4.0"></a>
# 1.4.0 (2018-08-23)

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wopian-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"name": "eslint-config-wopian-react",
"description": "Standard ESLint Config for my React projects",
"author": "James Harris <wopian@wopian.me>",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"eslint-config-standard-jsx": "^5.0.0",
"eslint-config-wopian": "^1.4.0",
"eslint-config-wopian": "^1.4.1",
"eslint-plugin-react": "^7.7.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-wopian-vue/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.4.1](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian-vue/compare/eslint-config-wopian-vue@1.4.0...eslint-config-wopian-vue@1.4.1) (2018-08-29)

**Note:** Version bump only for package eslint-config-wopian-vue





<a name="1.4.0"></a>
# 1.4.0 (2018-08-23)

Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-wopian-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"name": "eslint-config-wopian-vue",
"description": "Standard ESLint Config for my Vue projects",
"author": "James Harris <wopian@wopian.me>",
Expand All @@ -14,7 +14,7 @@
"node": ">=6"
},
"dependencies": {
"eslint-config-wopian": "^1.4.0",
"eslint-config-wopian": "^1.4.1",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-vue": "^4.2.2"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-wopian/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.1](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/compare/eslint-config-wopian@1.4.0...eslint-config-wopian@1.4.1) (2018-08-29)


### Build System / Dependencies

* **eslint-config-wopian:** update dependency babel-eslint to ^9.0.0 ([#34](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/issues/34)) ([eeb2485](https://github.com/wopian/eslint-config-wopian/tree/master/packages/eslint-config-wopian/commit/eeb2485))





<a name="1.4.0"></a>
# 1.4.0 (2018-08-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-wopian/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"name": "eslint-config-wopian",
"description": "Standard ESLint Config for my projects",
"author": "James Harris <wopian@wopian.me>",
Expand Down

0 comments on commit 220535d

Please sign in to comment.