diff --git a/.changeset/strange-papayas-kneel.md b/.changeset/strange-papayas-kneel.md deleted file mode 100644 index de6df76..0000000 --- a/.changeset/strange-papayas-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"eslint-config-custom": minor -"@dominate-color.js/core": minor ---- - -This update brings significant improvements to our color space handling features, providing users with more versatile and accurate color management capabilities. Additionally, we've enriched our documentation with detailed descriptions of all packages, offering better insights and understanding of their functions and uses. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 641f7ec..01a8299 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @dominate-color.js/core +## 1.1.0 + +### Minor Changes + +- 29fdc99: This update brings significant improvements to our color space handling features, providing users with more versatile and accurate color management capabilities. Additionally, we've enriched our documentation with detailed descriptions of all packages, offering better insights and understanding of their functions and uses. + ## 1.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5a6d2bf..64f56f6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dominate-color.js/core", - "version": "1.0.0", + "version": "1.1.0", "description": "A library that can extract the primary color and its hue in RGBA format and convert it.", "author": "TrySquad DF ", "homepage": "https://github.com/Dominate-color/dominate-color-js#readme", diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index fcc1032..328ffe7 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -1,5 +1,11 @@ # eslint-config-custom +## 1.1.0 + +### Minor Changes + +- 29fdc99: This update brings significant improvements to our color space handling features, providing users with more versatile and accurate color management capabilities. Additionally, we've enriched our documentation with detailed descriptions of all packages, offering better insights and understanding of their functions and uses. + ## 1.0.0 ### Major Changes diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 87ba49a..bdeb9ba 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "1.0.0", + "version": "1.1.0", "private": true, "license": "MIT", "dependencies": {