Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This changelog merges the histories of the four previously separate packages
(`@grapity/core`, `@grapity/registry`, `@grapity/hub`, `@grapity/cli`) into the
unified `@grapity/grapity` package.

## [0.17.0](https://github.com/grapitydev/grapity/compare/v0.16.0...v0.17.0) (2026-08-01)


### Features

* render all-clear materialize comment as a plain success note ([ef25870](https://github.com/grapitydev/grapity/commit/ef25870b554af659ff07da67114a4a56d390933f))
* render materialize check PR comment as GitHub alerts ([08e156f](https://github.com/grapitydev/grapity/commit/08e156fb93827eda06ca684efd7d6d04fa4a3eb8))
* reorganize CI examples into single producer and consumer workflows ([efdfc56](https://github.com/grapitydev/grapity/commit/efdfc56e441a86f937f3511682a403459000d44c))
* replace actions/registry with unified actions/grapity action (validate, push, check) ([e48fe4f](https://github.com/grapitydev/grapity/commit/e48fe4f91321210f5d80a3ba5af5071e8d34a151))

## [0.16.0](https://github.com/grapitydev/grapity/compare/v0.15.1...v0.16.0) (2026-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grapity/grapity",
"version": "0.16.0",
"version": "0.17.0",
"type": "module",
"description": "Open-source API governance. Ship APIs that won't break your consumers.",
"license": "Apache-2.0",
Expand Down