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

Commit badc185

Browse files
committed
1 parent 10fab15 commit badc185

File tree

10 files changed

+92
-11
lines changed

10 files changed

+92
-11
lines changed

examples/test-ipfs-example/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+
## [2.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@2.0.2) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes browser script tag example ([#3034](https://github.com/ipfs/js-ipfs/issues/3034)) ([ee8b769](https://github.com/ipfs/js-ipfs/commit/ee8b769b96f7e3c8414bbf85853ab4e21e8fd11c)), closes [#3027](https://github.com/ipfs/js-ipfs/issues/3027)
12+
13+
14+
15+
16+
617
## [2.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@2.0.1) (2020-04-08)
718

819
**Note:** Version bump only for package test-ipfs-example

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.0.1",
3+
"version": "2.0.2",
44
"description": "Examples of how to use IPFS",
55
"bin": {
66
"test-ipfs-example": "./test.js"

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.135.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.135.0) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes browser script tag example ([#3034](https://github.com/ipfs/js-ipfs/issues/3034)) ([ee8b769](https://github.com/ipfs/js-ipfs/commit/ee8b769b96f7e3c8414bbf85853ab4e21e8fd11c)), closes [#3027](https://github.com/ipfs/js-ipfs/issues/3027)
12+
* remove node globals ([#2932](https://github.com/ipfs/js-ipfs/issues/2932)) ([d0d2f74](https://github.com/ipfs/js-ipfs/commit/d0d2f74cef4e439c6d2baadba1f1f9f52534fcba))
13+
* typeof bug when passing timeout to dag.get ([#3035](https://github.com/ipfs/js-ipfs/issues/3035)) ([026a542](https://github.com/ipfs/js-ipfs/commit/026a5423e00992968840c9236afe47bdab9ee834))
14+
15+
16+
### Features
17+
18+
* cancellable api calls ([#2993](https://github.com/ipfs/js-ipfs/issues/2993)) ([2b24f59](https://github.com/ipfs/js-ipfs/commit/2b24f590041a0df9da87b75ae2344232fe22fe3a)), closes [#3015](https://github.com/ipfs/js-ipfs/issues/3015)
19+
20+
21+
22+
23+
624
## [0.134.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.134.3) (2020-05-05)
725

826
**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.134.3",
3+
"version": "0.135.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-core-utils/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.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* remove node globals ([#2932](https://github.com/ipfs/js-ipfs/issues/2932)) ([d0d2f74](https://github.com/ipfs/js-ipfs/commit/d0d2f74cef4e439c6d2baadba1f1f9f52534fcba))
12+
13+
14+
### Features
15+
16+
* cancellable api calls ([#2993](https://github.com/ipfs/js-ipfs/issues/2993)) ([2b24f59](https://github.com/ipfs/js-ipfs/commit/2b24f590041a0df9da87b75ae2344232fe22fe3a)), closes [#3015](https://github.com/ipfs/js-ipfs/issues/3015)
17+
18+
19+
20+
21+
622
## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2020-05-05)
723

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

packages/ipfs-core-utils/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-utils",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"main": "src/index.js",
66
"author": "Alex Potsides <[email protected]>",

packages/ipfs-http-client/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
# [44.1.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.1.0) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes browser script tag example ([#3034](https://github.com/ipfs/js-ipfs/issues/3034)) ([ee8b769](https://github.com/ipfs/js-ipfs/commit/ee8b769b96f7e3c8414bbf85853ab4e21e8fd11c)), closes [#3027](https://github.com/ipfs/js-ipfs/issues/3027)
12+
* remove node globals ([#2932](https://github.com/ipfs/js-ipfs/issues/2932)) ([d0d2f74](https://github.com/ipfs/js-ipfs/commit/d0d2f74cef4e439c6d2baadba1f1f9f52534fcba))
13+
* typeof bug when passing timeout to dag.get ([#3035](https://github.com/ipfs/js-ipfs/issues/3035)) ([026a542](https://github.com/ipfs/js-ipfs/commit/026a5423e00992968840c9236afe47bdab9ee834))
14+
15+
16+
### Features
17+
18+
* cancellable api calls ([#2993](https://github.com/ipfs/js-ipfs/issues/2993)) ([2b24f59](https://github.com/ipfs/js-ipfs/commit/2b24f590041a0df9da87b75ae2344232fe22fe3a)), closes [#3015](https://github.com/ipfs/js-ipfs/issues/3015)
19+
20+
21+
22+
23+
624
## [44.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.0.3) (2020-05-05)
725

826
**Note:** Version bump only for package ipfs-http-client

packages/ipfs-http-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-http-client",
3-
"version": "44.0.3",
3+
"version": "44.1.0",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -46,7 +46,7 @@
4646
"cids": "^0.8.0",
4747
"debug": "^4.1.0",
4848
"form-data": "^3.0.0",
49-
"ipfs-core-utils": "^0.2.2",
49+
"ipfs-core-utils": "^0.2.3",
5050
"ipfs-utils": "^2.2.2",
5151
"ipld-block": "^0.9.1",
5252
"ipld-dag-cbor": "^0.15.2",
@@ -71,7 +71,7 @@
7171
"aegir": "^22.0.0",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "0.4.23-3",
74-
"interface-ipfs-core": "^0.134.3",
74+
"interface-ipfs-core": "^0.135.0",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.44.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.44.0) (2020-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* fixes browser script tag example ([#3034](https://github.com/ipfs/js-ipfs/issues/3034)) ([ee8b769](https://github.com/ipfs/js-ipfs/commit/ee8b769b96f7e3c8414bbf85853ab4e21e8fd11c)), closes [#3027](https://github.com/ipfs/js-ipfs/issues/3027)
12+
* remove ipld all formats and fix traverse ipld example ([#3025](https://github.com/ipfs/js-ipfs/issues/3025)) ([e6079c1](https://github.com/ipfs/js-ipfs/commit/e6079c17d5656e92dd5191f0581000c6a782c7ed))
13+
* remove node globals ([#2932](https://github.com/ipfs/js-ipfs/issues/2932)) ([d0d2f74](https://github.com/ipfs/js-ipfs/commit/d0d2f74cef4e439c6d2baadba1f1f9f52534fcba))
14+
15+
16+
### Features
17+
18+
* cancellable api calls ([#2993](https://github.com/ipfs/js-ipfs/issues/2993)) ([2b24f59](https://github.com/ipfs/js-ipfs/commit/2b24f590041a0df9da87b75ae2344232fe22fe3a)), closes [#3015](https://github.com/ipfs/js-ipfs/issues/3015)
19+
20+
21+
22+
23+
624
## [0.43.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.43.3) (2020-05-05)
725

826
**Note:** Version bump only for package ipfs

packages/ipfs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.43.3",
3+
"version": "0.44.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -95,14 +95,14 @@
9595
"interface-datastore": "^0.8.3",
9696
"ipfs-bitswap": "^0.27.2",
9797
"ipfs-block-service": "^0.16.0",
98-
"ipfs-core-utils": "^0.2.2",
99-
"ipfs-http-client": "^44.0.3",
98+
"ipfs-core-utils": "^0.2.3",
99+
"ipfs-http-client": "^44.1.0",
100100
"ipfs-http-response": "^0.5.0",
101-
"ipfs-utils": "^2.2.2",
102101
"ipfs-repo": "^2.0.1",
103102
"ipfs-unixfs": "^1.0.2",
104103
"ipfs-unixfs-exporter": "^2.0.1",
105104
"ipfs-unixfs-importer": "^2.0.1",
105+
"ipfs-utils": "^2.2.2",
106106
"ipld": "^0.26.2",
107107
"ipld-bitcoin": "^0.3.0",
108108
"ipld-block": "^0.9.1",
@@ -182,7 +182,7 @@
182182
"execa": "^4.0.0",
183183
"form-data": "^3.0.0",
184184
"go-ipfs-dep": "0.4.23-3",
185-
"interface-ipfs-core": "^0.134.3",
185+
"interface-ipfs-core": "^0.135.0",
186186
"ipfs-interop": "^1.0.3",
187187
"ipfsd-ctl": "^4.1.1",
188188
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)