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

Commit 7aaf57e

Browse files
committed
1 parent fad81d6 commit 7aaf57e

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.136.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.136.1) (2020-08-12)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
# [0.136.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.136.0) (2020-06-05)
715

816

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.136.0",
3+
"version": "0.136.1",
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-http-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.2.1) (2020-08-12)
7+
8+
**Note:** Version bump only for package ipfs-http-client
9+
10+
11+
12+
13+
614
# [44.2.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@44.2.0) (2020-06-05)
715

816

packages/ipfs-http-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "44.2.0",
3+
"version": "44.2.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -71,7 +71,7 @@
7171
"aegir": "^22.0.0",
7272
"cross-env": "^7.0.0",
7373
"go-ipfs-dep": "^0.5.1",
74-
"interface-ipfs-core": "^0.136.0",
74+
"interface-ipfs-core": "^0.136.1",
7575
"ipfsd-ctl": "^4.1.1",
7676
"it-all": "^1.0.1",
7777
"it-concat": "^1.0.0",

packages/ipfs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.46.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.46.1) (2020-08-12)
7+
8+
**Note:** Version bump only for package ipfs
9+
10+
11+
12+
13+
614
# [0.46.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.46.0) (2020-06-05)
715

816

packages/ipfs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.46.0",
3+
"version": "0.46.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -95,7 +95,7 @@
9595
"ipfs-bitswap": "^1.0.0",
9696
"ipfs-block-service": "^0.17.1",
9797
"ipfs-core-utils": "^0.2.3",
98-
"ipfs-http-client": "^44.2.0",
98+
"ipfs-http-client": "^44.2.1",
9999
"ipfs-http-response": "^0.5.0",
100100
"ipfs-repo": "^3.0.0",
101101
"ipfs-unixfs": "^1.0.3",
@@ -182,7 +182,7 @@
182182
"execa": "^4.0.0",
183183
"form-data": "^3.0.0",
184184
"go-ipfs-dep": "^0.5.1",
185-
"interface-ipfs-core": "^0.136.0",
185+
"interface-ipfs-core": "^0.136.1",
186186
"ipfs-interop": "^1.0.4",
187187
"ipfsd-ctl": "^4.1.1",
188188
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)