-
Notifications
You must be signed in to change notification settings - Fork 50
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
deps!: update aegir to 37.x.x #400
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: this module used to be dual published as CJS/ESM now it is just ESM
github-actions bot
pushed a commit
that referenced
this pull request
Aug 11, 2022
## ipfs-repo-migrations-v1.0.0 (2022-08-11) ### ⚠ BREAKING CHANGES * this module used to be dual published as CJS/ESM now it is just ESM * updates repo version and migrates repo * only named exports are used, deep imports/requires are not possible ### Features * libp2p async peerstore migration ([#375](#375)) ([5c9eb4b](5c9eb4b)) ### Bug Fixes * remove console output from migration ([#376](#376)) ([b383845](b383845)) ### Dependencies * update aegir to 37.x.x ([#400](#400)) ([7bdc912](7bdc912)) * update all deps ([#401](#401)) ([9218212](9218212)) ### Trivial Changes * add missing deps, remove redundant deps ([#344](#344)) ([f91018c](f91018c)) * add prepublish step to build dist folder ([1d191ba](1d191ba)) * convert to monorepo ([#335](#335)) ([0658ccc](0658ccc)) * fix release script ([#404](#404)) ([b2610d6](b2610d6)) * publish ([bfabfdc](bfabfdc)) * publish ([d75379e](d75379e)) * publish ([f36c922](f36c922)) * publish ([e324b28](e324b28)) * publish ([17142a8](17142a8)) * switch to esm ([#339](#339)) ([8d673ba](8d673ba)) * update aegir ([#367](#367)) ([2229ab4](2229ab4)) * update datastore impls ([#377](#377)) ([709a612](709a612))
github-actions bot
pushed a commit
that referenced
this pull request
Aug 11, 2022
## [ipfs-repo-migrations-v13.0.0](ipfs-repo-migrations-v12.0.1...ipfs-repo-migrations-v13.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * this module used to be dual published as CJS/ESM now it is just ESM ### Dependencies * update aegir to 37.x.x ([#400](#400)) ([7bdc912](7bdc912)) * update all deps ([#401](#401)) ([9218212](9218212)) ### Trivial Changes * fix release script ([#404](#404)) ([b2610d6](b2610d6))
🎉 This PR is included in version ipfs-repo-migrations-v13.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Aug 11, 2022
## [ipfs-repo-v15.0.0](ipfs-repo-v14.0.1...ipfs-repo-v15.0.0) (2022-08-11) ### ⚠ BREAKING CHANGES * this module used to be dual published as CJS/ESM now it is just ESM ### Trivial Changes * fix release script ([#404](#404)) ([b2610d6](b2610d6)) ### Dependencies * update aegir to 37.x.x ([#400](#400)) ([7bdc912](7bdc912)) * update all deps ([#401](#401)) ([9218212](9218212)) * update sibling dependencies ([a650a49](a650a49))
🎉 This PR is included in version ipfs-repo-v15.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: this module used to be dual published as CJS/ESM now it is just ESM