Skip to content

Commit

Permalink
Merge pull request #8 from Dominate-color/changeset-release/master
Browse files Browse the repository at this point in the history
chore(packages): version packages
  • Loading branch information
TrySquadDF authored Dec 3, 2023
2 parents 583eedd + 7ed3721 commit 2c95122
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/forty-months-doubt.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/build-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# build-utils

## 1.0.0

### Major Changes

- 7047e42: Refactoring and code quality improvement, ci pipeline integration
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-utils",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dominate-color.js/core

## 1.0.0

### Major Changes

- 7047e42: Refactoring and code quality improvement, ci pipeline integration
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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 <https://t.me/TrySquadDF>",
"homepage": "https://github.com/Dominate-color/dominate-color-js#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# eslint-config-custom

## 1.0.0

### Major Changes

- 7047e42: Refactoring and code quality improvement, ci pipeline integration
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-custom",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# tsconfig

## 1.0.0

### Major Changes

- 7047e42: Refactoring and code quality improvement, ci pipeline integration
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 2c95122

Please sign in to comment.