diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index eeed2e00..f9641673 100644 --- a/packages/interface-blockstore-tests/CHANGELOG.md +++ b/packages/interface-blockstore-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@2.0.0...interface-blockstore-tests@2.0.1) (2021-09-08) + +**Note:** Version bump only for package interface-blockstore-tests + + + + + # [2.0.0](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.3...interface-blockstore-tests@2.0.0) (2021-09-08) diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index 09caa4d9..6eed899e 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "2.0.0", + "version": "2.0.1", "description": "Compliance tests for the blockstore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -33,7 +33,7 @@ "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme", "dependencies": { "aegir": "^35.0.0", - "interface-blockstore": "^2.0.0", + "interface-blockstore": "^2.0.1", "it-all": "^1.0.2", "it-drain": "^1.0.1", "it-length": "^1.0.2", diff --git a/packages/interface-blockstore/CHANGELOG.md b/packages/interface-blockstore/CHANGELOG.md index 2bcfb2a0..4c9b510f 100644 --- a/packages/interface-blockstore/CHANGELOG.md +++ b/packages/interface-blockstore/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@2.0.0...interface-blockstore@2.0.1) (2021-09-08) + +**Note:** Version bump only for package interface-blockstore + + + + + # [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.2...interface-blockstore@2.0.0) (2021-09-08) diff --git a/packages/interface-blockstore/package.json b/packages/interface-blockstore/package.json index 1dfe59ab..e2124b53 100644 --- a/packages/interface-blockstore/package.json +++ b/packages/interface-blockstore/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore", - "version": "2.0.0", + "version": "2.0.1", "description": "An interface for storing and retrieving blocks", "types": "dist/src/index.d.ts", "files": [ @@ -22,7 +22,7 @@ "url": "git+https://github.com/ipfs/js-ipfs-interfaces.git" }, "dependencies": { - "interface-store": "^2.0.0", + "interface-store": "^2.0.1", "multiformats": "^9.0.4" }, "devDependencies": { diff --git a/packages/interface-datastore-tests/CHANGELOG.md b/packages/interface-datastore-tests/CHANGELOG.md index 38180d11..b98c6f24 100644 --- a/packages/interface-datastore-tests/CHANGELOG.md +++ b/packages/interface-datastore-tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@2.0.0...interface-datastore-tests@2.0.1) (2021-09-08) + +**Note:** Version bump only for package interface-datastore-tests + + + + + # [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.3...interface-datastore-tests@2.0.0) (2021-09-08) diff --git a/packages/interface-datastore-tests/package.json b/packages/interface-datastore-tests/package.json index 5c70f253..be479cb3 100644 --- a/packages/interface-datastore-tests/package.json +++ b/packages/interface-datastore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore-tests", - "version": "2.0.0", + "version": "2.0.1", "description": "Compliance tests for the datastore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -33,7 +33,7 @@ "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme", "dependencies": { "aegir": "^35.0.0", - "interface-datastore": "^6.0.0", + "interface-datastore": "^6.0.1", "iso-random-stream": "^2.0.0", "it-all": "^1.0.2", "it-drain": "^1.0.1", diff --git a/packages/interface-datastore/CHANGELOG.md b/packages/interface-datastore/CHANGELOG.md index f7c1a801..5baf96f0 100644 --- a/packages/interface-datastore/CHANGELOG.md +++ b/packages/interface-datastore/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@6.0.0...interface-datastore@6.0.1) (2021-09-08) + +**Note:** Version bump only for package interface-datastore + + + + + # [6.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.3...interface-datastore@6.0.0) (2021-09-08) diff --git a/packages/interface-datastore/package.json b/packages/interface-datastore/package.json index 1fe1fee3..b3f31dfa 100644 --- a/packages/interface-datastore/package.json +++ b/packages/interface-datastore/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore", - "version": "6.0.0", + "version": "6.0.1", "description": "datastore interface", "leadMaintainer": "Alex Potsides ", "types": "types/src/index.d.ts", @@ -44,7 +44,7 @@ "rimraf": "^3.0.2" }, "dependencies": { - "interface-store": "^2.0.0", + "interface-store": "^2.0.1", "nanoid": "^3.0.2", "uint8arrays": "^3.0.0" }, diff --git a/packages/interface-store/CHANGELOG.md b/packages/interface-store/CHANGELOG.md index 4034a4a7..ad8c5b35 100644 --- a/packages/interface-store/CHANGELOG.md +++ b/packages/interface-store/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@2.0.0...interface-store@2.0.1) (2021-09-08) + +**Note:** Version bump only for package interface-store + + + + + # [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.2...interface-store@2.0.0) (2021-09-08) diff --git a/packages/interface-store/package.json b/packages/interface-store/package.json index 4dc1bd32..33d8e2c6 100644 --- a/packages/interface-store/package.json +++ b/packages/interface-store/package.json @@ -1,6 +1,6 @@ { "name": "interface-store", - "version": "2.0.0", + "version": "2.0.1", "description": "A generic interface for storing and retrieving data", "main": "src/index.js", "types": "dist/src/index.d.ts",