Skip to content

Commit 5073988

Browse files
committed
1 parent c04aa80 commit 5073988

File tree

10 files changed

+89
-9
lines changed

10 files changed

+89
-9
lines changed

packages/interface-blockstore-tests/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.0.0](https://github.com/ipfs/interface-blockstore/compare/[email protected]@2.0.0) (2021-09-08)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#39](https://github.com/ipfs/interface-blockstore/issues/39)) ([c04aa80](https://github.com/ipfs/interface-blockstore/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
17+
18+
19+
20+
21+
622
## [1.0.3](https://github.com/ipfs/interface-blockstore/compare/[email protected]@1.0.3) (2021-09-02)
723

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

packages/interface-blockstore-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore-tests",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "Compliance tests for the blockstore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",
@@ -31,7 +31,7 @@
3131
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme",
3232
"dependencies": {
3333
"aegir": "^35.0.0",
34-
"interface-blockstore": "^1.0.2",
34+
"interface-blockstore": "^2.0.0",
3535
"it-all": "^1.0.2",
3636
"it-drain": "^1.0.1",
3737
"it-length": "^1.0.2",

packages/interface-blockstore/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.0) (2021-09-08)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
17+
18+
19+
20+
21+
622
## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@1.0.2) (2021-09-02)
723

824

packages/interface-blockstore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "An interface for storing and retrieving blocks",
55
"types": "types/src/index.d.ts",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
1616
},
1717
"dependencies": {
18-
"interface-store": "^1.0.2",
18+
"interface-store": "^2.0.0",
1919
"multiformats": "^9.0.4"
2020
},
2121
"devDependencies": {

packages/interface-datastore-tests/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.0) (2021-09-08)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
17+
18+
19+
20+
21+
622
## [1.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@1.0.3) (2021-09-02)
723

824
**Note:** Version bump only for package interface-datastore-tests

packages/interface-datastore-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore-tests",
3-
"version": "1.0.3",
3+
"version": "2.0.0",
44
"description": "Compliance tests for the datastore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "types/src/index.d.ts",
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore-tests#readme",
3131
"dependencies": {
3232
"aegir": "^35.0.0",
33-
"interface-datastore": "^5.1.3",
33+
"interface-datastore": "^6.0.0",
3434
"iso-random-stream": "^2.0.0",
3535
"it-all": "^1.0.2",
3636
"it-drain": "^1.0.1",

packages/interface-datastore/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [6.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@6.0.0) (2021-09-08)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
17+
18+
19+
20+
21+
622
## [5.1.3](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@5.1.3) (2021-09-02)
723

824

packages/interface-datastore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-datastore",
3-
"version": "5.1.3",
3+
"version": "6.0.0",
44
"description": "datastore interface",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "types/src/index.d.ts",
@@ -42,7 +42,7 @@
4242
"aegir": "^35.0.0"
4343
},
4444
"dependencies": {
45-
"interface-store": "^1.0.2",
45+
"interface-store": "^2.0.0",
4646
"nanoid": "^3.0.2",
4747
"uint8arrays": "^3.0.0"
4848
},

packages/interface-store/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [2.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@2.0.0) (2021-09-08)
7+
8+
9+
### chore
10+
11+
* switch to ESM ([#39](https://github.com/ipfs/js-ipfs-interfaces/issues/39)) ([c04aa80](https://github.com/ipfs/js-ipfs-interfaces/commit/c04aa80d48a84b681962cae227dd2628e7d35cb5))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* deep requires/imports are no longer possible, moves adapters/in-memory impls etc to core packages
17+
18+
19+
20+
21+
622
## [1.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/[email protected]@1.0.2) (2021-09-02)
723

824

packages/interface-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-store",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "A generic interface for storing and retrieving data",
55
"main": "src/index.js",
66
"types": "types/src/index.d.ts",

0 commit comments

Comments
 (0)