Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-blockstore-tests@1.0.0
 - interface-blockstore@1.0.0
 - interface-store@1.0.0
  • Loading branch information
achingbrain committed Jul 6, 2021
1 parent b95a516 commit 143ba26
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/interface-blockstore-tests/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.

# [1.0.0](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@0.0.6...interface-blockstore-tests@1.0.0) (2021-07-06)


### Features

* prep for v1 release ([b95a516](https://github.com/ipfs/interface-blockstore/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))





## [0.0.6](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@0.0.5...interface-blockstore-tests@0.0.6) (2021-07-02)

**Note:** Version bump only for package interface-blockstore-tests
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0-1",
"version": "1.0.0",
"description": "Compliance tests for the blockstore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface-blockstore/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.

# [1.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@0.2.1...interface-blockstore@1.0.0) (2021-07-06)


### Features

* prep for v1 release ([b95a516](https://github.com/ipfs/js-ipfs-interfaces/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))





## [0.2.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@0.2.0...interface-blockstore@0.2.1) (2021-06-30)

**Note:** Version bump only for package interface-blockstore
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-blockstore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-blockstore",
"version": "1.0.0-1",
"version": "1.0.0",
"description": "An interface for storing and retrieving blocks",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/interface-store/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.

# [1.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@0.1.1...interface-store@1.0.0) (2021-07-06)


### Features

* prep for v1 release ([b95a516](https://github.com/ipfs/js-ipfs-interfaces/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))





## [0.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@0.1.0...interface-store@0.1.1) (2021-06-30)

**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": "1.0.0-1",
"version": "1.0.0",
"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 143ba26

Please sign in to comment.