Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## 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))
  • Loading branch information
semantic-release-bot committed Aug 11, 2022
1 parent b2610d6 commit 72e6dd9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions packages/ipfs-repo-migrations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
## 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](https://github.com/ipfs/js-ipfs-repo/issues/375)) ([5c9eb4b](https://github.com/ipfs/js-ipfs-repo/commit/5c9eb4b135687b27865e9929405e50d730524aa6))


### Bug Fixes

* remove console output from migration ([#376](https://github.com/ipfs/js-ipfs-repo/issues/376)) ([b383845](https://github.com/ipfs/js-ipfs-repo/commit/b3838457984a61582b8857fcf63ec133ce74e1bb))


### Dependencies

* update aegir to 37.x.x ([#400](https://github.com/ipfs/js-ipfs-repo/issues/400)) ([7bdc912](https://github.com/ipfs/js-ipfs-repo/commit/7bdc9124c18c9a4792295704cac25510d4694b46))
* update all deps ([#401](https://github.com/ipfs/js-ipfs-repo/issues/401)) ([9218212](https://github.com/ipfs/js-ipfs-repo/commit/9218212a67963c31efd4c2a3223d249f249406bc))


### Trivial Changes

* add missing deps, remove redundant deps ([#344](https://github.com/ipfs/js-ipfs-repo/issues/344)) ([f91018c](https://github.com/ipfs/js-ipfs-repo/commit/f91018cbd1cdb80b5d490790f5c9069c4513cce5))
* add prepublish step to build dist folder ([1d191ba](https://github.com/ipfs/js-ipfs-repo/commit/1d191ba422d0233b4b67528ae2bdb59c4f14549f))
* convert to monorepo ([#335](https://github.com/ipfs/js-ipfs-repo/issues/335)) ([0658ccc](https://github.com/ipfs/js-ipfs-repo/commit/0658cccaf0718e5af6fb1fb44c9c7d043ce2918b))
* fix release script ([#404](https://github.com/ipfs/js-ipfs-repo/issues/404)) ([b2610d6](https://github.com/ipfs/js-ipfs-repo/commit/b2610d6b63274325422208c5730503992b002608))
* publish ([bfabfdc](https://github.com/ipfs/js-ipfs-repo/commit/bfabfdcc44db80b264496ca43f3fae38ebc486ea))
* publish ([d75379e](https://github.com/ipfs/js-ipfs-repo/commit/d75379eaff9ba938f71b12a9e8008236dc34c276))
* publish ([f36c922](https://github.com/ipfs/js-ipfs-repo/commit/f36c922a2cd3a308a2d1fb7f397243488730bdf5))
* publish ([e324b28](https://github.com/ipfs/js-ipfs-repo/commit/e324b28a7c90e8a37ec89c68764cac7918a3ca55))
* publish ([17142a8](https://github.com/ipfs/js-ipfs-repo/commit/17142a8623705a4ac5ba2bc0ce75945cc9167f7e))
* switch to esm ([#339](https://github.com/ipfs/js-ipfs-repo/issues/339)) ([8d673ba](https://github.com/ipfs/js-ipfs-repo/commit/8d673ba72c599259110c09e90353f05473f05616))
* update aegir ([#367](https://github.com/ipfs/js-ipfs-repo/issues/367)) ([2229ab4](https://github.com/ipfs/js-ipfs-repo/commit/2229ab48b3748e99e3539b61ff71a154f19b3fb8))
* update datastore impls ([#377](https://github.com/ipfs/js-ipfs-repo/issues/377)) ([709a612](https://github.com/ipfs/js-ipfs-repo/commit/709a612c3145628d417c4d79f0921679a3bedf1b))

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-repo-migrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-repo-migrations",
"version": "12.0.1",
"version": "1.0.0",
"description": "Migration framework for versioning of JS IPFS Repo",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-repo/tree/master/packages/ipfs-repo-migrations#readme",
Expand Down

0 comments on commit 72e6dd9

Please sign in to comment.