diff --git a/.changeset/good-papayas-explain.md b/.changeset/good-papayas-explain.md deleted file mode 100644 index 3b7ab94..0000000 --- a/.changeset/good-papayas-explain.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@itsrakesh/eslint-config": minor -"@itsrakesh/tsconfig": minor -"@itsrakesh/utils": minor -"@itsrakesh/ui": minor ---- - -Added new components and maintainance updates. diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index b698e69..41ce5d3 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/eslint-config +## 1.2.0 + +### Minor Changes + +- 2b0a89f: Added new components and maintainance updates. + ## 1.1.0 ### Minor Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 407ed02..5fdc0fb 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/eslint-config", - "version": "1.1.0", + "version": "1.2.0", "description": "A shared eslint configurations for itsrakesh projects.", "keywords": [ "itsrakesh", diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index a8df07b..24d71a1 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/tsconfig +## 1.2.0 + +### Minor Changes + +- 2b0a89f: Added new components and maintainance updates. + ## 1.1.0 ### Minor Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 0d10d25..5d3fa23 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/tsconfig", - "version": "1.1.0", + "version": "1.2.0", "description": "A shared typescript configurations for itsrakesh projects.", "keywords": [ "itsrakesh", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 028d301..0157d83 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/ui +## 0.3.0 + +### Minor Changes + +- 2b0a89f: Added new components and maintainance updates. + ## 0.2.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 072b6ef..dc4c326 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/ui", - "version": "0.2.0", + "version": "0.3.0", "description": "React UI components for itsrakesh projects.", "keywords": [ "itsrakesh", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index fb81b88..de09f16 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @itsrakesh/utils +## 1.2.0 + +### Minor Changes + +- 2b0a89f: Added new components and maintainance updates. + ## 1.1.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 43cff3a..e4a0a05 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@itsrakesh/utils", - "version": "1.1.0", + "version": "1.2.0", "description": "A collection of utility functions for itsrakesh frontend projects.", "keywords": [ "itsrakesh",