From b4a251475df060773c9e3fd5218c95a92b6008b8 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Fri, 20 Aug 2021 15:45:28 +0100 Subject: [PATCH] chore: publish - interface-blockstore-tests@1.0.1 - interface-blockstore@1.0.1 - interface-datastore-tests@1.0.1 - interface-datastore@5.1.2 - interface-store@1.0.1 --- packages/interface-blockstore-tests/CHANGELOG.md | 8 ++++++++ packages/interface-blockstore-tests/package.json | 2 +- packages/interface-blockstore/CHANGELOG.md | 8 ++++++++ packages/interface-blockstore/package.json | 2 +- packages/interface-datastore-tests/CHANGELOG.md | 8 ++++++++ packages/interface-datastore-tests/package.json | 4 ++-- packages/interface-datastore/CHANGELOG.md | 8 ++++++++ packages/interface-datastore/package.json | 2 +- packages/interface-store/CHANGELOG.md | 8 ++++++++ packages/interface-store/package.json | 2 +- 10 files changed, 46 insertions(+), 6 deletions(-) diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index 2c3c80af..b48fe36d 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. +## [1.0.1](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.0...interface-blockstore-tests@1.0.1) (2021-08-20) + +**Note:** Version bump only for package interface-blockstore-tests + + + + + # [1.0.0](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@0.0.6...interface-blockstore-tests@1.0.0) (2021-07-06) diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index acc4da4a..82af10d2 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "1.0.0", + "version": "1.0.1", "description": "Compliance tests for the blockstore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", diff --git a/packages/interface-blockstore/CHANGELOG.md b/packages/interface-blockstore/CHANGELOG.md index 742a3526..22c821eb 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. +## [1.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.0...interface-blockstore@1.0.1) (2021-08-20) + +**Note:** Version bump only for package interface-blockstore + + + + + # [1.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@0.2.1...interface-blockstore@1.0.0) (2021-07-06) diff --git a/packages/interface-blockstore/package.json b/packages/interface-blockstore/package.json index 5c6ec01d..614c53cd 100644 --- a/packages/interface-blockstore/package.json +++ b/packages/interface-blockstore/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore", - "version": "1.0.0", + "version": "1.0.1", "description": "An interface for storing and retrieving blocks", "main": "src/index.js", "types": "dist/src/index.d.ts", diff --git a/packages/interface-datastore-tests/CHANGELOG.md b/packages/interface-datastore-tests/CHANGELOG.md index d6d4df80..1c18728e 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. +## [1.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.0...interface-datastore-tests@1.0.1) (2021-08-20) + +**Note:** Version bump only for package interface-datastore-tests + + + + + # [1.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@0.0.3...interface-datastore-tests@1.0.0) (2021-07-06) diff --git a/packages/interface-datastore-tests/package.json b/packages/interface-datastore-tests/package.json index aecae595..044af141 100644 --- a/packages/interface-datastore-tests/package.json +++ b/packages/interface-datastore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore-tests", - "version": "1.0.0", + "version": "1.0.1", "description": "Compliance tests for the datastore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", @@ -31,7 +31,7 @@ "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme", "dependencies": { "aegir": "^35.0.0", - "interface-datastore": "^5.1.1", + "interface-datastore": "^5.1.2", "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 e1b0b51d..9b488a39 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. +## [5.1.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.1...interface-datastore@5.1.2) (2021-08-20) + +**Note:** Version bump only for package interface-datastore + + + + + ## [5.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.0...interface-datastore@5.1.1) (2021-06-30) **Note:** Version bump only for package interface-datastore diff --git a/packages/interface-datastore/package.json b/packages/interface-datastore/package.json index 10ab2c04..74ddabb8 100644 --- a/packages/interface-datastore/package.json +++ b/packages/interface-datastore/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore", - "version": "5.1.1", + "version": "5.1.2", "description": "datastore interface", "leadMaintainer": "Alex Potsides ", "main": "src/index.js", diff --git a/packages/interface-store/CHANGELOG.md b/packages/interface-store/CHANGELOG.md index b10c9772..f6fd2c24 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. +## [1.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.0...interface-store@1.0.1) (2021-08-20) + +**Note:** Version bump only for package interface-store + + + + + # [1.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@0.1.1...interface-store@1.0.0) (2021-07-06) diff --git a/packages/interface-store/package.json b/packages/interface-store/package.json index a2b3c18b..a132bd57 100644 --- a/packages/interface-store/package.json +++ b/packages/interface-store/package.json @@ -1,6 +1,6 @@ { "name": "interface-store", - "version": "1.0.0", + "version": "1.0.1", "description": "A generic interface for storing and retrieving data", "main": "src/index.js", "types": "dist/src/index.d.ts",