diff --git a/.changeset/lovely-carrots-rest.md b/.changeset/lovely-carrots-rest.md deleted file mode 100644 index 7080c15e..00000000 --- a/.changeset/lovely-carrots-rest.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@wayofdev/browserslist-config': major -'@wayofdev/eslint-config-bases': major -'@wayofdev/markdownlint-config': major -'@wayofdev/lint-staged-config': major -'@wayofdev/commitlint-config': major -'@wayofdev/secretlint-config': major -'@wayofdev/stylelint-config': major -'@wayofdev/htmlhint-config': major -'@wayofdev/tsconfig-config': major -'@wayofdev/postcss-config': major ---- - -refactor: changed configs, paths, added docs diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index 1f474e4c..c01864ef 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/browserslist-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.2.1 ### Patch Changes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index c09a7184..90240720 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/browserslist-config", - "version": "1.2.1", + "version": "2.0.0", "private": false, "description": "A shareable browserslist configuration for projects.", "keywords": [ diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 5e6b7e49..c133354d 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/commitlint-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.2.2 ### Patch Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 314720f7..1fae51b6 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/commitlint-config", - "version": "1.2.2", + "version": "2.0.0", "private": false, "description": "A shareable commitlint configuration for projects.", "keywords": [ diff --git a/packages/eslint-config-bases/CHANGELOG.md b/packages/eslint-config-bases/CHANGELOG.md index 198c164a..59ceab59 100644 --- a/packages/eslint-config-bases/CHANGELOG.md +++ b/packages/eslint-config-bases/CHANGELOG.md @@ -1,5 +1,16 @@ # @wayofdev/eslint-config-bases +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + +### Patch Changes + +- Updated dependencies [[`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90)]: + - @wayofdev/lint-staged-config@2.0.0 + ## 1.2.1 ### Patch Changes diff --git a/packages/eslint-config-bases/package.json b/packages/eslint-config-bases/package.json index af5256a2..64aa4d58 100644 --- a/packages/eslint-config-bases/package.json +++ b/packages/eslint-config-bases/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/eslint-config-bases", - "version": "1.2.1", + "version": "2.0.0", "private": false, "description": "A shareable eslint base configuration for projects.", "keywords": [ diff --git a/packages/htmlhint-config/CHANGELOG.md b/packages/htmlhint-config/CHANGELOG.md index cb33b0e4..97399cb7 100644 --- a/packages/htmlhint-config/CHANGELOG.md +++ b/packages/htmlhint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/htmlhint-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.1.1 ### Patch Changes diff --git a/packages/htmlhint-config/package.json b/packages/htmlhint-config/package.json index 4e170264..64512ba3 100644 --- a/packages/htmlhint-config/package.json +++ b/packages/htmlhint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/htmlhint-config", - "version": "1.1.1", + "version": "2.0.0", "private": false, "description": "A shareable htmlhint configuration for projects.", "keywords": [ diff --git a/packages/lint-staged-config/CHANGELOG.md b/packages/lint-staged-config/CHANGELOG.md index 957f0dde..fa213a9d 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/lint-staged-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.2.1 ### Patch Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 0819ffc4..79a2f94d 100644 --- a/packages/lint-staged-config/package.json +++ b/packages/lint-staged-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/lint-staged-config", - "version": "1.2.1", + "version": "2.0.0", "private": false, "description": "A shareable lint-staged configuration for projects.", "keywords": [ diff --git a/packages/markdownlint-config/CHANGELOG.md b/packages/markdownlint-config/CHANGELOG.md index 3b7ab81f..73b73b6f 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/markdownlint-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.1.1 ### Patch Changes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index 00ce0074..0131a215 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/markdownlint-config", - "version": "1.1.1", + "version": "2.0.0", "private": false, "description": "A shareable markdownlint configuration for projects.", "keywords": [ diff --git a/packages/postcss-config/CHANGELOG.md b/packages/postcss-config/CHANGELOG.md index 58376cd2..2c01617c 100644 --- a/packages/postcss-config/CHANGELOG.md +++ b/packages/postcss-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/postcss-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.1.4 ### Patch Changes diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index 61ed19e0..47a0c9c6 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/postcss-config", - "version": "1.1.4", + "version": "2.0.0", "private": false, "description": "A shareable postcss configuration for projects.", "keywords": [ diff --git a/packages/secretlint-config/CHANGELOG.md b/packages/secretlint-config/CHANGELOG.md index c516fe33..e788f470 100644 --- a/packages/secretlint-config/CHANGELOG.md +++ b/packages/secretlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/secretlint-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.1.1 ### Patch Changes diff --git a/packages/secretlint-config/package.json b/packages/secretlint-config/package.json index 2591f9c0..317403b8 100644 --- a/packages/secretlint-config/package.json +++ b/packages/secretlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/secretlint-config", - "version": "1.1.1", + "version": "2.0.0", "private": false, "description": "A shareable secretlint configuration for projects.", "keywords": [ diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index d2c4dce1..09fcaebc 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/stylelint-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.1.1 ### Patch Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 71b9c2b0..a720f06e 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/stylelint-config", - "version": "1.1.1", + "version": "2.0.0", "private": false, "description": "A shareable stylelint configuration for projects.", "keywords": [ diff --git a/packages/tsconfig-config/CHANGELOG.md b/packages/tsconfig-config/CHANGELOG.md index f02d9105..ecddc66e 100644 --- a/packages/tsconfig-config/CHANGELOG.md +++ b/packages/tsconfig-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/tsconfig-config +## 2.0.0 + +### Major Changes + +- [#36](https://github.com/wayofdev/npm-shareable-configs/pull/36) [`6088d40`](https://github.com/wayofdev/npm-shareable-configs/commit/6088d40a769a3a69656d55c53793ff41b318ce90) Thanks [@lotyp](https://github.com/lotyp)! - refactor: changed configs, paths, added docs + ## 1.3.1 ### Patch Changes diff --git a/packages/tsconfig-config/package.json b/packages/tsconfig-config/package.json index f829c5d5..93f79bee 100644 --- a/packages/tsconfig-config/package.json +++ b/packages/tsconfig-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/tsconfig-config", - "version": "1.3.1", + "version": "2.0.0", "private": false, "description": "A shareable tsconfig configuration for projects.", "keywords": [