Skip to content

Commit 143ba26

Browse files
committed
1 parent b95a516 commit 143ba26

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
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.0](https://github.com/ipfs/interface-blockstore/compare/[email protected]@1.0.0) (2021-07-06)
7+
8+
9+
### Features
10+
11+
* prep for v1 release ([b95a516](https://github.com/ipfs/interface-blockstore/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))
12+
13+
14+
15+
16+
617
## [0.0.6](https://github.com/ipfs/interface-blockstore/compare/[email protected]@0.0.6) (2021-07-02)
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": "1.0.0-1",
3+
"version": "1.0.0",
44
"description": "Compliance tests for the blockstore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

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.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@1.0.0) (2021-07-06)
7+
8+
9+
### Features
10+
11+
* prep for v1 release ([b95a516](https://github.com/ipfs/js-ipfs-interfaces/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.2.1) (2021-06-30)
718

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

packages/interface-blockstore/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",
3-
"version": "1.0.0-1",
3+
"version": "1.0.0",
44
"description": "An interface for storing and retrieving blocks",
55
"main": "src/index.js",
66
"types": "dist/src/index.d.ts",

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.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@1.0.0) (2021-07-06)
7+
8+
9+
### Features
10+
11+
* prep for v1 release ([b95a516](https://github.com/ipfs/js-ipfs-interfaces/commit/b95a51610738e8ce6b5e29e9769f19f98e525a94))
12+
13+
14+
15+
16+
617
## [0.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@0.1.1) (2021-06-30)
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.0-1",
3+
"version": "1.0.0",
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)