-
Notifications
You must be signed in to change notification settings - Fork 907
ci: release packages #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: release packages #390
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/kosong", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The release workflow publishes with Useful? React with 👍 / 👎. |
||
| "private": true, | ||
| "description": "The LLM abstraction layer for modern AI agent applications", | ||
| "license": "MIT", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/migration-legacy", | ||
| "version": "0.1.8", | ||
| "version": "0.1.9", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This release PR bumps Useful? React with 👍 / 👎. |
||
| "description": "Migrate kimi-cli (~/.kimi/) data into kimi-code (~/.kimi-code/).", | ||
| "license": "MIT", | ||
| "type": "module", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "name": "@moonshot-ai/kimi-code-oauth", | ||
| "version": "0.2.1", | ||
| "version": "0.2.2", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The changeset guide lists Useful? React with 👍 / 👎. |
||
| "private": true, | ||
| "description": "Kimi OAuth toolkit for managed Kimi Code authentication", | ||
| "license": "MIT", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the release workflow I checked, publishing is done via
pnpm changeset publish(.github/workflows/release.yml:58), but this package is still markedprivate: truein its manifest, so npm will skip it even though this release PR now advertises@moonshot-ai/acp-adapter@0.2.1and adds a changelog entry. Please remove this private-package version/changelog bump unless the adapter is actually being made publishable in the same release.Useful? React with 👍 / 👎.