Skip to content

Commit f5d59e8

Browse files
committed
chore: publish
- interface-blockstore-tests@1.0.2 - interface-blockstore@1.0.2 - interface-datastore-tests@1.0.2 - interface-datastore@5.1.3 - interface-store@1.0.2
1 parent 595de43 commit f5d59e8

File tree

10 files changed

+64
-9
lines changed

10 files changed

+64
-9
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+
## [1.0.2](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.1...interface-blockstore-tests@1.0.2) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more stable ([#38](https://github.com/ipfs/interface-blockstore/issues/38)) ([595de43](https://github.com/ipfs/interface-blockstore/commit/595de438cbb5bda7444bdd8c4ce561215855d190))
12+
13+
14+
15+
16+
617
## [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)
718

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

packages/interface-blockstore-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-blockstore-tests",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Compliance tests for the blockstore interface",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme",
3333
"dependencies": {
3434
"aegir": "^35.0.0",
35-
"interface-blockstore": "^1.0.1",
35+
"interface-blockstore": "^1.0.2",
3636
"it-all": "^1.0.2",
3737
"it-drain": "^1.0.1",
3838
"it-length": "^1.0.2",

packages/interface-blockstore/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+
## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.1...interface-blockstore@1.0.2) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more stable ([#38](https://github.com/ipfs/js-ipfs-interfaces/issues/38)) ([595de43](https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.0...interface-blockstore@1.0.1) (2021-08-20)
718

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

packages/interface-blockstore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An interface for storing and retrieving blocks",
55
"main": "src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"err-code": "^3.0.1",
22-
"interface-store": "^1.0.1",
22+
"interface-store": "^1.0.2",
2323
"it-all": "^1.0.5",
2424
"it-drain": "^1.0.4",
2525
"it-filter": "^1.0.2",

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+
## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.1...interface-datastore-tests@1.0.2) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more stable ([#38](https://github.com/ipfs/js-ipfs-interfaces/issues/38)) ([595de43](https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190))
12+
13+
14+
15+
16+
617
## [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)
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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Compliance tests for the datastore interface",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -32,7 +32,7 @@
3232
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme",
3333
"dependencies": {
3434
"aegir": "^35.0.0",
35-
"interface-datastore": "^5.1.2",
35+
"interface-datastore": "^5.1.3",
3636
"iso-random-stream": "^2.0.0",
3737
"it-all": "^1.0.2",
3838
"it-drain": "^1.0.1",

packages/interface-datastore/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+
## [5.1.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.2...interface-datastore@5.1.3) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more stable ([#38](https://github.com/ipfs/js-ipfs-interfaces/issues/38)) ([595de43](https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190))
12+
13+
14+
15+
16+
617
## [5.1.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.1...interface-datastore@5.1.2) (2021-08-20)
718

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

packages/interface-datastore/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",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "datastore interface",
55
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
66
"main": "src/index.js",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"err-code": "^3.0.1",
41-
"interface-store": "^1.0.1",
41+
"interface-store": "^1.0.2",
4242
"ipfs-utils": "^8.1.2",
4343
"it-all": "^1.0.2",
4444
"it-drain": "^1.0.1",

packages/interface-store/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+
## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.1...interface-store@1.0.2) (2021-09-02)
7+
8+
9+
### Bug Fixes
10+
11+
* make tests more stable ([#38](https://github.com/ipfs/js-ipfs-interfaces/issues/38)) ([595de43](https://github.com/ipfs/js-ipfs-interfaces/commit/595de438cbb5bda7444bdd8c4ce561215855d190))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.0...interface-store@1.0.1) (2021-08-20)
718

819
**Note:** Version bump only for package interface-store

packages/interface-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-store",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A generic interface for storing and retrieving data",
55
"main": "src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)