diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 0700f7e8..b012e9dd 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -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. +## [0.1.3](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.2...@1stg/app-config@0.1.3) (2019-11-01) + +**Note:** Version bump only for package @1stg/app-config + + + + + ## [0.1.2](https://github.com/1stG/configs/compare/@1stg/app-config@0.1.1...@1stg/app-config@0.1.2) (2019-11-01) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 304021f8..0b9f4f8c 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "0.1.2", + "version": "0.1.3", "description": "Personal but Shareable App Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/app-config", @@ -13,7 +13,7 @@ "@1stg/babel-preset": "^0.8.1", "@1stg/browserslist-config": "^0.3.1", "@1stg/commitlint-config": "^0.2.0", - "@1stg/eslint-config": "^0.14.1", + "@1stg/eslint-config": "^0.14.2", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.0", "@1stg/postcss-config": "^0.4.0", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 26fdadf0..936951e6 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -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. +## [0.14.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.1...@1stg/eslint-config@0.14.2) (2019-11-01) + + +### Bug Fixes + +* **eslint-config:** remove isSrcDirAvailable from resolvePaths ([aa218d2](https://github.com/1stG/configs/commit/aa218d28bf2fa0a309fab12656e05615c1c764d8)) + + + + + ## [0.14.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.14.0...@1stg/eslint-config@0.14.1) (2019-11-01) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index adef0a3a..a5908235 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "0.14.1", + "version": "0.14.2", "description": "Personal but Shareable ESLint Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/eslint-config", diff --git a/packages/lib-config/CHANGELOG.md b/packages/lib-config/CHANGELOG.md index e10e5242..0706a28e 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -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. +## [0.1.3](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.2...@1stg/lib-config@0.1.3) (2019-11-01) + +**Note:** Version bump only for package @1stg/lib-config + + + + + ## [0.1.2](https://github.com/1stG/configs/compare/@1stg/lib-config@0.1.1...@1stg/lib-config@0.1.2) (2019-11-01) **Note:** Version bump only for package @1stg/lib-config diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 52cdda47..61abdb28 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "0.1.2", + "version": "0.1.3", "description": "Personal but Shareable Library Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/lib-config", @@ -12,7 +12,7 @@ "dependencies": { "@1stg/babel-preset": "^0.8.1", "@1stg/commitlint-config": "^0.2.0", - "@1stg/eslint-config": "^0.14.1", + "@1stg/eslint-config": "^0.14.2", "@1stg/husky-config": "^0.4.0", "@1stg/lint-staged": "^0.9.0", "@1stg/prettier-config": "^0.5.2",