Skip to content

Commit 2059883

Browse files
committed
1 parent dbc6615 commit 2059883

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/interface-datastore-tests/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.3) (2021-09-08)
7+
8+
**Note:** Version bump only for package interface-datastore-tests
9+
10+
11+
12+
13+
614
## [2.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.2) (2021-09-08)
715

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

packages/interface-datastore-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore-tests",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Compliance tests for the datastore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme",
3434
"dependencies": {
3535
"aegir": "^35.0.0",
36-
"interface-datastore": "^6.0.1",
36+
"interface-datastore": "^6.0.2",
3737
"iso-random-stream": "^2.0.0",
3838
"it-all": "^1.0.2",
3939
"it-drain": "^1.0.1",

packages/interface-datastore/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@6.0.2) (2021-09-08)
7+
8+
**Note:** Version bump only for package interface-datastore
9+
10+
11+
12+
13+
614
## [6.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@6.0.1) (2021-09-08)
715

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

packages/interface-datastore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "datastore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "types/src/index.d.ts",

0 commit comments

Comments
 (0)