Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/cli": "0.1.0",
"packages/api": "0.1.0",
"packages/config": "0.1.1",
"packages/openapi-client": "0.1.0",
"packages/tsconfigs": "0.1.0"
"packages/cli": "0.2.0",
"packages/api": "0.2.0",
"packages/config": "0.2.0",
"packages/openapi-client": "0.2.0",
"packages/tsconfigs": "0.2.0"
}
35 changes: 35 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog

## [0.2.0](https://github.com/simochee/backlog-cli/compare/backlog-api-v0.1.0...backlog-api-v0.2.0) (2026-02-19)


### Features

* add type-check script to each package ([d81ab71](https://github.com/simochee/backlog-cli/commit/d81ab71d4160bf81e62cfd05d37d85a94b3e640b))
* add TypeScript configuration and Astro setup; update package names and add deployment workflow for documentation ([92ed063](https://github.com/simochee/backlog-cli/commit/92ed063ffedbfe6a405ff542faca26f2b1846454))
* add unit tests and CI pipeline ([d09ac94](https://github.com/simochee/backlog-cli/commit/d09ac94d3a73f87ce2b85d4c4062bc264ca1ed3e))
* add Vitest unit testing infrastructure and documentation ([7bc7d76](https://github.com/simochee/backlog-cli/commit/7bc7d76728c4aa474a91702a76de7eb02abe48a6))
* **api:** display quota limit reset time on 429 rate limit response ([1897bc6](https://github.com/simochee/backlog-cli/commit/1897bc6e7fcd21e552824954d54f77c211082857))
* **auth:** implement OAuth 2.0 login and token refresh ([99977f0](https://github.com/simochee/backlog-cli/commit/99977f0638d120e1e45c7f3fb01b4c10ed9fc686))
* **auth:** implement OAuth 2.0 login and token refresh ([790e622](https://github.com/simochee/backlog-cli/commit/790e622e44256e8901a0b36c483c4a09ddb27de4))
* **document:** add document management commands ([#119](https://github.com/simochee/backlog-cli/issues/119)) ([a2c6257](https://github.com/simochee/backlog-cli/commit/a2c6257b1086e4712ee6e48cc917c7c4eccf67d3))
* enable noPropertyAccessFromIndexSignature and add env.d.ts ([344e49d](https://github.com/simochee/backlog-cli/commit/344e49dcea5a08dd5a90ddc7bdf78e4d98879178))
* implement Phase 1 commands (issue, project, api) ([422c47c](https://github.com/simochee/backlog-cli/commit/422c47cd7aeb16a969c9ea7536f35cf4d628ae0c))
* implement Phase 2 commands (pr, repo, notification, status, browse) ([af6068d](https://github.com/simochee/backlog-cli/commit/af6068d52e5bcc3daa596b6ce34e1a3084985108))
* implement Phase 2 commands (pr, repo, notification, status, browse) ([0390fb7](https://github.com/simochee/backlog-cli/commit/0390fb759a6dcc71556576b5492769da3121e031))
* implement Phase 3 commands (wiki, user, team, category, milestone, issue-type, status-type) ([85b267e](https://github.com/simochee/backlog-cli/commit/85b267e1bf3af92c5c509f74fdb4b0b744729588))
* implement Phase 3 commands (wiki, user, team, category, milestone, issue-type, status-type) ([f9ff116](https://github.com/simochee/backlog-cli/commit/f9ff11623b32d9fb2a1e2268b745f06cedf26292))
* implement Phase 4 commands (space, webhook, star, watching, alias, auth extensions, completion) ([34c8513](https://github.com/simochee/backlog-cli/commit/34c851347455429e0f58bcc902132b4448c690f3))
* implement Phase 4 commands (space, webhook, star, watching, alias, auth extensions, completion) ([66eb545](https://github.com/simochee/backlog-cli/commit/66eb5454828c9c53b417902432f5bcf3274f8b05))
* OAuth トークンの自動リフレッシュ機能を実装 ([#90](https://github.com/simochee/backlog-cli/issues/90)) ([c66f597](https://github.com/simochee/backlog-cli/commit/c66f59792a672fff78bc4424dd450acc03c04dad))
* reorganize project structure by renaming and consolidating package and source files ([7380a2d](https://github.com/simochee/backlog-cli/commit/7380a2d905e09adf5ee19012e66f54556b7a315e))
* replace Record<string, unknown> with typed SDK types and add tests ([b95cecf](https://github.com/simochee/backlog-cli/commit/b95cecfb07014bbbd25b461e9b96940088b44415))
* replace Record<string, unknown> with typed SDK types and add tests ([7d0aac7](https://github.com/simochee/backlog-cli/commit/7d0aac7fab41442482ab30ae39dee59ca79724c8))
* restructure monorepo with Turborepo pipeline and unjs stack ([765ec97](https://github.com/simochee/backlog-cli/commit/765ec974da6943da7b79ec9436b4ea4bbf7db57a))
* scaffold CLI command structure and API client ([f48b519](https://github.com/simochee/backlog-cli/commit/f48b5190d4cc25c250ea52e513f07aeff7065d65))


### Bug Fixes

* address type safety, error handling, and validation issues from audit ([f398bbf](https://github.com/simochee/backlog-cli/commit/f398bbfffd3129b2f7e0c7474ccaea699ec04347))
* address type safety, error handling, and validation issues from audit ([7619cc5](https://github.com/simochee/backlog-cli/commit/7619cc5e9bafd70d139f8f6b894d81a3ccfcee85))
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/api",
"version": "1.0.0",
"version": "0.2.0",
"private": true,
"type": "module",
"imports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/simochee/backlog-cli/compare/backlog-cli-v0.1.0...backlog-cli-v0.2.0) (2026-02-19)


### Miscellaneous Chores

* **backlog-cli:** Synchronize backlog-cli versions

## [0.1.0](https://github.com/simochee/backlog-cli/compare/v0.0.1...v0.1.0) (2026-02-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simochee/backlog-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "Backlog CLI — manage Backlog from the command line",
"keywords": [
"backlog",
Expand Down
28 changes: 28 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.2.0](https://github.com/simochee/backlog-cli/compare/backlog-config-v0.1.1...backlog-config-v0.2.0) (2026-02-19)


### Features

* add config package with initial implementation and update dependencies ([91486e6](https://github.com/simochee/backlog-cli/commit/91486e6f06aa7b7c607322d10aecebb8f56aeca1))
* add type-check script to each package ([d81ab71](https://github.com/simochee/backlog-cli/commit/d81ab71d4160bf81e62cfd05d37d85a94b3e640b))
* add unit tests and CI pipeline ([d09ac94](https://github.com/simochee/backlog-cli/commit/d09ac94d3a73f87ce2b85d4c4062bc264ca1ed3e))
* add Vitest unit testing infrastructure and documentation ([7bc7d76](https://github.com/simochee/backlog-cli/commit/7bc7d76728c4aa474a91702a76de7eb02abe48a6))
* **auth:** implement OAuth 2.0 login and token refresh ([99977f0](https://github.com/simochee/backlog-cli/commit/99977f0638d120e1e45c7f3fb01b4c10ed9fc686))
* **auth:** implement OAuth 2.0 login and token refresh ([790e622](https://github.com/simochee/backlog-cli/commit/790e622e44256e8901a0b36c483c4a09ddb27de4))
* **config:** support shorthand space name without domain suffix ([94cfe01](https://github.com/simochee/backlog-cli/commit/94cfe011f7be7a44970908500e20ed96b56a32ca))
* enable noPropertyAccessFromIndexSignature and add env.d.ts ([344e49d](https://github.com/simochee/backlog-cli/commit/344e49dcea5a08dd5a90ddc7bdf78e4d98879178))
* enhance configuration management with detailed JSDoc comments and remove unused auth module ([a3781fd](https://github.com/simochee/backlog-cli/commit/a3781fd081a6ced77f5147031a37c2b24867ddcc))
* implement config management with load and write functions; add space management features ([a5e322c](https://github.com/simochee/backlog-cli/commit/a5e322c75b85340613729e6533894d26cfd2e69b))
* restructure monorepo with Turborepo pipeline and unjs stack ([765ec97](https://github.com/simochee/backlog-cli/commit/765ec974da6943da7b79ec9436b4ea4bbf7db57a))
* scaffold CLI command structure and API client ([f48b519](https://github.com/simochee/backlog-cli/commit/f48b5190d4cc25c250ea52e513f07aeff7065d65))


### Bug Fixes

* address type safety, error handling, and validation issues from audit ([f398bbf](https://github.com/simochee/backlog-cli/commit/f398bbfffd3129b2f7e0c7474ccaea699ec04347))
* address type safety, error handling, and validation issues from audit ([7619cc5](https://github.com/simochee/backlog-cli/commit/7619cc5e9bafd70d139f8f6b894d81a3ccfcee85))
* **auth:** implement --space global option and improve space resolution ([fdeaf66](https://github.com/simochee/backlog-cli/commit/fdeaf664b35e32c4b572e30fc1cecbc2ab434bef))
* **config:** use .backlogrc as rc9 config name to prevent EISDIR error ([#126](https://github.com/simochee/backlog-cli/issues/126)) ([afb0e44](https://github.com/simochee/backlog-cli/commit/afb0e44d181930cdb8cb847082e7ebe3a1525823))
* resolve all oxlint warnings across the codebase ([5cf6024](https://github.com/simochee/backlog-cli/commit/5cf6024975dedcb3d78806f4dcd0fa4111c10423))
* resolve type errors across packages for type-check compliance ([c911020](https://github.com/simochee/backlog-cli/commit/c9110204f665c8e9fa9c2729cf82ef8ca8e990cb))

## [0.1.1](https://github.com/simochee/backlog-cli/compare/v0.1.0...v0.1.1) (2026-02-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/config",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"type": "module",
"imports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/openapi-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [0.2.0](https://github.com/simochee/backlog-cli/compare/backlog-openapi-client-v0.1.0...backlog-openapi-client-v0.2.0) (2026-02-19)


### Features

* add openapi-client package generated from TypeSpec via hey-api ([b90eb2f](https://github.com/simochee/backlog-cli/commit/b90eb2f3ee763520ff9a0894cfb74aba66dd38a4))
* add type-check script to each package ([d81ab71](https://github.com/simochee/backlog-cli/commit/d81ab71d4160bf81e62cfd05d37d85a94b3e640b))


### Bug Fixes

* Licence.projectGroup を optional に変更(API レスポンスにフィールドが存在しないケースに対応) ([cc23ba8](https://github.com/simochee/backlog-cli/commit/cc23ba84eb12f707b2aa692305759e2cbf61352f))
* TypeSpec 定義をスモークテストの実 API レスポンスに合わせて修正 ([f38243e](https://github.com/simochee/backlog-cli/commit/f38243ed0f2da18cfb06571051996e783f6ca450))
2 changes: 1 addition & 1 deletion packages/openapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/openapi-client",
"version": "0.0.0",
"version": "0.2.0",
"private": true,
"type": "module",
"exports": "./src/index.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/tsconfigs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.2.0](https://github.com/simochee/backlog-cli/compare/backlog-tsconfigs-v0.1.0...backlog-tsconfigs-v0.2.0) (2026-02-19)


### Features

* add config package with initial implementation and update dependencies ([91486e6](https://github.com/simochee/backlog-cli/commit/91486e6f06aa7b7c607322d10aecebb8f56aeca1))
* enable noPropertyAccessFromIndexSignature and add env.d.ts ([344e49d](https://github.com/simochee/backlog-cli/commit/344e49dcea5a08dd5a90ddc7bdf78e4d98879178))
* restructure project for monorepo support; add turbo for task management and update dependencies ([37399f8](https://github.com/simochee/backlog-cli/commit/37399f84427ec0b7007b699931da24810411ad68))
* update bun configuration by removing unused types and adding specific version for @types/bun ([dce3d61](https://github.com/simochee/backlog-cli/commit/dce3d61139576fa97537ad5e6b1f0eff53af9b57))
* update project configuration and dependencies; add biome and lefthook support ([7b59a4b](https://github.com/simochee/backlog-cli/commit/7b59a4bee514df0ae90890b5cc6b70693908c785))
2 changes: 1 addition & 1 deletion packages/tsconfigs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/tsconfigs",
"version": "1.0.0",
"version": "0.2.0",
"private": true,
"devDependencies": {
"@tsconfig/bun": "^1.0.10",
Expand Down
Loading