Skip to content

Commit

Permalink
feat: prep for v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 6, 2021
1 parent be5e39a commit b95a516
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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": "0.0.6",
"version": "1.0.0-1",
"description": "Compliance tests for the blockstore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"main": "src/index.js",
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": "0.2.1",
"version": "1.0.0-1",
"description": "An interface for storing and retrieving blocks",
"main": "src/index.js",
"types": "dist/src/index.d.ts",
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.1.1",
"version": "1.0.0-1",
"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 b95a516

Please sign in to comment.