Skip to content

Commit

Permalink
chore(main): release content-claims-cli 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 26, 2024
1 parent a445aa7 commit d043af2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"packages/core": "4.0.2"
"packages/core": "4.0.2",
"packages/cli": "1.0.0"
}
28 changes: 28 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-03-26)


### ⚠ BREAKING CHANGES

* allow specify parts in relation part inclusion

### Features

* `--expire` flag support for cli ([#29](https://github.com/web3-storage/content-claims/issues/29)) ([e01d609](https://github.com/web3-storage/content-claims/commit/e01d609c8ab29ae3adc1ef8720ae79bf59d5ffc7))
* add `assert/equals` ([#22](https://github.com/web3-storage/content-claims/issues/22)) ([bddd948](https://github.com/web3-storage/content-claims/commit/bddd948db5e1628d20b4d31796690b40b654a720))
* add simple CLI ([a9e13ac](https://github.com/web3-storage/content-claims/commit/a9e13ac8f52d3ac674f7bed8b5708933082c772e))
* allow specify parts in relation part inclusion ([dda837f](https://github.com/web3-storage/content-claims/commit/dda837f7177fc66ec2ab0acd126900f442e4637a))
* **cli:** add descendant command ([f0581ae](https://github.com/web3-storage/content-claims/commit/f0581ae33e5a5aa7c6c88383be8b952e7155907e))
* client claim reader ([5395620](https://github.com/web3-storage/content-claims/commit/5395620926a7c6da325a3b617d0fd9d8bba09bac))
* export decode claim function ([#12](https://github.com/web3-storage/content-claims/issues/12)) ([17018dc](https://github.com/web3-storage/content-claims/commit/17018dc9de8b14937fff9e5e4cf47bc5c0d55cb7))
* upgrade to latest ucanto ([#30](https://github.com/web3-storage/content-claims/issues/30)) ([1323df1](https://github.com/web3-storage/content-claims/commit/1323df1a3c034805c2d08733be7349991971c68e))


### Bug Fixes

* add linting and fix type errors ([#33](https://github.com/web3-storage/content-claims/issues/33)) ([5450a8b](https://github.com/web3-storage/content-claims/commit/5450a8bc207fb75b73a25ceed8d5091d0f95be65))
* offset ([31a4578](https://github.com/web3-storage/content-claims/commit/31a4578c13093fdf958890fe20bf7b8fcc625df4))
* relation claim cration in CLI ([382c61e](https://github.com/web3-storage/content-claims/commit/382c61e45f504e1fe084d574006d13f008a389f9))
* revert descendant claim ([1eada28](https://github.com/web3-storage/content-claims/commit/1eada2857b088e6aec81f9ecd5d5a9630597cbd6))
* walk must be array when passed to client ([#25](https://github.com/web3-storage/content-claims/issues/25)) ([531e780](https://github.com/web3-storage/content-claims/commit/531e780eefc2e26bdf8fc1f9bb2897954b6eb903))
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": "@web3-storage/content-claims-cli",
"version": "0.0.0",
"version": "1.0.0",
"description": "CLI for generating and submitting content claims.",
"main": "bin.js",
"type": "module",
Expand Down

0 comments on commit d043af2

Please sign in to comment.