-
Notifications
You must be signed in to change notification settings - Fork 14
chore: release main #371
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
chore: release main #371
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,23 @@ | ||
| # Changelog | ||
|
|
||
| ## [0.1.0-alpha.0](https://github.com/ai-driven-dev/framework/compare/aidd-ui-v0.1.0-alpha.0...aidd-ui-v0.1.0-alpha.0) (2026-06-30) | ||
|
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 section shows the forced Useful? React with 👍 / 👎. |
||
|
|
||
|
|
||
| ### Features | ||
|
|
||
| * **aidd-ui:** scaffold alpha plugin (0.1.0-alpha.0) ([#319](https://github.com/ai-driven-dev/framework/issues/319)) ([a56792a](https://github.com/ai-driven-dev/framework/commit/a56792afb6584ba17115011721823a2439fb7759)) | ||
|
|
||
|
|
||
| ### Miscellaneous | ||
|
|
||
| * **aidd-ui:** reset version to 0.1.0-alpha.0 ([726a8a0](https://github.com/ai-driven-dev/framework/commit/726a8a04ac692616915c65160e5d255c14ef2ea1)) | ||
| * **framework:** release as 4.0.0 ([5b0fc9d](https://github.com/ai-driven-dev/framework/commit/5b0fc9d9116e37abe7ef5dbb5d06438f607475e8)) | ||
| * **framework:** trigger ci recheck after history rewrite ([391760e](https://github.com/ai-driven-dev/framework/commit/391760e19eb69fe80e098c3aefc3c527cda2169a)) | ||
| * release main ([#364](https://github.com/ai-driven-dev/framework/issues/364)) ([2ba2443](https://github.com/ai-driven-dev/framework/commit/2ba24431b2f0fb0c3b8c92061d1c505a601d34f8)) | ||
|
|
||
|
|
||
| ### Refactoring | ||
|
|
||
| * conform remaining skills to the authoring contract ([#334](https://github.com/ai-driven-dev/framework/issues/334)) ([dcc232a](https://github.com/ai-driven-dev/framework/commit/dcc232a5a7a7bcdf0c477b36399fd4d412685022)) | ||
|
|
||
| ## Changelog | ||
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.
This new aidd-ui package release will not get the standalone plugin zip that the release workflow attaches for other plugin releases: I checked
.github/workflows/ci.ymland thebuild-pluginmatrix only iteratesaidd-context,aidd-dev,aidd-vcs,aidd-pm,aidd-orchestrator, andaidd-refine, so even whenpaths_releasedcontainsplugins/aidd-uithe job never runs thegh release uploadstep foraidd-ui-v0.1.0-alpha.0. Addaidd-uito that matrix or avoid creating this plugin release.Useful? React with 👍 / 👎.