diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index b69e446..a4202eb 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/tutods/lib/compare/@tutods/components@0.4.5...@tutods/components@0.5.0) (2024-02-06) + +### Features + +- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12)) + ## [0.4.5](https://github.com/tutods/lib/compare/@tutods/components@0.4.4...@tutods/components@0.4.5) (2024-01-12) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index f24c28b..0a03b66 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "0.4.5", + "version": "0.5.0", "description": "React generic components that can be used in any scenario", "keywords": [ "react", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 013eb2c..f70fce5 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.17.0](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.16.7...@tutods/eslint-config@1.17.0) (2024-02-06) + +### Features + +- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12)) + ## [1.16.7](https://github.com/tutods/lib/compare/@tutods/eslint-config@1.16.6...@tutods/eslint-config@1.16.7) (2024-01-12) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6273973..7e5d3dd 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@tutods/eslint-config", "description": "ESLint configuration for JavaScript, TypeScript, React, Node.js, TailwindCSS projects, allowing to use other configs like sort imports, sort keys and more.", - "version": "1.16.7", + "version": "1.17.0", "keywords": [ "eslint", "react", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 13b9de2..a78579e 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/tutods/lib/compare/@tutods/prettier-config@0.2.1...@tutods/prettier-config@0.3.0) (2024-02-06) + +### Features + +- add prettier config for tailwind and cleanup ([188280b](https://github.com/tutods/lib/commit/188280b43e518dad3ceae0286588cce9aab00c12)) + ## [0.2.1](https://github.com/tutods/lib/compare/@tutods/prettier-config@0.2.0...@tutods/prettier-config@0.2.1) (2024-01-12) ### Bug Fixes diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index f4d2423..9425f2d 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,7 +1,7 @@ { "name": "@tutods/prettier-config", "description": "Prettier configuration to use in web projects, like React, Node, etc.", - "version": "0.2.1", + "version": "0.3.0", "keywords": [ "prettier", "formatting",