Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 29, 2020
1 parent 612791e commit bd2abb8
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 10 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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)


### Bug Fixes

* get rid of eslint-plugin-standard ([e574c85](https://github.com/p3ol/eslint-config/commit/e574c85e45aedbc3fc2ddd1538aceea71e0c7efc))


### Features

* **config:** replace babel-eslint with @babel/eslint-parser ([2b4b6c4](https://github.com/p3ol/eslint-config/commit/2b4b6c42e4000b1312edf4d3156b0ce85289e857))
* **config:** update peerdeps requirements ([3fed5b2](https://github.com/p3ol/eslint-config/commit/3fed5b25f9b19cd280c945a5e21b4d35965b107f))
* **plugin:** force require eslint 7 ([38e7f79](https://github.com/p3ol/eslint-config/commit/38e7f79046d07787f9eac5f2b3de8187a65a2855))





## [1.2.5](https://github.com/p3ol/eslint-config/compare/v1.2.4...v1.2.5) (2020-10-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.2.5",
"version": "1.3.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-node/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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)

**Note:** Version bump only for package @poool/eslint-config-node





## [1.2.5](https://github.com/p3ol/eslint-config/compare/v1.2.4...v1.2.5) (2020-10-26)

**Note:** Version bump only for package @poool/eslint-config-node
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-node",
"version": "1.2.5",
"version": "1.3.0",
"description": "Common ESLint rules we share between node projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"eslint-plugin-node": "^11.1.0"
},
"devDependencies": {
"@poool/eslint-config": "^1.2.5",
"@poool/eslint-config": "^1.3.0",
"eslint": "7.12.1",
"eslint-plugin-node": "11.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-react-native/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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)

**Note:** Version bump only for package @poool/eslint-config-react-native





## [1.2.5](https://github.com/p3ol/eslint-config/compare/v1.2.4...v1.2.5) (2020-10-26)

**Note:** Version bump only for package @poool/eslint-config-react-native
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-react-native",
"version": "1.2.5",
"version": "1.3.0",
"description": "Common ESLint rules we share between React Native projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
"eslint-plugin-react-native": "^3.8.1"
},
"devDependencies": {
"@poool/eslint-config-react": "^1.2.5",
"@poool/eslint-config-react": "^1.3.0",
"eslint": "7.12.1",
"eslint-plugin-react-native": "3.10.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)

**Note:** Version bump only for package @poool/eslint-config-react





## [1.2.5](https://github.com/p3ol/eslint-config/compare/v1.2.4...v1.2.5) (2020-10-26)

**Note:** Version bump only for package @poool/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config-react",
"version": "1.2.5",
"version": "1.3.0",
"description": "Common ESLint rules we share between React projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"eslint-plugin-react": "^7.20.0"
},
"devDependencies": {
"@poool/eslint-config": "^1.2.5",
"@poool/eslint-config": "^1.3.0",
"eslint": "7.12.1",
"eslint-plugin-react": "7.21.5"
},
Expand Down
17 changes: 17 additions & 0 deletions packages/eslint-config/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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)


### Bug Fixes

* get rid of eslint-plugin-standard ([e574c85](https://github.com/p3ol/eslint-config/commit/e574c85e45aedbc3fc2ddd1538aceea71e0c7efc))


### Features

* **config:** replace babel-eslint with @babel/eslint-parser ([2b4b6c4](https://github.com/p3ol/eslint-config/commit/2b4b6c42e4000b1312edf4d3156b0ce85289e857))
* **config:** update peerdeps requirements ([3fed5b2](https://github.com/p3ol/eslint-config/commit/3fed5b25f9b19cd280c945a5e21b4d35965b107f))





## [1.2.5](https://github.com/p3ol/eslint-config/compare/v1.2.4...v1.2.5) (2020-10-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-config",
"version": "1.2.5",
"version": "1.3.0",
"description": "Common ESLint rules we share between projects at Poool",
"main": "index.js",
"repository": {
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/eslint-parser": "7.12.1",
"@poool/eslint-plugin": "^1.2.4",
"@poool/eslint-plugin": "^1.3.0",
"eslint": "7.12.1",
"eslint-config-standard": "16.0.0",
"eslint-plugin-babel": "5.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin/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.3.0](https://github.com/p3ol/eslint-config/compare/v1.2.5...v1.3.0) (2020-10-29)


### Features

* **plugin:** force require eslint 7 ([38e7f79](https://github.com/p3ol/eslint-config/commit/38e7f79046d07787f9eac5f2b3de8187a65a2855))





## [1.2.4](https://github.com/p3ol/eslint-config/compare/v1.2.3...v1.2.4) (2020-10-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poool/eslint-plugin",
"version": "1.2.4",
"version": "1.3.0",
"description": "Custom set of ESLint rules we need and enforce at Poool",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit bd2abb8

Please sign in to comment.