This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
1 parent
8178225
commit dde3d28
Showing
30 changed files
with
184 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-cli | ||
|
||
|
||
|
||
|
||
|
||
# [0.7.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-client | ||
|
||
|
||
|
||
|
||
|
||
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-07-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo in 'multiformats' type defs ([#3778](https://github.com/ipfs/js-ipfs/issues/3778)) ([1bf35f8](https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1)) | ||
|
||
|
||
|
||
|
||
|
||
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-types", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "IPFS interface definitions used by implementations for API compatibility.", | ||
"leadMaintainer": "Alex Potsides <[email protected]>", | ||
"types": "src/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.9.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-core-utils | ||
|
||
|
||
|
||
|
||
|
||
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-core-utils", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Package to share code between ipfs and ipfs-http-client", | ||
"author": "Alex Potsides <[email protected]>", | ||
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme", | ||
|
@@ -45,7 +45,7 @@ | |
"blob-to-it": "^1.0.1", | ||
"browser-readablestream-to-it": "^1.0.1", | ||
"err-code": "^3.0.1", | ||
"ipfs-core-types": "^0.6.0", | ||
"ipfs-core-types": "^0.6.1", | ||
"ipfs-unixfs": "^5.0.0", | ||
"ipfs-utils": "^8.1.4", | ||
"it-all": "^1.0.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.9.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.1) (2021-07-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* restore default level-js options ([#3779](https://github.com/ipfs/js-ipfs/issues/3779)) ([8380d71](https://github.com/ipfs/js-ipfs/commit/8380d7160e7205bed9cc4aecfc46882bc97d42c3)) | ||
* typo in 'multiformats' type defs ([#3778](https://github.com/ipfs/js-ipfs/issues/3778)) ([1bf35f8](https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1)) | ||
|
||
|
||
|
||
|
||
|
||
# [0.9.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.9.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.8.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-daemon | ||
|
||
|
||
|
||
|
||
|
||
# [0.8.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-grpc-client | ||
|
||
|
||
|
||
|
||
|
||
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-grpc-server | ||
|
||
|
||
|
||
|
||
|
||
# [0.4.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [51.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@51.0.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-http-client | ||
|
||
|
||
|
||
|
||
|
||
# [51.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@51.0.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.5.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.1) (2021-07-30) | ||
|
||
**Note:** Version bump only for package ipfs-http-gateway | ||
|
||
|
||
|
||
|
||
|
||
# [0.5.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.0) (2021-07-27) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [0.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-07-30) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* typo in 'multiformats' type defs ([#3778](https://github.com/ipfs/js-ipfs/issues/3778)) ([1bf35f8](https://github.com/ipfs/js-ipfs/commit/1bf35f8a1622dea1e88bfbd701205df4f96998b1)) | ||
|
||
|
||
|
||
|
||
|
||
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-07-27) | ||
|
||
|
||
|
Oops, something went wrong.