Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-blockstore-tests@2.0.2
 - interface-blockstore@2.0.2
 - interface-datastore-tests@2.0.2
  • Loading branch information
achingbrain committed Sep 8, 2021
1 parent 5998ec2 commit 4f99c21
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/interface-blockstore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@2.0.1...interface-blockstore-tests@2.0.2) (2021-09-08)

**Note:** Version bump only for package interface-blockstore-tests





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/interface-blockstore-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore-tests",
"version": "2.0.1",
"version": "2.0.2",
"description": "Compliance tests for the blockstore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down Expand Up @@ -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.1",
"interface-blockstore": "^2.0.2",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
"it-length": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@2.0.1...interface-blockstore@2.0.2) (2021-09-08)

**Note:** Version bump only for package interface-blockstore





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore",
"version": "2.0.1",
"version": "2.0.2",
"description": "An interface for storing and retrieving blocks",
"types": "dist/src/index.d.ts",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-datastore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@2.0.1...interface-datastore-tests@2.0.2) (2021-09-08)

**Note:** Version bump only for package interface-datastore-tests





## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore-tests",
"version": "2.0.1",
"version": "2.0.2",
"description": "Compliance tests for the datastore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down

0 comments on commit 4f99c21

Please sign in to comment.