Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - interface-blockstore-tests@2.0.0
 - interface-blockstore@2.0.0
 - interface-datastore-tests@2.0.0
 - interface-datastore@6.0.0
 - interface-store@2.0.0
  • Loading branch information
achingbrain committed Sep 8, 2021
1 parent c04aa80 commit 5073988
Show file tree
Hide file tree
Showing 10 changed files with 89 additions and 9 deletions.
16 changes: 16 additions & 0 deletions packages/interface-blockstore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.3...interface-blockstore-tests@2.0.0) (2021-09-08)


### chore

* switch to ESM ([#39](https://github.com/ipfs/interface-blockstore/issues/39)) ([c04aa80](https://github.com/ipfs/interface-blockstore/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))


### BREAKING CHANGES

* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages





## [1.0.3](https://github.com/ipfs/interface-blockstore/compare/interface-blockstore-tests@1.0.2...interface-blockstore-tests@1.0.3) (2021-09-02)

**Note:** Version bump only for package interface-blockstore-tests
Expand Down
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": "1.0.3",
"version": "2.0.0",
"description": "Compliance tests for the blockstore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"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": "^35.0.0",
"interface-blockstore": "^1.0.2",
"interface-blockstore": "^2.0.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
"it-length": "^1.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/interface-blockstore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.2...interface-blockstore@2.0.0) (2021-09-08)


### chore

* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))


### BREAKING CHANGES

* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages





## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore@1.0.1...interface-blockstore@1.0.2) (2021-09-02)


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": "1.0.2",
"version": "2.0.0",
"description": "An interface for storing and retrieving blocks",
"types": "types/src/index.d.ts",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
},
"dependencies": {
"interface-store": "^1.0.2",
"interface-store": "^2.0.0",
"multiformats": "^9.0.4"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/interface-datastore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.3...interface-datastore-tests@2.0.0) (2021-09-08)


### chore

* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))


### BREAKING CHANGES

* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages





## [1.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests@1.0.2...interface-datastore-tests@1.0.3) (2021-09-02)

**Note:** Version bump only for package interface-datastore-tests
Expand Down
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": "1.0.3",
"version": "2.0.0",
"description": "Compliance tests for the datastore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"types": "types/src/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme",
"dependencies": {
"aegir": "^35.0.0",
"interface-datastore": "^5.1.3",
"interface-datastore": "^6.0.0",
"iso-random-stream": "^2.0.0",
"it-all": "^1.0.2",
"it-drain": "^1.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/interface-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.3...interface-datastore@6.0.0) (2021-09-08)


### chore

* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))


### BREAKING CHANGES

* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages





## [5.1.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore@5.1.2...interface-datastore@5.1.3) (2021-09-02)


Expand Down
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": "5.1.3",
"version": "6.0.0",
"description": "datastore interface",
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
"types": "types/src/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"aegir": "^35.0.0"
},
"dependencies": {
"interface-store": "^1.0.2",
"interface-store": "^2.0.0",
"nanoid": "^3.0.2",
"uint8arrays": "^3.0.0"
},
Expand Down
16 changes: 16 additions & 0 deletions packages/interface-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.2...interface-store@2.0.0) (2021-09-08)


### chore

* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))


### BREAKING CHANGES

* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages





## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@1.0.1...interface-store@1.0.2) (2021-09-02)


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.2",
"version": "2.0.0",
"description": "A generic interface for storing and retrieving data",
"main": "src/index.js",
"types": "types/src/index.d.ts",
Expand Down

0 comments on commit 5073988

Please sign in to comment.