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

File tree

32 files changed

+230
-53
lines changed

32 files changed

+230
-53
lines changed

packages/interface-ipfs-core/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+
## [0.144.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.144.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.1) (2021-02-08)
718

819
**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.144.1",
3+
"version": "0.144.2",
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: 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+
## [0.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2021-02-08)
718

819
**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.4.2",
3+
"version": "0.4.3",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -35,10 +35,10 @@
3535
"err-code": "^2.0.3",
3636
"execa": "^5.0.0",
3737
"get-folder-size": "^2.0.1",
38-
"ipfs-core": "^0.5.2",
39-
"ipfs-core-utils": "^0.7.1",
40-
"ipfs-daemon": "^0.5.2",
41-
"ipfs-http-client": "^49.0.2",
38+
"ipfs-core": "^0.5.3",
39+
"ipfs-core-utils": "^0.7.2",
40+
"ipfs-daemon": "^0.5.3",
41+
"ipfs-http-client": "^49.0.3",
4242
"ipfs-repo": "^8.0.0",
4343
"ipfs-utils": "^6.0.1",
4444
"ipld-dag-cbor": "^0.17.0",

packages/ipfs-client/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+
## [0.3.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.3) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-client

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.3.2",
3+
"version": "0.3.3",
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.2.2",
42-
"ipfs-http-client": "^49.0.2",
41+
"ipfs-grpc-client": "^0.2.3",
42+
"ipfs-http-client": "^49.0.3",
4343
"merge-options": "^3.0.4"
4444
},
4545
"devDependencies": {

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* bitswap related typedefs ([#3580](https://github.com/ipfs/js-ipfs/issues/3580)) ([1af82d1](https://github.com/ipfs/js-ipfs/commit/1af82d1ca4bd447d8c162e1fd8da8b043131969c))
12+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
13+
14+
15+
16+
17+
618
# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-02-01)
719

820

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.3.0",
3+
"version": "0.3.1",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"types": "src/index.ts",

packages/ipfs-core-utils/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+
## [0.7.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.2) (2021-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))
12+
13+
14+
15+
16+
617
## [0.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-02-08)
718

819
**Note:** Version bump only for package ipfs-core-utils

packages/ipfs-core-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
@@ -41,7 +41,7 @@
4141
"browser-readablestream-to-it": "^1.0.1",
4242
"cids": "^1.1.5",
4343
"err-code": "^2.0.3",
44-
"ipfs-core-types": "^0.3.0",
44+
"ipfs-core-types": "^0.3.1",
4545
"ipfs-utils": "^6.0.1",
4646
"it-all": "^1.0.4",
4747
"it-map": "^1.0.4",

0 commit comments

Comments
 (0)