diff --git a/.changeset/forty-months-doubt.md b/.changeset/forty-months-doubt.md deleted file mode 100644 index 986abcc..0000000 --- a/.changeset/forty-months-doubt.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"eslint-config-custom": major -"build-utils": major -"tsconfig": major -"@dominate-color.js/core": major ---- - -Refactoring and code quality improvement, ci pipeline integration diff --git a/packages/build-utils/CHANGELOG.md b/packages/build-utils/CHANGELOG.md new file mode 100644 index 0000000..75cace7 --- /dev/null +++ b/packages/build-utils/CHANGELOG.md @@ -0,0 +1,7 @@ +# build-utils + +## 1.0.0 + +### Major Changes + +- 7047e42: Refactoring and code quality improvement, ci pipeline integration diff --git a/packages/build-utils/package.json b/packages/build-utils/package.json index c052237..79c720c 100644 --- a/packages/build-utils/package.json +++ b/packages/build-utils/package.json @@ -1,6 +1,6 @@ { "name": "build-utils", - "version": "0.0.1", + "version": "1.0.0", "private": true, "license": "MIT", "main": "dist/index.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md new file mode 100644 index 0000000..641f7ec --- /dev/null +++ b/packages/core/CHANGELOG.md @@ -0,0 +1,7 @@ +# @dominate-color.js/core + +## 1.0.0 + +### Major Changes + +- 7047e42: Refactoring and code quality improvement, ci pipeline integration diff --git a/packages/core/package.json b/packages/core/package.json index 461e6e0..5a6d2bf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dominate-color.js/core", - "version": "0.0.1", + "version": "1.0.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 new file mode 100644 index 0000000..fcc1032 --- /dev/null +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -0,0 +1,7 @@ +# eslint-config-custom + +## 1.0.0 + +### Major Changes + +- 7047e42: Refactoring and code quality improvement, ci pipeline integration diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index 62a3e54..87ba49a 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "0.0.1", + "version": "1.0.0", "private": true, "license": "MIT", "dependencies": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md new file mode 100644 index 0000000..02c0f66 --- /dev/null +++ b/packages/tsconfig/CHANGELOG.md @@ -0,0 +1,7 @@ +# tsconfig + +## 1.0.0 + +### Major Changes + +- 7047e42: Refactoring and code quality improvement, ci pipeline integration diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 0238588..4a52f0a 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "0.0.1", + "version": "1.0.0", "private": true, "license": "MIT", "publishConfig": {