Skip to content

Commit c256fa6

Browse files
committed
1 parent 733c2ed commit c256fa6

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
lines changed

packages/interface-blockstore-tests/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/ipfs/interface-blockstore/compare/[email protected]@2.0.4) (2022-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* increase timeouts ([#131](https://github.com/ipfs/interface-blockstore/issues/131)) ([733c2ed](https://github.com/ipfs/interface-blockstore/commit/733c2edb32a3aa3a54c6cf2d39f780bd6018010b))
12+
13+
14+
15+
16+
617
## [2.0.3](https://github.com/ipfs/interface-blockstore/compare/[email protected]@2.0.3) (2022-01-26)
718

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

packages/interface-blockstore-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore-tests",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Compliance tests for the blockstore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/interface-datastore-tests/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.7) (2022-06-22)
7+
8+
9+
### Bug Fixes
10+
11+
* increase timeouts ([#131](https://github.com/ipfs/js-ipfs-interfaces/issues/131)) ([733c2ed](https://github.com/ipfs/js-ipfs-interfaces/commit/733c2edb32a3aa3a54c6cf2d39f780bd6018010b))
12+
13+
14+
15+
16+
617
## [2.0.6](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.6) (2022-01-26)
718

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

packages/interface-datastore-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore-tests",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
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": "^36.1.3",
36-
"interface-datastore": "^6.1.1",
36+
"interface-datastore": "^6.1.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

Lines changed: 8 additions & 0 deletions
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.1.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@6.1.2) (2022-06-22)
7+
8+
**Note:** Version bump only for package interface-datastore
9+
10+
11+
12+
13+
614
## [6.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@6.1.1) (2022-01-26)
715

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

packages/interface-datastore/package.json

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

0 commit comments

Comments
 (0)