diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index 793281d1..6156be03 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. +## [1.2.9](https://github.com/1stG/configs/compare/@1stg/app-config@1.2.8...@1stg/app-config@1.2.9) (2021-03-02) + +**Note:** Version bump only for package @1stg/app-config + + + + + ## [1.2.8](https://github.com/1stG/configs/compare/@1stg/app-config@1.2.7...@1stg/app-config@1.2.8) (2021-02-28) **Note:** Version bump only for package @1stg/app-config diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 632a0773..518e3c6e 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "1.2.8", + "version": "1.2.9", "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", @@ -11,7 +11,7 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.0.0", - "@1stg/common-config": "^1.2.9", + "@1stg/common-config": "^1.2.10", "@1stg/postcss-config": "^1.1.0", "@1stg/stylelint-config": "^1.2.1", "@pkgr/es-modules": "^0.4.0", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index 9127b76f..267e0a28 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/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. +# [1.4.0](https://github.com/1stG/configs/compare/@1stg/babel-preset@1.3.1...@1stg/babel-preset@1.4.0) (2021-03-02) + + +### Features + +* **eslint-config:** enable sonar/deprecation to replace tslint's ([0679fcf](https://github.com/1stG/configs/commit/0679fcfc677d9e01f237e5ed76df80cc739d3d98)) + + + + + ## [1.3.1](https://github.com/1stG/configs/compare/@1stg/babel-preset@1.3.0...@1stg/babel-preset@1.3.1) (2021-02-28) diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index 1edd499d..9072608a 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/babel-preset", - "version": "1.3.1", + "version": "1.4.0", "description": "Personal but Shareable Babel Preset for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", diff --git a/packages/common-config/CHANGELOG.md b/packages/common-config/CHANGELOG.md index 3bd32118..05273886 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-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. +## [1.2.10](https://github.com/1stG/configs/compare/@1stg/common-config@1.2.9...@1stg/common-config@1.2.10) (2021-03-02) + +**Note:** Version bump only for package @1stg/common-config + + + + + ## [1.2.9](https://github.com/1stG/configs/compare/@1stg/common-config@1.2.8...@1stg/common-config@1.2.9) (2021-02-28) diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 971cb3f9..a935f1ce 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "1.2.9", + "version": "1.2.10", "description": "Personal but Shareable Common Configuration for all 1stG.me projects.", "repository": "git+https://github.com/1stG/configs.git", "homepage": "https://github.com/1stG/configs/tree/master/packages/common-config", @@ -10,12 +10,12 @@ "node": ">=10.0.0" }, "dependencies": { - "@1stg/babel-preset": "^1.3.1", + "@1stg/babel-preset": "^1.4.0", "@1stg/commitlint-config": "^1.0.3", - "@1stg/eslint-config": "^1.7.3", + "@1stg/eslint-config": "^1.8.0", "@1stg/husky-config": "^1.0.2", - "@1stg/lint-staged": "^1.1.1", - "@1stg/prettier-config": "^1.3.1", + "@1stg/lint-staged": "^1.1.2", + "@1stg/prettier-config": "^1.4.0", "@1stg/remark-config": "^1.0.0", "@1stg/tsconfig": "^1.1.0", "@babel/core": "^7.13.8", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 4e7c648c..81dc8430 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. +# [1.8.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@1.7.3...@1stg/eslint-config@1.8.0) (2021-03-02) + + +### Features + +* **eslint-config:** enable sonar/deprecation to replace tslint's ([0679fcf](https://github.com/1stG/configs/commit/0679fcfc677d9e01f237e5ed76df80cc739d3d98)) + + + + + ## [1.7.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@1.7.2...@1stg/eslint-config@1.7.3) (2021-02-28) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 96bd7574..5e778220 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "1.7.3", + "version": "1.8.0", "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 16f23538..8cb5ef1e 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. +## [1.1.9](https://github.com/1stG/configs/compare/@1stg/lib-config@1.1.8...@1stg/lib-config@1.1.9) (2021-03-02) + +**Note:** Version bump only for package @1stg/lib-config + + + + + ## [1.1.8](https://github.com/1stG/configs/compare/@1stg/lib-config@1.1.7...@1stg/lib-config@1.1.8) (2021-02-28) **Note:** Version bump only for package @1stg/lib-config diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index 95b48593..26fb01ce 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "1.1.8", + "version": "1.1.9", "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", @@ -10,7 +10,7 @@ "node": ">=10.0.0" }, "dependencies": { - "@1stg/common-config": "^1.2.9", + "@1stg/common-config": "^1.2.10", "@pkgr/rollup": "^0.11.3", "jest": "^26.6.3" }, diff --git a/packages/lint-staged/CHANGELOG.md b/packages/lint-staged/CHANGELOG.md index db376cef..7d9c81e2 100644 --- a/packages/lint-staged/CHANGELOG.md +++ b/packages/lint-staged/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. +## [1.1.2](https://github.com/1stG/configs/compare/@1stg/lint-staged@1.1.1...@1stg/lint-staged@1.1.2) (2021-03-02) + +**Note:** Version bump only for package @1stg/lint-staged + + + + + ## [1.1.1](https://github.com/1stG/configs/compare/@1stg/lint-staged@1.1.0...@1stg/lint-staged@1.1.1) (2021-02-28) **Note:** Version bump only for package @1stg/lint-staged diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index f1e74663..9417e6c3 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lint-staged", - "version": "1.1.1", + "version": "1.1.2", "description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", @@ -9,7 +9,7 @@ "lint-staged": ">=10.0.0" }, "dependencies": { - "@1stg/prettier-config": "^1.3.1", + "@1stg/prettier-config": "^1.4.0", "@pkgr/utils": "^0.6.0", "cross-env": "^7.0.3", "prettier": "^2.2.1" diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 1d5821a6..cceefe34 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-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. +# [1.4.0](https://github.com/1stG/configs/compare/@1stg/prettier-config@1.3.1...@1stg/prettier-config@1.4.0) (2021-03-02) + + +### Features + +* **eslint-config:** enable sonar/deprecation to replace tslint's ([0679fcf](https://github.com/1stG/configs/commit/0679fcfc677d9e01f237e5ed76df80cc739d3d98)) + + + + + ## [1.3.1](https://github.com/1stG/configs/compare/@1stg/prettier-config@1.3.0...@1stg/prettier-config@1.3.1) (2021-02-28) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 78a3938c..8b01aef4 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/prettier-config", - "version": "1.3.1", + "version": "1.4.0", "description": "Personal but Shareable Prettier Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", diff --git a/packages/tslint-config/CHANGELOG.md b/packages/tslint-config/CHANGELOG.md index 8977bfa3..7eb5733e 100644 --- a/packages/tslint-config/CHANGELOG.md +++ b/packages/tslint-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. +# [1.1.0](https://github.com/1stG/configs/compare/@1stg/tslint-config@1.0.1...@1stg/tslint-config@1.1.0) (2021-03-02) + + +### Features + +* **eslint-config:** enable sonar/deprecation to replace tslint's ([0679fcf](https://github.com/1stG/configs/commit/0679fcfc677d9e01f237e5ed76df80cc739d3d98)) + + + + + ## [1.0.1](https://github.com/1stG/configs/compare/@1stg/tslint-config@1.0.0...@1stg/tslint-config@1.0.1) (2021-02-28) diff --git a/packages/tslint-config/package.json b/packages/tslint-config/package.json index 024de6af..2f03acd3 100644 --- a/packages/tslint-config/package.json +++ b/packages/tslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/tslint-config", - "version": "1.0.1", + "version": "1.1.0", "description": "Personal but Shareable TSLint Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ",