diff --git a/.changeset/big-badgers-cry.md b/.changeset/big-badgers-cry.md deleted file mode 100644 index 4dbda40f..00000000 --- a/.changeset/big-badgers-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@1stg/babel-preset": minor ---- - -feat(babel-preset): add react-refresh and vue 3 support diff --git a/.changeset/early-kings-marry.md b/.changeset/early-kings-marry.md deleted file mode 100644 index 3b3108c2..00000000 --- a/.changeset/early-kings-marry.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@1stg/app-config": minor -"@1stg/babel-preset": minor -"@1stg/commitlint-config": minor -"@1stg/eslint-config": minor -"@1stg/lib-config": minor -"@1stg/lint-staged": minor -"@1stg/postcss-config": minor -"@1stg/stylelint-config": minor ---- - -chore: bump pkgr packages diff --git a/.changeset/tough-files-tap.md b/.changeset/tough-files-tap.md deleted file mode 100644 index 60723304..00000000 --- a/.changeset/tough-files-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@1stg/lib-config": major ---- - -feat: upgrade `@pkgr/rollup`, use `rollup-plugin-esbuild` by default diff --git a/.changeset/two-cars-fold.md b/.changeset/two-cars-fold.md deleted file mode 100644 index 61920a37..00000000 --- a/.changeset/two-cars-fold.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@1stg/app-config": minor -"@1stg/babel-preset": major -"@1stg/commitlint-config": minor -"@1stg/common-config": minor -"@1stg/lint-staged": minor -"@1stg/stylelint-config": minor ---- - -fix: correct node engines field diff --git a/packages/app-config/CHANGELOG.md b/packages/app-config/CHANGELOG.md index b9421c8f..56f71eb8 100644 --- a/packages/app-config/CHANGELOG.md +++ b/packages/app-config/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field + +### Patch Changes + +- Updated dependencies [[`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8), [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f)]: + - @1stg/postcss-config@2.1.0 + - @1stg/stylelint-config@2.1.0 + - @1stg/common-config@2.2.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/app-config/package.json b/packages/app-config/package.json index 0e637678..38f8e2f3 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/app-config", - "version": "2.1.0", + "version": "2.2.0", "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,9 +11,9 @@ }, "dependencies": { "@1stg/browserslist-config": "^1.0.0", - "@1stg/common-config": "^2.1.0", - "@1stg/postcss-config": "^2.0.1", - "@1stg/stylelint-config": "^2.0.0", + "@1stg/common-config": "^2.2.0", + "@1stg/postcss-config": "^2.1.0", + "@1stg/stylelint-config": "^2.1.0", "@pkgr/es-modules": "^0.4.2", "@pkgr/imagemin": "^1.0.1", "browserslist": "^4.16.6", diff --git a/packages/babel-preset/CHANGELOG.md b/packages/babel-preset/CHANGELOG.md index fcd8bc9c..5026dbc4 100644 --- a/packages/babel-preset/CHANGELOG.md +++ b/packages/babel-preset/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.0.0 + +### Major Changes + +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - feat(babel-preset): add react-refresh and vue 3 support + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + ## 1.8.4 ### Patch Changes diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index ab6a1d74..f98f95b2 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/babel-preset", - "version": "1.8.4", + "version": "2.0.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/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 6bbbfe47..f7032f11 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,345 +1,195 @@ # Change Log -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/commitlint-config@1.1.1...@1stg/commitlint-config@1.1.2) (2021-04-30) +## 1.2.0 +### Minor Changes -### Bug Fixes - -* **eslint-config:** bump (dev)Dependencies except babel, disbale few rules ([12d125f](https://github.com/1stG/configs/commit/12d125f63075997e393c8f958189db8556c99b6f)) +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field +## [1.1.2](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.1.1...@1stg/commitlint-config@1.1.2) (2021-04-30) +### Bug Fixes +- **eslint-config:** bump (dev)Dependencies except babel, disbale few rules ([12d125f](https://github.com/1stG/configs/commit/12d125f63075997e393c8f958189db8556c99b6f)) ## [1.1.1](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.1.0...@1stg/commitlint-config@1.1.1) (2021-04-20) - ### Bug Fixes -* upgrade [@pkgr](https://github.com/pkgr) packages ([044f5fc](https://github.com/1stG/configs/commit/044f5fc19e149b4ea756f026a92176aa44f417be)) - - - - +- upgrade [@pkgr](https://github.com/pkgr) packages ([044f5fc](https://github.com/1stG/configs/commit/044f5fc19e149b4ea756f026a92176aa44f417be)) # [1.1.0](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.0.3...@1stg/commitlint-config@1.1.0) (2021-04-02) - ### Features -* enable eslint-plugin-jsdoc, disable ivy for ng-lib ([988f810](https://github.com/1stG/configs/commit/988f8102eb43a932528561948eab61b97f270551)) - - - - +- enable eslint-plugin-jsdoc, disable ivy for ng-lib ([988f810](https://github.com/1stG/configs/commit/988f8102eb43a932528561948eab61b97f270551)) ## [1.0.3](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.0.2...@1stg/commitlint-config@1.0.3) (2021-02-28) - ### Bug Fixes -* **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628)) - - - - +- **stylelint-config:** use official stylelint-prettier ([39599d8](https://github.com/1stG/configs/commit/39599d84cc4121d2a6c81272dabf718a1df9c628)) ## [1.0.2](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.0.1...@1stg/commitlint-config@1.0.2) (2021-02-23) - ### Bug Fixes -* **eslint-config:** no-negated-condition is not auto-fixable, so disable in loose mode ([68196ad](https://github.com/1stG/configs/commit/68196ad34fbab181f6be4e2bdf63d8ba9de5ecb5)) - - - - +- **eslint-config:** no-negated-condition is not auto-fixable, so disable in loose mode ([68196ad](https://github.com/1stG/configs/commit/68196ad34fbab181f6be4e2bdf63d8ba9de5ecb5)) ## [1.0.1](https://github.com/1stG/configs/compare/@1stg/commitlint-config@1.0.0...@1stg/commitlint-config@1.0.1) (2021-02-20) - ### Bug Fixes -* **eslint-config:** arrow-body-style conflict with prettier ([b738f32](https://github.com/1stG/configs/commit/b738f32af23adb2e518e7693e26fb62ad851ef2f)) - - - - +- **eslint-config:** arrow-body-style conflict with prettier ([b738f32](https://github.com/1stG/configs/commit/b738f32af23adb2e518e7693e26fb62ad851ef2f)) # [1.0.0](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.6.1...@1stg/commitlint-config@1.0.0) (2021-01-26) **Note:** Version bump only for package @1stg/commitlint-config - - - - ## [0.6.1](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.6.0...@1stg/commitlint-config@0.6.1) (2021-01-26) **Note:** Version bump only for package @1stg/commitlint-config - - - - # [0.6.0](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.5.6...@1stg/commitlint-config@0.6.0) (2020-11-27) - ### Features -* upgrade all deps ([b615c2d](https://github.com/1stG/configs/commit/b615c2d6806898fcfeffda3048523a6e5286085c)) - - - - +- upgrade all deps ([b615c2d](https://github.com/1stG/configs/commit/b615c2d6806898fcfeffda3048523a6e5286085c)) ## [0.5.6](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.5.5...@1stg/commitlint-config@0.5.6) (2020-07-07) **Note:** Version bump only for package @1stg/commitlint-config - - - - ## [0.5.5](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.5.4...@1stg/commitlint-config@0.5.5) (2020-05-24) **Note:** Version bump only for package @1stg/commitlint-config - - - - ## [0.5.4](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.5.3...@1stg/commitlint-config@0.5.4) (2020-04-02) - ### Bug Fixes -* **deps:** bump all (dev)Dependencies ([31f5f14](https://github.com/1stG/configs/commit/31f5f14ccdd79d1bd95977891b0f0a3eb5e33540)) - - - - +- **deps:** bump all (dev)Dependencies ([31f5f14](https://github.com/1stG/configs/commit/31f5f14ccdd79d1bd95977891b0f0a3eb5e33540)) ## [0.5.3](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.5.2...@1stg/commitlint-config@0.5.3) (2020-02-22) **Note:** Version bump only for package @1stg/commitlint-config - - - - ## 0.5.2 (2020-02-12) - ### Bug Fixes -* **dpes:** upgrade husky ([abc4f63](https://github.com/1stG/configs/commit/abc4f6394e7866d954fc25162fff404fcbbe14ad)) - - - - +- **dpes:** upgrade husky ([abc4f63](https://github.com/1stG/configs/commit/abc4f6394e7866d954fc25162fff404fcbbe14ad)) ## 0.5.1 (2020-02-11) - ### Bug Fixes -* **eslint-config:** set sortCharacterClasses false for regex-shorthand ([a60f2e2](https://github.com/1stG/configs/commit/a60f2e2bf9f0925aa19b917254ec180501b579ca)) - - - - +- **eslint-config:** set sortCharacterClasses false for regex-shorthand ([a60f2e2](https://github.com/1stG/configs/commit/a60f2e2bf9f0925aa19b917254ec180501b579ca)) # 0.5.0 (2020-02-11) - ### Features -* **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b)) - - - - +- **eslint-config:** disable some too strict unicorn rules ([337ee1c](https://github.com/1stG/configs/commit/337ee1cf8253b861773a41898572c5e4584ee05b)) ## 0.4.2 (2020-02-07) - ### Bug Fixes -* **lint-staged:** remove `git add` commands ([6595d7f](https://github.com/1stG/configs/commit/6595d7f9c745fa70c60136e26a459da83b686600)) - - - - +- **lint-staged:** remove `git add` commands ([6595d7f](https://github.com/1stG/configs/commit/6595d7f9c745fa70c60136e26a459da83b686600)) ## 0.4.1 (2020-02-07) - ### Bug Fixes -* downgrade husky temporarily, remove `git add` in lint-staged config ([50c4532](https://github.com/1stG/configs/commit/50c453214ffab7459e3b7b977a9cb6219941b012)) - - - - +- downgrade husky temporarily, remove `git add` in lint-staged config ([50c4532](https://github.com/1stG/configs/commit/50c453214ffab7459e3b7b977a9cb6219941b012)) # 0.4.0 (2020-02-01) - ### Features -* **prettier-config:** add next config for babel-ts parser ([0804cc8](https://github.com/1stG/configs/commit/0804cc8a71e1f0c7de2dab0b5f26bf9d3ff2b7a4)) - - - - +- **prettier-config:** add next config for babel-ts parser ([0804cc8](https://github.com/1stG/configs/commit/0804cc8a71e1f0c7de2dab0b5f26bf9d3ff2b7a4)) ## 0.3.1 (2020-02-01) - ### Bug Fixes -* **prettier-config:** add arrowParens avoid to prevent regression via prettier 2.0 ([1336067](https://github.com/1stG/configs/commit/1336067722a0f86c3040a185b01ba1b9aaee112d)) - - - - +- **prettier-config:** add arrowParens avoid to prevent regression via prettier 2.0 ([1336067](https://github.com/1stG/configs/commit/1336067722a0f86c3040a185b01ba1b9aaee112d)) # 0.3.0 (2020-01-31) - ### Features -* **tslint-config:** migrate rxjs-tslint to @rxts/rxjs-tslint ([a46a510](https://github.com/1stG/configs/commit/a46a510829a8eacbdda062223e2fd7749a899779)) - - - - +- **tslint-config:** migrate rxjs-tslint to @rxts/rxjs-tslint ([a46a510](https://github.com/1stG/configs/commit/a46a510829a8eacbdda062223e2fd7749a899779)) ## 0.2.8 (2020-01-28) - ### Bug Fixes -* **deps:** bump all (dev)Dependencies, migrate to GitHub Actions ([8b3b84c](https://github.com/1stG/configs/commit/8b3b84cdba15439891bb5650d11dbac51ceb8eca)) - - - - +- **deps:** bump all (dev)Dependencies, migrate to GitHub Actions ([8b3b84c](https://github.com/1stG/configs/commit/8b3b84cdba15439891bb5650d11dbac51ceb8eca)) ## [0.2.7](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.6...@1stg/commitlint-config@0.2.7) (2020-01-26) - ### Bug Fixes -* **deps:** bump all (dev)Dependencies, ignore UPPER_CASE markdown filenames ([a679e88](https://github.com/1stG/configs/commit/a679e88b31383b94d889a9a7de9aff1b14d2e91c)) - - - - +- **deps:** bump all (dev)Dependencies, ignore UPPER_CASE markdown filenames ([a679e88](https://github.com/1stG/configs/commit/a679e88b31383b94d889a9a7de9aff1b14d2e91c)) ## [0.2.6](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.5...@1stg/commitlint-config@0.2.6) (2020-01-17) - ### Bug Fixes -* **deps:** bump all (dev)Dependencies ([2faaabd](https://github.com/1stG/configs/commit/2faaabd1de4072bbad92a891457c714aec468f99)) - - - - +- **deps:** bump all (dev)Dependencies ([2faaabd](https://github.com/1stG/configs/commit/2faaabd1de4072bbad92a891457c714aec468f99)) ## [0.2.5](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.4...@1stg/commitlint-config@0.2.5) (2020-01-12) **Note:** Version bump only for package @1stg/commitlint-config - - - - ## [0.2.4](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.3...@1stg/commitlint-config@0.2.4) (2019-12-11) - ### Bug Fixes -* **deps:** bump all (dev)Dependencies, support prettier .*shrc files ([cab346c](https://github.com/1stG/configs/commit/cab346c8d6b41197bfddc2ff408e92e58816661d)) - - - - +- **deps:** bump all (dev)Dependencies, support prettier .\*shrc files ([cab346c](https://github.com/1stG/configs/commit/cab346c8d6b41197bfddc2ff408e92e58816661d)) ## [0.2.3](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.2...@1stg/commitlint-config@0.2.3) (2019-11-18) - ### Bug Fixes -* **deps:** bump (dev)Dependencies ([1a02a42](https://github.com/1stG/configs/commit/1a02a42ea2b786a8f59c46214fc05e82291febd4)) - - - - +- **deps:** bump (dev)Dependencies ([1a02a42](https://github.com/1stG/configs/commit/1a02a42ea2b786a8f59c46214fc05e82291febd4)) ## [0.2.2](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.1...@1stg/commitlint-config@0.2.2) (2019-11-09) - ### Bug Fixes -* **babel-preset:** support fast/generator/promises or exclude async transformer ([99a9666](https://github.com/1stG/configs/commit/99a9666a2228ea66de3b81d4bad4707ecba7232e)), closes [#8](https://github.com/1stG/configs/issues/8) - - - - +- **babel-preset:** support fast/generator/promises or exclude async transformer ([99a9666](https://github.com/1stG/configs/commit/99a9666a2228ea66de3b81d4bad4707ecba7232e)), closes [#8](https://github.com/1stG/configs/issues/8) ## [0.2.1](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.2.0...@1stg/commitlint-config@0.2.1) (2019-11-03) - ### Bug Fixes -* bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e)) - - - - +- bump @pkgr/utils version, dTs config takes highest priority ([e980ddb](https://github.com/1stG/configs/commit/e980ddb9645e3e9a85fc439efe2c1ad6dfb1cd1e)) # [0.2.0](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.1.2...@1stg/commitlint-config@0.2.0) (2019-10-31) - ### Features -* enable sonar for eslint/tslint, refactor dependencies declaration ([a27422f](https://github.com/1stG/configs/commit/a27422fa05e87f5d3800ca63a4c7ef3ba052b715)) - - - - +- enable sonar for eslint/tslint, refactor dependencies declaration ([a27422f](https://github.com/1stG/configs/commit/a27422fa05e87f5d3800ca63a4c7ef3ba052b715)) ## [0.1.2](https://github.com/1stG/configs/compare/@1stg/commitlint-config@0.1.1...@1stg/commitlint-config@0.1.2) (2019-10-20) - ### Bug Fixes -* a lot of tiny improvements ([06fb545](https://github.com/1stG/configs/commit/06fb545d9687e6da47b3e367bdb1b89553fc3c86)) - - - - +- a lot of tiny improvements ([06fb545](https://github.com/1stG/configs/commit/06fb545d9687e6da47b3e367bdb1b89553fc3c86)) ## 0.1.1 (2019-10-17) - ### Bug Fixes -* **commitlint-config:** enable lerna-scopes with conventional, close [#7](https://github.com/1stG/configs/issues/7) ([4393955](https://github.com/1stG/configs/commit/4393955fd0beb9bfb7c3f32a5e5f842fbd222a61)) - - - - +- **commitlint-config:** enable lerna-scopes with conventional, close [#7](https://github.com/1stG/configs/issues/7) ([4393955](https://github.com/1stG/configs/commit/4393955fd0beb9bfb7c3f32a5e5f842fbd222a61)) # 0.1.0 (2019-09-17) - ### Features -* **commitlint-config:** add commitlint config pkg, detect lerna automatically ([c6d81e6](https://github.com/1stG/configs/commit/c6d81e6)) +- **commitlint-config:** add commitlint config pkg, detect lerna automatically ([c6d81e6](https://github.com/1stG/configs/commit/c6d81e6)) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 5feb1d80..a9ab969a 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/commitlint-config", - "version": "1.1.2", + "version": "1.2.0", "description": "Personal but Shareable Commitlint Configuration 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 8dfd3eb2..085627f3 100644 --- a/packages/common-config/CHANGELOG.md +++ b/packages/common-config/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.2.0 + +### Minor Changes + +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field + +### Patch Changes + +- Updated dependencies [[`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8), [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8), [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f)]: + - @1stg/babel-preset@2.0.0 + - @1stg/commitlint-config@1.2.0 + - @1stg/eslint-config@2.3.0 + - @1stg/lint-staged@1.5.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 365c9061..fe24dd79 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/common-config", - "version": "2.1.0", + "version": "2.2.0", "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,10 +10,10 @@ "node": ">=12" }, "dependencies": { - "@1stg/babel-preset": "^1.8.3", - "@1stg/commitlint-config": "^1.1.2", - "@1stg/eslint-config": "^2.2.0", - "@1stg/lint-staged": "^1.4.3", + "@1stg/babel-preset": "^2.0.0", + "@1stg/commitlint-config": "^1.2.0", + "@1stg/eslint-config": "^2.3.0", + "@1stg/lint-staged": "^1.5.0", "@1stg/prettier-config": "^1.7.3", "@1stg/remark-config": "^1.1.0", "@1stg/simple-git-hooks": "^0.1.2", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index cfdcbea6..5d9db8d0 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.3.0 + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + ## 2.2.4 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2d9f0fd9..88bba386 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/eslint-config", - "version": "2.2.4", + "version": "2.3.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 46e8a63a..0b131fae 100644 --- a/packages/lib-config/CHANGELOG.md +++ b/packages/lib-config/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## 3.0.0 + +### Major Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - feat: upgrade `@pkgr/rollup`, use `rollup-plugin-esbuild` by default + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + +### Patch Changes + +- Updated dependencies [[`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f)]: + - @1stg/common-config@2.2.0 + ## 2.1.0 ### Minor Changes diff --git a/packages/lib-config/package.json b/packages/lib-config/package.json index baeba400..1ec2c1ee 100644 --- a/packages/lib-config/package.json +++ b/packages/lib-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lib-config", - "version": "2.1.0", + "version": "3.0.0", "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": ">=12" }, "dependencies": { - "@1stg/common-config": "^2.0.0", + "@1stg/common-config": "^2.2.0", "@pkgr/rollup": "^1.0.2", "jest": "^27.0.4" }, diff --git a/packages/lint-staged/CHANGELOG.md b/packages/lint-staged/CHANGELOG.md index 3f693ee9..654d2f44 100644 --- a/packages/lint-staged/CHANGELOG.md +++ b/packages/lint-staged/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 1.5.0 + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field + ## 1.4.3 ### Patch Changes diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index bda4ab04..91d55071 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/lint-staged", - "version": "1.4.3", + "version": "1.5.0", "description": "Personal but Shareable lint-staged Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", diff --git a/packages/postcss-config/CHANGELOG.md b/packages/postcss-config/CHANGELOG.md index a8f2cf05..0800d939 100644 --- a/packages/postcss-config/CHANGELOG.md +++ b/packages/postcss-config/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.1.0 + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + ## 2.0.1 ### Patch Changes diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index 7c0bc4c5..315a869a 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/postcss-config", - "version": "2.0.1", + "version": "2.1.0", "description": "Personal but Shareable PostCSS Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 875dedea..c36f6464 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,14 +1,19 @@ # Change Log +## 2.1.0 + +### Minor Changes + +- [#36](https://github.com/1stG/configs/pull/36) [`9ffe38a`](https://github.com/1stG/configs/commit/9ffe38a51906df9d3a5934dd0d514d1c8b917bd8) Thanks [@JounQin](https://github.com/JounQin)! - chore: bump pkgr packages + +- [#38](https://github.com/1stG/configs/pull/38) [`fd7f04b`](https://github.com/1stG/configs/commit/fd7f04bce8d62e77a43e2188cd72eda5eebb061f) Thanks [@JounQin](https://github.com/JounQin)! - fix: correct node engines field + ## 2.0.0 ### Major Changes - [#26](https://github.com/1stG/configs/pull/26) [`4a07080`](https://github.com/1stG/configs/commit/4a070800e004177d09a801438c891def339a82a0) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable stricter ts rules, bump `stylelint-no-unsupported-browser-features` -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - ## [1.3.2](https://github.com/1stG/configs/compare/@1stg/stylelint-config@1.3.1...@1stg/stylelint-config@1.3.2) (2021-04-30) ### Bug Fixes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index ded6b71f..072a75ed 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@1stg/stylelint-config", - "version": "2.0.0", + "version": "2.1.0", "description": "Personal but Shareable Stylelint Configuration for all 1stG.me projects.", "repository": "git@github.com:1stG/configs.git", "author": "JounQin ", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 9b8b4b62..4260fa6b 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -6,9 +6,6 @@ - [#22](https://github.com/1stG/configs/pull/22) [`f227d44`](https://github.com/1stG/configs/commit/f227d44321aa2ea859c31874634f24cd8dde3652) Thanks [@JounQin](https://github.com/JounQin)! - feat: enable angular-eslint, disable tslint angilar rules -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - ## [1.3.1](https://github.com/1stG/configs/compare/@1stg/tsconfig@1.3.0...@1stg/tsconfig@1.3.1) (2021-04-20) **Note:** Version bump only for package @1stg/tsconfig