Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-datastore-tests@2.0.4
 - interface-datastore@6.0.3
  • Loading branch information
achingbrain committed Sep 8, 2021
1 parent 749b656 commit 24becc0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
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.4](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@2.0.3...interface-datastore-tests@2.0.4) (2021-09-08)

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





## [2.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@2.0.2...interface-datastore-tests@2.0.3) (2021-09-08)

**Note:** Version bump only for package interface-datastore-tests
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.0.4",
"description": "Compliance tests for the datastore 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-datastore-tests#readme",
"dependencies": {
"aegir": "^35.0.0",
"interface-datastore": "^6.0.2",
"interface-datastore": "^6.0.3",
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@6.0.2...interface-datastore@6.0.3) (2021-09-08)


### Bug Fixes

* export key properly ([749b656](https://github.com/ipfs/js-ipfs-interfaces/commit/749b656c23fb91aa13bfaf9a5ad99703490b24b4))





## [6.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@6.0.1...interface-datastore@6.0.2) (2021-09-08)

**Note:** Version bump only for package interface-datastore
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore",
"version": "6.0.2",
"version": "6.0.3",
"description": "datastore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"types": "types/src/index.d.ts",
Expand Down

0 comments on commit 24becc0

Please sign in to comment.