Skip to content

Commit

Permalink
chore(core): release new version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kc-bot committed Nov 12, 2024
1 parent d61ade0 commit fc2b1b8
Show file tree
Hide file tree
Showing 75 changed files with 595 additions and 237 deletions.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kctypes/generic/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kctypes/package_json/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/astro-decap-cms/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/color/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/dtcheck/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/equals/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/error/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/eslint-config/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/github-actions/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/heft-node-rig/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/lintstaged-config/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/mixin/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/prettier-config/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/random/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/reset.css/main_2024-11-10-05-28.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@kcws/rspack-config/main_2024-11-10-05-28.json

This file was deleted.

19 changes: 19 additions & 0 deletions packages-config/eslint-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"name": "@kcws/eslint-config",
"entries": [
{
"version": "1.38.0",
"tag": "@kcws/eslint-config_v1.38.0",
"date": "Tue, 12 Nov 2024 22:40:57 GMT",
"comments": {
"minor": [
{
"comment": "upgrade dependencies [manually]",
"author": "Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>",
"commit": "d61ade0f84c321f7f33ae7b120673b63b92df6b2"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kcinternals/heft-node-rig\" to `0.39.0`"
}
]
}
},
{
"version": "1.37.2",
"tag": "@kcws/eslint-config_v1.37.2",
Expand Down
9 changes: 8 additions & 1 deletion packages-config/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @kcws/eslint-config

This log was last generated on Tue, 05 Nov 2024 22:42:17 GMT and should not be manually modified.
This log was last generated on Tue, 12 Nov 2024 22:40:57 GMT and should not be manually modified.

## 1.38.0
Tue, 12 Nov 2024 22:40:57 GMT

### Minor changes

- upgrade dependencies [manually]

## 1.37.2
Tue, 05 Nov 2024 22:42:17 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages-config/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kcws/eslint-config",
"version": "1.37.2",
"version": "1.38.0",
"description": "kamontat's eslint configuration",
"main": "src/index.js",
"types": "lib/index.d.ts",
Expand Down
22 changes: 22 additions & 0 deletions packages-config/lintstaged-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
{
"name": "@kcws/lintstaged-config",
"entries": [
{
"version": "1.8.0",
"tag": "@kcws/lintstaged-config_v1.8.0",
"date": "Tue, 12 Nov 2024 22:40:57 GMT",
"comments": {
"minor": [
{
"comment": "upgrade dependencies [manually]",
"author": "Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>",
"commit": "d61ade0f84c321f7f33ae7b120673b63b92df6b2"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kcinternals/heft-node-rig\" to `0.39.0`"
},
{
"comment": "Updating dependency \"@kcws/eslint-config\" to `1.38.0`"
}
]
}
},
{
"version": "1.7.2",
"tag": "@kcws/lintstaged-config_v1.7.2",
Expand Down
9 changes: 8 additions & 1 deletion packages-config/lintstaged-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @kcws/lintstaged-config

This log was last generated on Tue, 05 Nov 2024 22:42:17 GMT and should not be manually modified.
This log was last generated on Tue, 12 Nov 2024 22:40:57 GMT and should not be manually modified.

## 1.8.0
Tue, 12 Nov 2024 22:40:57 GMT

### Minor changes

- upgrade dependencies [manually]

## 1.7.2
Tue, 05 Nov 2024 22:42:17 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages-config/lintstaged-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kcws/lintstaged-config",
"version": "1.7.2",
"version": "1.8.0",
"description": "kamontat's lintstaged config",
"main": "lib/index.js",
"module": "lib-esnext/index.js",
Expand Down
25 changes: 25 additions & 0 deletions packages-config/prettier-config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"name": "@kcws/prettier-config",
"entries": [
{
"version": "0.28.0",
"tag": "@kcws/prettier-config_v0.28.0",
"date": "Tue, 12 Nov 2024 22:40:57 GMT",
"comments": {
"minor": [
{
"comment": "upgrade dependencies [manually]",
"author": "Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>",
"commit": "d61ade0f84c321f7f33ae7b120673b63b92df6b2"
}
],
"dependency": [
{
"comment": "Updating dependency \"@kcinternals/heft-node-rig\" to `0.39.0`"
},
{
"comment": "Updating dependency \"@kcws/lintstaged-config\" to `1.8.0`"
},
{
"comment": "Updating dependency \"@kcws/eslint-config\" to `1.38.0`"
}
]
}
},
{
"version": "0.27.2",
"tag": "@kcws/prettier-config_v0.27.2",
Expand Down
9 changes: 8 additions & 1 deletion packages-config/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @kcws/prettier-config

This log was last generated on Tue, 05 Nov 2024 22:42:17 GMT and should not be manually modified.
This log was last generated on Tue, 12 Nov 2024 22:40:57 GMT and should not be manually modified.

## 0.28.0
Tue, 12 Nov 2024 22:40:57 GMT

### Minor changes

- upgrade dependencies [manually]

## 0.27.2
Tue, 05 Nov 2024 22:42:17 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages-config/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kcws/prettier-config",
"version": "0.27.2",
"version": "0.28.0",
"description": "kamontat's prettier configuration",
"main": "src/index.js",
"types": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit fc2b1b8

Please sign in to comment.