Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 28, 2021
1 parent da0ac9c commit 4e8bf56
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 12 deletions.
8 changes: 8 additions & 0 deletions packages/interface-blockstore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-06-28)

**Note:** Version bump only for package interface-blockstore-tests
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": "0.0.0",
"version": "0.0.1",
"description": "Compliance tests for the blockstore interface",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme",
"dependencies": {
"aegir": "^33.1.2",
"interface-blockstore": "^0.1.0",
"interface-blockstore": "^0.1.1",
"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.

## [0.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.1) (2021-06-28)

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





# [0.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.0) (2021-06-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore",
"version": "0.1.0",
"version": "0.1.1",
"description": "An interface for storing and retrieving blocks",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"err-code": "^3.0.1",
"interface-store": "^0.0.2",
"interface-store": "^0.0.3",
"it-all": "^1.0.5",
"it-drain": "^1.0.4",
"it-filter": "^1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-datastore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2021-06-28)

**Note:** Version bump only for package interface-datastore-tests
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": "0.0.0",
"version": "0.0.1",
"description": "Compliance tests for the datastore interface",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme",
"dependencies": {
"aegir": "^33.1.2",
"interface-datastore": "^4.0.2",
"interface-datastore": "^5.0.0",
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
Expand Down
24 changes: 21 additions & 3 deletions packages/interface-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 5.0.0 (2021-06-28)


### Features

* import interface-datastore ([294b249](https://github.com/ipfs/js-ipfs-interfaces/commit/294b249de30e6fa80c4246a6a253db0ab493886b))


### BREAKING CHANGES

* the compliance tests for interface-datastore have been removed - use the interface-datastore-tests module instead





## [4.0.2](https://github.com/ipfs/interface-datastore/compare/v4.0.1...v4.0.2) (2021-06-10)


Expand Down Expand Up @@ -270,6 +291,3 @@
### Bug Fixes

* libp2p-crypto is a regular dependency ([3db267b](https://github.com/ipfs/interface-datastore/commit/3db267b))



4 changes: 2 additions & 2 deletions packages/interface-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore",
"version": "4.0.2",
"version": "5.0.0",
"description": "datastore interface",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"err-code": "^3.0.1",
"interface-store": "^0.0.2",
"interface-store": "^0.0.3",
"ipfs-utils": "^8.1.2",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/interface-store/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.

## [0.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.0.3) (2021-06-28)

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





## [0.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.0.2) (2021-05-14)

**Note:** Version bump only for package interface-store
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-store",
"version": "0.0.2",
"version": "0.0.3",
"description": "A generic interface for storing and retrieving data",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 4e8bf56

Please sign in to comment.