Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

File tree

36 files changed

+407
-58
lines changed

36 files changed

+407
-58
lines changed

examples/test-ipfs-example/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
# [3.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@3.0.0) (2021-02-01)
7+
8+
9+
### chore
10+
11+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ipfs-repo upgrade requires repo migration to v10
17+
18+
19+
20+
21+
622
# [2.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@2.1.0) (2020-10-28)
723

824

examples/test-ipfs-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-ipfs-example",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Examples of how to use IPFS",
55
"bin": {
66
"test-ipfs-example": "./test.js"

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [0.144.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* updates webpack example to use v5 ([#3512](https://github.com/ipfs/js-ipfs/issues/3512)) ([c7110db](https://github.com/ipfs/js-ipfs/commit/c7110db71b5c0f0f9f415f31f91b5b228341e13e)), closes [#3511](https://github.com/ipfs/js-ipfs/issues/3511)
12+
13+
14+
### chore
15+
16+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
17+
18+
19+
### Features
20+
21+
* support remote pinning services in ipfs-http-client ([#3293](https://github.com/ipfs/js-ipfs/issues/3293)) ([ba240fd](https://github.com/ipfs/js-ipfs/commit/ba240fdf93edc88028315483240d7822a7ca88ed))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* ipfs-repo upgrade requires repo migration to v10
27+
28+
29+
30+
31+
632
## [0.143.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.143.1) (2021-01-20)
733

834
**Note:** Version bump only for package interface-ipfs-core

packages/interface-ipfs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.143.1",
3+
"version": "0.144.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* updates webpack example to use v5 ([#3512](https://github.com/ipfs/js-ipfs/issues/3512)) ([c7110db](https://github.com/ipfs/js-ipfs/commit/c7110db71b5c0f0f9f415f31f91b5b228341e13e)), closes [#3511](https://github.com/ipfs/js-ipfs/issues/3511)
12+
13+
14+
### chore
15+
16+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* ipfs-repo upgrade requires repo migration to v10
22+
23+
24+
25+
26+
627
## [0.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-01-22)
728

829
**Note:** Version bump only for package ipfs-cli

packages/ipfs-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -36,10 +36,10 @@
3636
"err-code": "^2.0.3",
3737
"execa": "^5.0.0",
3838
"get-folder-size": "^2.0.1",
39-
"ipfs-core": "^0.4.2",
40-
"ipfs-core-utils": "^0.6.1",
41-
"ipfs-daemon": "^0.4.2",
42-
"ipfs-http-client": "^48.2.2",
39+
"ipfs-core": "^0.5.0",
40+
"ipfs-core-utils": "^0.7.0",
41+
"ipfs-daemon": "^0.5.0",
42+
"ipfs-http-client": "^49.0.0",
4343
"ipfs-repo": "^8.0.0",
4444
"ipfs-utils": "^6.0.0",
4545
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-02-01)
7+
8+
9+
### chore
10+
11+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* ipfs-repo upgrade requires repo migration to v10
17+
18+
19+
20+
21+
622
## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-01-22)
723

824

packages/ipfs-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -38,8 +38,8 @@
3838
"dep-check": "aegir dep-check -i aegir -i rimraf"
3939
},
4040
"dependencies": {
41-
"ipfs-grpc-client": "^0.1.2",
42-
"ipfs-http-client": "^48.2.2",
41+
"ipfs-grpc-client": "^0.2.0",
42+
"ipfs-http-client": "^49.0.0",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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+
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-02-01)
7+
8+
9+
### chore
10+
11+
* update deps ([#3514](https://github.com/ipfs/js-ipfs/issues/3514)) ([061d77c](https://github.com/ipfs/js-ipfs/commit/061d77cc03f40af5a3bc3590481e1e5836e7f0d8))
12+
13+
14+
### Features
15+
16+
* support remote pinning services in ipfs-http-client ([#3293](https://github.com/ipfs/js-ipfs/issues/3293)) ([ba240fd](https://github.com/ipfs/js-ipfs/commit/ba240fdf93edc88028315483240d7822a7ca88ed))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* ipfs-repo upgrade requires repo migration to v10
22+
23+
24+
25+
26+
627
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2021-01-22)
728

829

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.ts",

0 commit comments

Comments
 (0)