diff --git a/.changeset/hot-eyes-brush.md b/.changeset/hot-eyes-brush.md deleted file mode 100644 index bd8b7138..00000000 --- a/.changeset/hot-eyes-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@workleap/eslint-plugin": minor ---- - -Added eslint-plugin-package-json. diff --git a/.changeset/moody-ducks-smile.md b/.changeset/moody-ducks-smile.md deleted file mode 100644 index 4911f359..00000000 --- a/.changeset/moody-ducks-smile.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@workleap/stylelint-configs": patch -"@workleap/postcss-configs": patch -"@workleap/webpack-configs": patch -"@workleap/swc-configs": patch ---- - -Loosen the dependencies version. diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 8c43b217..ee54cfca 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/eslint-plugin +## 3.1.0 + +### Minor Changes + +- [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Added eslint-plugin-package-json. + ## 3.0.2 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 41496b44..2282083a 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -2,7 +2,7 @@ "name": "@workleap/eslint-plugin", "author": "Workleap", "description": "Workleap recommended ESLint rules and configurations.", - "version": "3.0.2", + "version": "3.1.0", "keywords": [ "workleap", "eslint", diff --git a/packages/postcss-configs/CHANGELOG.md b/packages/postcss-configs/CHANGELOG.md index 51f3e1b7..b75eef7d 100644 --- a/packages/postcss-configs/CHANGELOG.md +++ b/packages/postcss-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/postcss-configs +## 1.0.4 + +### Patch Changes + +- [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version. + ## 1.0.3 ### Patch Changes diff --git a/packages/postcss-configs/package.json b/packages/postcss-configs/package.json index 5a3a0701..19244e50 100644 --- a/packages/postcss-configs/package.json +++ b/packages/postcss-configs/package.json @@ -2,7 +2,7 @@ "name": "@workleap/postcss-configs", "author": "Workleap", "description": "Workleap's recommended PostCSS configurations", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "keywords": [ "workleap", diff --git a/packages/stylelint-configs/CHANGELOG.md b/packages/stylelint-configs/CHANGELOG.md index 29d32862..857f6b5b 100644 --- a/packages/stylelint-configs/CHANGELOG.md +++ b/packages/stylelint-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/stylelint-config +## 2.0.3 + +### Patch Changes + +- [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version. + ## 2.0.2 ### Patch Changes diff --git a/packages/stylelint-configs/package.json b/packages/stylelint-configs/package.json index bea16611..774f26ed 100644 --- a/packages/stylelint-configs/package.json +++ b/packages/stylelint-configs/package.json @@ -2,7 +2,7 @@ "name": "@workleap/stylelint-configs", "author": "Workleap", "description": "Workleap recommended Stylelint configurations.", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "keywords": [ "workleap", diff --git a/packages/swc-configs/CHANGELOG.md b/packages/swc-configs/CHANGELOG.md index 055275a3..80766281 100644 --- a/packages/swc-configs/CHANGELOG.md +++ b/packages/swc-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/swc-configs +## 2.2.3 + +### Patch Changes + +- [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version. + ## 2.2.2 ### Patch Changes diff --git a/packages/swc-configs/package.json b/packages/swc-configs/package.json index bee32665..23858519 100644 --- a/packages/swc-configs/package.json +++ b/packages/swc-configs/package.json @@ -1,7 +1,7 @@ { "name": "@workleap/swc-configs", "description": "Workleap recommended SWC configs.", - "version": "2.2.2", + "version": "2.2.3", "license": "Apache-2.0", "keywords": [ "workleap", diff --git a/packages/webpack-configs/CHANGELOG.md b/packages/webpack-configs/CHANGELOG.md index cebb618c..ee32148b 100644 --- a/packages/webpack-configs/CHANGELOG.md +++ b/packages/webpack-configs/CHANGELOG.md @@ -1,5 +1,11 @@ # @workleap/webpack-configs +## 1.4.1 + +### Patch Changes + +- [#186](https://github.com/gsoft-inc/wl-web-configs/pull/186) [`997054e`](https://github.com/gsoft-inc/wl-web-configs/commit/997054eb66118e5897ce686a446d98ac7ea6abd6) Thanks [@patricklafrance](https://github.com/patricklafrance)! - Loosen the dependencies version. + ## 1.4.0 ### Minor Changes diff --git a/packages/webpack-configs/package.json b/packages/webpack-configs/package.json index 420b18e7..cb644fbd 100644 --- a/packages/webpack-configs/package.json +++ b/packages/webpack-configs/package.json @@ -2,7 +2,7 @@ "name": "@workleap/webpack-configs", "author": "Workleap", "description": "Workleap recommended webpack config.", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "keywords": [ "workleap",