Skip to content

Commit 4d4d352

Browse files
chore: release main (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc74908 commit 4d4d352

5 files changed

Lines changed: 107 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"packages/create-fullstack-starter": "0.2.2",
55
"packages/saju-dart": "0.1.1",
66
"packages/ng-daum-address": "1.0.1",
7-
"packages/mcp-cafe24-admin": "0.2.0",
8-
"packages/biome-plugin": "0.2.0"
7+
"packages/mcp-cafe24-admin": "0.2.1",
8+
"packages/biome-plugin": "0.2.1"
99
}

packages/biome-plugin/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/gracefullight/pkgs/compare/@gracefullight/biome-plugin@0.2.0...@gracefullight/biome-plugin@0.2.1) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* **biome-plugin:** improve no-relative-imports rule and add debugging docs ([a658e1f](https://github.com/gracefullight/pkgs/commit/a658e1f47fd4c0ef0a95753d912c3793e41c92e3))
9+
* introduce biome-plugin with a `no-relative-imports` GritQL rule and its associated tests and documentation ([055d0e9](https://github.com/gracefullight/pkgs/commit/055d0e93c3eb5ffef950f7e11b6ded0198061160))
10+
11+
12+
### Bug Fixes
13+
14+
* apply consistent code formatting and update various package configurations and tools across the monorepo ([7783641](https://github.com/gracefullight/pkgs/commit/7783641e0b3a8c9de191441c4f05bb3070af4e69))
15+
* correct Biome plugin path ([30d62bb](https://github.com/gracefullight/pkgs/commit/30d62bbd301f53fad971d6e04cdf898430e682aa))
16+
317
## [0.2.0](https://github.com/gracefullight/pkgs/compare/@gracefullight/biome-plugin@0.1.1...@gracefullight/biome-plugin@0.2.0) (2026-01-22)
418

519

packages/biome-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/biome-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Biome GritQL plugins for code quality",
55
"type": "module",
66
"files": [

packages/mcp-cafe24-admin/CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,94 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/gracefullight/pkgs/compare/@gracefullight/mcp-cafe24-admin@0.2.0...@gracefullight/mcp-cafe24-admin@0.2.1) (2026-01-22)
4+
5+
6+
### Features
7+
8+
* ad tool to retrieve product discount prices and define its corresponding type ([696ee8a](https://github.com/gracefullight/pkgs/commit/696ee8a529415ecf131a50633b15ce9bcc289646))
9+
* add API and tool for updating Cafe24 subscription shipment items ([01488fd](https://github.com/gracefullight/pkgs/commit/01488fd492badd785fe13d185da03edf2655d839))
10+
* add bulk create and update shipment functionalities and register them as tools ([ebeedf5](https://github.com/gracefullight/pkgs/commit/ebeedf5bfcbad8bb5d2f763773096e7f7ced8986))
11+
* add Cafe24 admin tools for customer group management, including new types and schemas ([e44c2d7](https://github.com/gracefullight/pkgs/commit/e44c2d795e393ed1aaccb5bd60ad73e990b0a083))
12+
* add Cafe24 API client utilities ([ec0b7ed](https://github.com/gracefullight/pkgs/commit/ec0b7edac77e2e1c95993e0065c5195289b1b776))
13+
* add cafe24 carts API tools ([320eafe](https://github.com/gracefullight/pkgs/commit/320eafef928a531876ae69cd33b9f7c511fc0623))
14+
* add Cafe24 cash receipt management tools with list, create, and update functionalities ([3b1a284](https://github.com/gracefullight/pkgs/commit/3b1a2846813c3871ab67ff4bd772a5f800c48b8c))
15+
* add Cafe24 core types and entry ([c0fcd69](https://github.com/gracefullight/pkgs/commit/c0fcd693c0fcbad74d1ec96edc94126dd2ae9fce))
16+
* add cafe24 credits API tools ([c3aa0fb](https://github.com/gracefullight/pkgs/commit/c3aa0fb239cedf1a4722a57d7774ec71752bdfc6))
17+
* add Cafe24 customer group setting and customer privacy listing tools ([d6e9d18](https://github.com/gracefullight/pkgs/commit/d6e9d18835a1788c99f2b1334020249c768ca132))
18+
* add cafe24 customer privacy API tools ([91d444f](https://github.com/gracefullight/pkgs/commit/91d444f292f4807784591b34aebe6467db4238a6))
19+
* add cafe24 points API tools ([6e0384b](https://github.com/gracefullight/pkgs/commit/6e0384b197a8bf4ca6c7a6bef9ebb676268b5880))
20+
* add Cafe24 product option management tools and their corresponding schemas ([89d9228](https://github.com/gracefullight/pkgs/commit/89d9228c166c36e0b3c5dc8838c65f9730a808dc))
21+
* add cafe24 products wishlist API tools ([7adf3f4](https://github.com/gracefullight/pkgs/commit/7adf3f4dc915bb5f5277a56c26fa43b10e86dc36))
22+
* add cafe24 sms API tool ([79d28b6](https://github.com/gracefullight/pkgs/commit/79d28b64ace13ffe657696eeb4e67a17b4369912))
23+
* add Cafe24 tool modules ([78f3b55](https://github.com/gracefullight/pkgs/commit/78f3b55b344d91625f738ecc5d754ad21c82344b))
24+
* add common event and benefit schemas/types, and capture linting output ([70bad54](https://github.com/gracefullight/pkgs/commit/70bad5420b5bc8f7d2fee7c90b7005e747eeb294))
25+
* add new tools for category product and property management ([01c173a](https://github.com/gracefullight/pkgs/commit/01c173aba007eaab554553515c631202f77926f9))
26+
* add numerous new Cafe24 admin tools and enhance existing store and user functionalities ([360455c](https://github.com/gracefullight/pkgs/commit/360455ca53c44a172ed6a775937cd0cf6f238976))
27+
* add order cancellation creation and update tools with corresponding schemas ([3658e6d](https://github.com/gracefullight/pkgs/commit/3658e6d14512ec930c59f5d49741684a321220c8))
28+
* add product memo management tools with full CRUD functionality ([c227deb](https://github.com/gracefullight/pkgs/commit/c227deb606175d1259c0263748cb460019ecb2b9))
29+
* add product SEO and tag management tools with corresponding schemas ([18c877f](https://github.com/gracefullight/pkgs/commit/18c877fdb7a4aef91f17204c271bfc083517f655))
30+
* add product variant management tools and schemas ([a8c2765](https://github.com/gracefullight/pkgs/commit/a8c276559f657fdb55b7ae165baf908becabd524))
31+
* add schemas and tools for creating and bulk updating product field properties ([112ea11](https://github.com/gracefullight/pkgs/commit/112ea116abae6df48a12f868b5076b7221f4abc1))
32+
* add schemas and tools for creating and rejecting Cafe24 cancellation requests ([d9653cd](https://github.com/gracefullight/pkgs/commit/d9653cd091a1cee8cc02f7ff5f97bb5b66db1dd9))
33+
* add schemas and tools for product custom properties and variant inventory management ([fd5a67b](https://github.com/gracefullight/pkgs/commit/fd5a67b6973213774b769e4b3540d52ea2a955dd))
34+
* add tools for Cafe24 bundle product listing and creation ([04ef564](https://github.com/gracefullight/pkgs/commit/04ef56449c8964cb101a33bf9a932cd3db2f7e3d))
35+
* add tools, types, and schemas for managing Cafe24 category SEO settings ([dccb0cc](https://github.com/gracefullight/pkgs/commit/dccb0cc14ca2873ad5ff5a01e2e8188c72a51451))
36+
* add Zod schemas for customer invitation parameters and SMS balance, receivers, and senders ([79b3044](https://github.com/gracefullight/pkgs/commit/79b30443c7b5e1408fe2aa4032ccc768e924c26b))
37+
* adjust API client test expectations for `resource` key wrapping ([70694a3](https://github.com/gracefullight/pkgs/commit/70694a31f85a53faea669fcf9ca7aff8b4796f04))
38+
* **cafe24-admin:** add carrier tools ([46db3af](https://github.com/gracefullight/pkgs/commit/46db3af467c8b4a02ac53172ed7efb7fd7906ff9))
39+
* **cafe24-admin:** add product cart tools and sync missing modules ([55d511a](https://github.com/gracefullight/pkgs/commit/55d511a1943739654f341068583d478a757472a7))
40+
* **cafe24-admin:** add supplier regional surcharges tools ([46e40fb](https://github.com/gracefullight/pkgs/commit/46e40fb7649e79ed98b51ff0dec9cf32564011db))
41+
* **cafe24-admin:** add supplier user regional surcharge settings tools ([a3e45fe](https://github.com/gracefullight/pkgs/commit/a3e45fe487499f56e521b01904240b56bcd82214))
42+
* **cafe24-admin:** add supplier user tools ([9d40328](https://github.com/gracefullight/pkgs/commit/9d4032827ba7b32092eeef0bc007298d053d3fae))
43+
* **cafe24:** add brand management tools ([b7c5a3d](https://github.com/gracefullight/pkgs/commit/b7c5a3d203b5194425e0e2487ebea4d649f2e644))
44+
* **cafe24:** add classification management tools ([3c50dbc](https://github.com/gracefullight/pkgs/commit/3c50dbc186cf1971ecd1ae12cd5bd24a3224c038))
45+
* **cafe24:** add dashboard visualization tools ([3787a86](https://github.com/gracefullight/pkgs/commit/3787a861f9890d979fdff5c6b5e86b8d4f3f391d))
46+
* **cafe24:** add manufacturer management tools ([5a86f58](https://github.com/gracefullight/pkgs/commit/5a86f5838fea0918fe9a5b30ffbfc8b7a90731c9))
47+
* **cafe24:** add origin management tools ([f59bcd0](https://github.com/gracefullight/pkgs/commit/f59bcd02998a77629ac7ea8de16399f9f6434996))
48+
* **cafe24:** add shipping supplier management tools ([7c9b252](https://github.com/gracefullight/pkgs/commit/7c9b25266848b54f15f153a9922faf7ade7872d1))
49+
* **cafe24:** add supplier management tools ([3873b51](https://github.com/gracefullight/pkgs/commit/3873b511847c1242de98066a1eefdd3851e84a68))
50+
* **cafe24:** add trend management tools ([a09c346](https://github.com/gracefullight/pkgs/commit/a09c346e9be21e941cdc73d4c7e3affdf9d9a2aa))
51+
* enhance Cafe24 admin tools with explicit type definitions for API responses and request parameters ([91a544d](https://github.com/gracefullight/pkgs/commit/91a544da2f3ff15977cd21eb185637a4e086e0e0))
52+
* implement a new tool registration system, add new tools for app and automessage, and include error/success HTML assets ([0e8aa9c](https://github.com/gracefullight/pkgs/commit/0e8aa9c25a9e7382ce6c092bb6184012c03dfe6a))
53+
* implement cancellation management with new types, schemas, and API functions for retrieving, creating, and updating cancellations ([d9443ef](https://github.com/gracefullight/pkgs/commit/d9443ef5d2a2c1012f62bf54552226afb649e42d))
54+
* implement subscription shipment listing tool with new types and search schema, and refactor existing subscription shipment setting types ([ebaf883](https://github.com/gracefullight/pkgs/commit/ebaf883640b77e58b894c6a54af2c4bf93fe15f3))
55+
* implement tools and types for updating Cafe24 collect requests and payment control settings ([38c1c2f](https://github.com/gracefullight/pkgs/commit/38c1c2f12a3b1596360a16a333b976e985ce5077))
56+
* introduce agent skill creator, refactor admin types and schemas, and add new administrative tools ([4e83e14](https://github.com/gracefullight/pkgs/commit/4e83e149e44ecb9c747b3b6b1a6bf453a66440ea))
57+
* introduce comprehensive order management features including memos, payments, returns, refunds ([68d21a9](https://github.com/gracefullight/pkgs/commit/68d21a9b4ea67c1ce3b38be2d674f8f0d4e6cb74))
58+
* introduce customer memo management tools and customer auto-update status retrieval for Cafe24 ([7b8fcf5](https://github.com/gracefullight/pkgs/commit/7b8fcf566ce54deed356d542f4b187483c0d84ff))
59+
* introduce new schemas, types, and tools for article icons, board articles, comments, SEO, customer data, and urgent inquiries ([7abdccb](https://github.com/gracefullight/pkgs/commit/7abdccb3772995abdd56bcd03ed88fbd182c93a5))
60+
* introduce tools for managing product assets including decoration images, icons, and image uploads, and for listing product field properties ([74bbe7f](https://github.com/gracefullight/pkgs/commit/74bbe7fb714b872a9bb0f424d7c07e58533f2ca0))
61+
* **mcp-cafe24-admin:** add app related schemas, tools and types ([a178bee](https://github.com/gracefullight/pkgs/commit/a178beea17c8e7f9e63cafcd9cfdded3aeb7ca71))
62+
* **mcp-cafe24-admin:** add appstore payment tools ([81b55ae](https://github.com/gracefullight/pkgs/commit/81b55ae4f7d05a58b2e07ebf1a90d927918ff94a))
63+
* **mcp-cafe24-admin:** add appstore-order tools and schemas ([4c06dec](https://github.com/gracefullight/pkgs/commit/4c06dec303bd70ec49cf720aab0233abb88db172))
64+
* **mcp-cafe24-admin:** add automails management tools ([631804c](https://github.com/gracefullight/pkgs/commit/631804c31de6ca53664e4f51eae8068f6c597c36))
65+
* **mcp-cafe24-admin:** add category decoration images tools ([2500cac](https://github.com/gracefullight/pkgs/commit/2500cac68b65557d2a667e547ffaa48d4138601c))
66+
* **mcp-cafe24-admin:** add coupon and discount related tools and schemas ([6d68bd6](https://github.com/gracefullight/pkgs/commit/6d68bd66cc03a37a6adfa2767b49ec024cc8ee32))
67+
* **mcp-cafe24-admin:** add customer invitation tool ([32b5b99](https://github.com/gracefullight/pkgs/commit/32b5b9901961535dbff7dcfe7b7e6cc521bdaeb5))
68+
* **mcp-cafe24-admin:** add customer-events tools and schemas ([7d57443](https://github.com/gracefullight/pkgs/commit/7d5744321738ae8209505fb29bae6c50449e1ca9))
69+
* **mcp-cafe24-admin:** add databridge logs tools ([f2ee387](https://github.com/gracefullight/pkgs/commit/f2ee3877ce55649481e609f2a11f32c295905e16))
70+
* **mcp-cafe24-admin:** add exchange, exchange-request, and fulfillment tools ([8f78ea0](https://github.com/gracefullight/pkgs/commit/8f78ea076a31a2a5fdb22997a1fff22e4b475043))
71+
* **mcp-cafe24-admin:** add label tools ([7a67021](https://github.com/gracefullight/pkgs/commit/7a670218e17fa51093e9983284b766e8faab5ed1))
72+
* **mcp-cafe24-admin:** add order buyer tools and types ([baaa5e5](https://github.com/gracefullight/pkgs/commit/baaa5e5c13a265ac4127ae1c277d848af5fecc9a))
73+
* **mcp-cafe24-admin:** add order cancel tools and types ([845555b](https://github.com/gracefullight/pkgs/commit/845555b25a517a733c0267130631c7dff5601235))
74+
* **mcp-cafe24-admin:** add orderform properties tools ([b2fd2b1](https://github.com/gracefullight/pkgs/commit/b2fd2b1126b029fb57cece8c47c2cf0cb6dc30e4))
75+
* **mcp-cafe24-admin:** add product category tools ([7efd9a3](https://github.com/gracefullight/pkgs/commit/7efd9a345ccae8bc7c5d6c0c7967de0dd183d953))
76+
* **mcp-cafe24-admin:** add recipe tools ([a8431e9](https://github.com/gracefullight/pkgs/commit/a8431e982a28a164e5e94ccceb4abddcf909c94e))
77+
* **mcp-cafe24-admin:** add recipient groups management tools ([082373d](https://github.com/gracefullight/pkgs/commit/082373da9ac3589a67e4233f51a0e3aeaa9bbe34))
78+
* **mcp-cafe24-admin:** add scripttags tools ([6383a22](https://github.com/gracefullight/pkgs/commit/6383a2263011efc7e182ad63ddacfdff9e85008a))
79+
* **mcp-cafe24-admin:** add SMS balance and senders tools ([0330925](https://github.com/gracefullight/pkgs/commit/03309258e8e7a496a82b0b2d6c1d7036d7a3c618))
80+
* **mcp-cafe24-admin:** add translations management tools ([c97395f](https://github.com/gracefullight/pkgs/commit/c97395fff5b82192ce22b80b995514af8e90e8ae))
81+
* **mcp-cafe24-admin:** add webhook tools ([5121607](https://github.com/gracefullight/pkgs/commit/512160790082b131191b736c57319c4ebacc680c))
82+
* **mcp-cafe24-admin:** register new tools and export types ([2708946](https://github.com/gracefullight/pkgs/commit/2708946a06038326d10c31028ed5ba83672e9c9a))
83+
* **mcp-cafe24-admin:** register new tools and export types ([079fa7f](https://github.com/gracefullight/pkgs/commit/079fa7f457b48fb507a4bee43733fb84c96063e2))
84+
* support Vercel OAuth callback flow ([addb3e1](https://github.com/gracefullight/pkgs/commit/addb3e1926ca696e5cc6d8d66468b8b639c6c0ef))
85+
86+
87+
### Bug Fixes
88+
89+
* apply consistent code formatting and update various package configurations and tools across the monorepo ([7783641](https://github.com/gracefullight/pkgs/commit/7783641e0b3a8c9de191441c4f05bb3070af4e69))
90+
* update shipping setting types ([3901223](https://github.com/gracefullight/pkgs/commit/3901223c15297fd1cc0d392059dbd44206cd74f5))
91+
392
## [0.2.0](https://github.com/gracefullight/pkgs/compare/@gracefullight/mcp-cafe24-admin@0.1.3...@gracefullight/mcp-cafe24-admin@0.2.0) (2026-01-22)
493

594

packages/mcp-cafe24-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gracefullight/mcp-cafe24-admin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "MCP server for Cafe24 Admin API - comprehensive integration with all 19 API sections including Store, Product, Order, Customer, Boards, Themes, Promotion, Apps, Category, Collection, Supply, Shipping, Salesreport, Personal, Privacy, Mileage, Notification, Translation, and Analytics",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)