diff --git a/.changeset/great-experts-grin.md b/.changeset/great-experts-grin.md deleted file mode 100644 index ac24a5b1..00000000 --- a/.changeset/great-experts-grin.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wayofdev/browserslist-config': minor -'@wayofdev/eslint-config-bases': minor ---- - -feat: updated configuration, refactor and new readme diff --git a/.changeset/large-donkeys-shake.md b/.changeset/large-donkeys-shake.md deleted file mode 100644 index d556d15f..00000000 --- a/.changeset/large-donkeys-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@wayofdev/browserslist-config': minor ---- - -chore: updating package diff --git a/.changeset/purple-trains-swim.md b/.changeset/purple-trains-swim.md deleted file mode 100644 index 69ea195f..00000000 --- a/.changeset/purple-trains-swim.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'@wayofdev/browserslist-config': patch -'@wayofdev/commitlint-config': patch -'@wayofdev/eslint-config-bases': patch -'@wayofdev/htmlhint-config': patch -'@wayofdev/jest-config': patch -'@wayofdev/lint-staged-config': patch -'@wayofdev/markdownlint-config': patch -'@wayofdev/postcss-config': patch -'@wayofdev/secretlint-config': patch -'@wayofdev/stylelint-config': patch -'@wayofdev/tsconfig-config': patch ---- - -chore: updating versions diff --git a/.changeset/shy-balloons-trade.md b/.changeset/shy-balloons-trade.md deleted file mode 100644 index b3a663b5..00000000 --- a/.changeset/shy-balloons-trade.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wayofdev/browserslist-config': patch -'@wayofdev/eslint-config-bases': patch ---- - -chore: updating versions diff --git a/packages/browserslist-config/CHANGELOG.md b/packages/browserslist-config/CHANGELOG.md index ff40cc1f..4e6b617b 100644 --- a/packages/browserslist-config/CHANGELOG.md +++ b/packages/browserslist-config/CHANGELOG.md @@ -1,5 +1,19 @@ # @wayofdev/browserslist-config +## 1.2.0 + +### Minor Changes + +- [#25](https://github.com/wayofdev/npm-shareable-configs/pull/25) [`6f92c3d`](https://github.com/wayofdev/npm-shareable-configs/commit/6f92c3df0afe5d76a3eb2a7e24daca689653ed41) Thanks [@lotyp](https://github.com/lotyp)! - feat: updated configuration, refactor and new readme + +- [#28](https://github.com/wayofdev/npm-shareable-configs/pull/28) [`81eaa16`](https://github.com/wayofdev/npm-shareable-configs/commit/81eaa16d7cac6a8217cc03caf364b558167600c0) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating package + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + +- [#29](https://github.com/wayofdev/npm-shareable-configs/pull/29) [`9e61b4d`](https://github.com/wayofdev/npm-shareable-configs/commit/9e61b4d3019d60b1fdabc2b3479b5d3d9fde84a0) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/browserslist-config/package.json b/packages/browserslist-config/package.json index 82eeabb3..83636b39 100644 --- a/packages/browserslist-config/package.json +++ b/packages/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/browserslist-config", - "version": "1.1.0", + "version": "1.2.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 b7d99aa2..8d67d0c0 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/commitlint-config +## 1.2.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.2.0 ### Minor Changes diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index feafd71c..eeaf5b34 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/commitlint-config", - "version": "1.2.0", + "version": "1.2.1", "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 new file mode 100644 index 00000000..5c4ed50c --- /dev/null +++ b/packages/eslint-config-bases/CHANGELOG.md @@ -0,0 +1,13 @@ +# @wayofdev/eslint-config-bases + +## 1.2.0 + +### Minor Changes + +- [#25](https://github.com/wayofdev/npm-shareable-configs/pull/25) [`6f92c3d`](https://github.com/wayofdev/npm-shareable-configs/commit/6f92c3df0afe5d76a3eb2a7e24daca689653ed41) Thanks [@lotyp](https://github.com/lotyp)! - feat: updated configuration, refactor and new readme + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + +- [#29](https://github.com/wayofdev/npm-shareable-configs/pull/29) [`9e61b4d`](https://github.com/wayofdev/npm-shareable-configs/commit/9e61b4d3019d60b1fdabc2b3479b5d3d9fde84a0) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions diff --git a/packages/eslint-config-bases/package.json b/packages/eslint-config-bases/package.json index 8421bd85..5df241ad 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.1.0", + "version": "1.2.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 08bdcd84..cb33b0e4 100644 --- a/packages/htmlhint-config/CHANGELOG.md +++ b/packages/htmlhint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/htmlhint-config +## 1.1.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/htmlhint-config/package.json b/packages/htmlhint-config/package.json index 29835517..a0eb4536 100644 --- a/packages/htmlhint-config/package.json +++ b/packages/htmlhint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/htmlhint-config", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "A shareable htmlhint configuration for projects.", "keywords": [ diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 53cb5dae..ce44c4c7 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/jest-config +## 1.1.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 09b21b34..0c5577f6 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/jest-config", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "A shareable jest configuration for projects.", "keywords": [ diff --git a/packages/lint-staged-config/CHANGELOG.md b/packages/lint-staged-config/CHANGELOG.md index 30589bd8..957f0dde 100644 --- a/packages/lint-staged-config/CHANGELOG.md +++ b/packages/lint-staged-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/lint-staged-config +## 1.2.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.2.0 ### Minor Changes diff --git a/packages/lint-staged-config/package.json b/packages/lint-staged-config/package.json index 5ae65e48..81df95c2 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.0", + "version": "1.2.1", "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 32dd3782..3b7ab81f 100644 --- a/packages/markdownlint-config/CHANGELOG.md +++ b/packages/markdownlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/markdownlint-config +## 1.1.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/markdownlint-config/package.json b/packages/markdownlint-config/package.json index a4923d59..e2d1df41 100644 --- a/packages/markdownlint-config/package.json +++ b/packages/markdownlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/markdownlint-config", - "version": "1.1.0", + "version": "1.1.1", "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 dd9a7d39..58376cd2 100644 --- a/packages/postcss-config/CHANGELOG.md +++ b/packages/postcss-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/postcss-config +## 1.1.4 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.3 ### Patch Changes diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index 1a085885..b00d578f 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/postcss-config", - "version": "1.1.3", + "version": "1.1.4", "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 931f9ccb..c516fe33 100644 --- a/packages/secretlint-config/CHANGELOG.md +++ b/packages/secretlint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/secretlint-config +## 1.1.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/secretlint-config/package.json b/packages/secretlint-config/package.json index 37b453f0..327013d7 100644 --- a/packages/secretlint-config/package.json +++ b/packages/secretlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/secretlint-config", - "version": "1.1.0", + "version": "1.1.1", "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 f1035b8f..d2c4dce1 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/stylelint-config +## 1.1.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.1.0 ### Minor Changes diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 3a1b6e9c..a63c64f6 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/stylelint-config", - "version": "1.1.0", + "version": "1.1.1", "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 4e53d4c5..f02d9105 100644 --- a/packages/tsconfig-config/CHANGELOG.md +++ b/packages/tsconfig-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @wayofdev/tsconfig-config +## 1.3.1 + +### Patch Changes + +- [`336f467`](https://github.com/wayofdev/npm-shareable-configs/commit/336f467362a10239bc6f5610ef53786b1d89f5b9) Thanks [@lotyp](https://github.com/lotyp)! - chore: updating versions + ## 1.3.0 ### Minor Changes diff --git a/packages/tsconfig-config/package.json b/packages/tsconfig-config/package.json index c7848448..7313b8c6 100644 --- a/packages/tsconfig-config/package.json +++ b/packages/tsconfig-config/package.json @@ -1,6 +1,6 @@ { "name": "@wayofdev/tsconfig-config", - "version": "1.3.0", + "version": "1.3.1", "private": false, "description": "A shareable tsconfig configuration for projects.", "keywords": [