-
Notifications
You must be signed in to change notification settings - Fork 106
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 #386
chore: release main #386
Conversation
c3532e6
to
2f28791
Compare
9b088cb
to
bec6f6c
Compare
packages/block-brokers/CHANGELOG.md
Outdated
## [2.0.0](https://github.com/ipfs/helia/compare/block-brokers-v1.0.0...block-brokers-v2.0.0) (2024-01-17) | ||
|
||
|
||
### β BREAKING CHANGES | ||
|
||
* the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module | ||
|
||
### Features | ||
|
||
* add @helia/http to monorepo ([#372](https://github.com/ipfs/helia/issues/372)) ([76220cd](https://github.com/ipfs/helia/commit/76220cd5adf45af7fa61fd0a1321de4722b744d6)) | ||
* expose configured dag walkers and hashers on helia interface ([#381](https://github.com/ipfs/helia/issues/381)) ([843fba4](https://github.com/ipfs/helia/commit/843fba467ebb032907c888da499147a5349ec10e)), closes [#375](https://github.com/ipfs/helia/issues/375) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/interface bumped from ^3.0.1 to ^4.0.0 |
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.
I'm confused. The breaking change for Helia shouldn't break @helia/block-brokers?
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.
I think this is because the sibling deps of @helia/interface
get their package.json
s updated with the new version which means they are changed in the release, hence the major bump.
There may be some way of configuring release-please
to not do this, I'm not sure.
That said, if a sibling module's API consumes or exports from @helia/interface
, you'd want a major because depending on which properties it accesses it won't necessarily be compatible with the previous version any more - this is quite hard to automate.
d8bad98
to
6aa4f8d
Compare
6aa4f8d
to
abbd463
Compare
π€ Release is at https://github.com/ipfs/helia/releases/tag/block-brokers-v2.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/car-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/dag-cbor-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/dag-json-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/helia-v4.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/http-v1.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/interface-v4.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/interop-v4.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/ipns-v5.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/json-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/mfs-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/routers-v1.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/strings-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/unixfs-v3.0.0 π» |
π€ Release is at https://github.com/ipfs/helia/releases/tag/utils-v0.0.1 π» |
π€ I have created a release beep boop
block-brokers: 2.0.0
2.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
car: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
dag-cbor: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
dag-json: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
http: 1.0.0
1.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
interface: 4.0.0
4.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Bug Fixes
interop: 4.0.0
4.0.0 (2024-01-24)
β BREAKING CHANGES
helia.routing
is the default routing used, thelibp2p
routing has been removed as it is redundantlibp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Bug Fixes
Dependencies
ipns: 5.0.0
5.0.0 (2024-01-24)
β BREAKING CHANGES
helia.routing
is the default routing used, thelibp2p
routing has been removed as it is redundantlibp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Bug Fixes
Dependencies
json: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
mfs: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
routers: 1.0.0
1.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Bug Fixes
Dependencies
strings: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
unixfs: 3.0.0
3.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Dependencies
@helia/utils: 0.0.1
Dependencies
helia: 4.0.0
4.0.0 (2024-01-24)
β BREAKING CHANGES
libp2p
property has been removed from theHelia
interface in@helia/interface
- it is still present on the return type ofcreateHelia
from thehelia
moduleFeatures
Bug Fixes
Dependencies
This PR was generated with Release Please. See documentation.