Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Migration matrix update
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Adam Uhlir <uhlir.a@gmail.com>
  • Loading branch information
AuHau committed Apr 27, 2019
1 parent 20a163d commit 7b5f130
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ The recommended way to write a new migration is to first bootstrap an dummy migr
Afterwards new folder is created with bootstrapped migration. You can then simply fill in the required fields and
write the rest of migration!

Don't forget to update the Migration matrix in the README.md!

The `node_modules` of the migration should be committed to the repo to ensure that the dependencies are resolved even in
far future, when the package might be removed from registry.

Expand Down Expand Up @@ -176,9 +178,10 @@ This will create empty migration with next version in line.

### Migrations matrix

| IPFS repo version | JS IPFS version |
| -----------------: |:----------------:|
| 7 | v0.0.0 - latest |
| IPFS repo version | JS IPFS version |
| -----------------: |:-----------------:|
| 7 | v0.0.0 - v0.35.0 |
| 8 | v0.35.0 - latest |


## API
Expand Down

0 comments on commit 7b5f130

Please sign in to comment.