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

File tree

26 files changed

+156
-43
lines changed

26 files changed

+156
-43
lines changed

packages/ipfs-cli/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.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-01-20)
715

816
**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.1",
3+
"version": "0.3.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -37,10 +37,10 @@
3737
"err-code": "^2.0.3",
3838
"execa": "^5.0.0",
3939
"get-folder-size": "^2.0.1",
40-
"ipfs-core": "^0.4.1",
41-
"ipfs-core-utils": "^0.6.0",
42-
"ipfs-daemon": "^0.4.1",
43-
"ipfs-http-client": "^48.2.1",
40+
"ipfs-core": "^0.4.2",
41+
"ipfs-core-utils": "^0.6.1",
42+
"ipfs-daemon": "^0.4.2",
43+
"ipfs-http-client": "^48.2.2",
4444
"ipfs-repo": "^7.0.0",
4545
"ipfs-utils": "^5.0.0",
4646
"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.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* issue with isolateModules flag ([#3495](https://github.com/ipfs/js-ipfs/issues/3495)) ([839e190](https://github.com/ipfs/js-ipfs/commit/839e1908f3c050b45af176883a7e450fb339bef0)), closes [#3494](https://github.com/ipfs/js-ipfs/issues/3494) [#3498](https://github.com/ipfs/js-ipfs/issues/3498) [/github.com/ipfs-shipyard/ipfs-webui/pull/1655#issuecomment-763846124](https://github.com//github.com/ipfs-shipyard/ipfs-webui/pull/1655/issues/issuecomment-763846124)
12+
13+
14+
15+
16+
617
## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2021-01-20)
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.2.1",
3+
"version": "0.2.2",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -40,8 +40,8 @@
4040
"dep-check": "aegir dep-check -i aegir -i typescript -i rimraf"
4141
},
4242
"dependencies": {
43-
"ipfs-grpc-client": "^0.1.1",
44-
"ipfs-http-client": "^48.2.1",
43+
"ipfs-grpc-client": "^0.1.2",
44+
"ipfs-http-client": "^48.2.2",
4545
"merge-options": "^2.0.0"
4646
},
4747
"devDependencies": {

packages/ipfs-core-types/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.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2021-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* issue with isolateModules flag ([#3495](https://github.com/ipfs/js-ipfs/issues/3495)) ([839e190](https://github.com/ipfs/js-ipfs/commit/839e1908f3c050b45af176883a7e450fb339bef0)), closes [#3494](https://github.com/ipfs/js-ipfs/issues/3494) [#3498](https://github.com/ipfs/js-ipfs/issues/3498) [/github.com/ipfs-shipyard/ipfs-webui/pull/1655#issuecomment-763846124](https://github.com//github.com/ipfs-shipyard/ipfs-webui/pull/1655/issues/issuecomment-763846124)
12+
13+
14+
15+
16+
617
# 0.2.0 (2021-01-15)
718

819

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.0",
3+
"version": "0.2.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: 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.6.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.1) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-core-utils
9+
10+
11+
12+
13+
614
# [0.6.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.6.0) (2021-01-15)
715

816

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.6.0",
3+
"version": "0.6.1",
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",
@@ -43,7 +43,7 @@
4343
"browser-readablestream-to-it": "^1.0.1",
4444
"cids": "^1.1.5",
4545
"err-code": "^2.0.3",
46-
"ipfs-core-types": "^0.2.0",
46+
"ipfs-core-types": "^0.2.1",
4747
"ipfs-utils": "^5.0.0",
4848
"it-all": "^1.0.4",
4949
"it-map": "^1.0.4",

packages/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.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2021-01-22)
7+
8+
**Note:** Version bump only for package ipfs-core
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.1) (2021-01-20)
715

816
**Note:** Version bump only for package ipfs-core

packages/ipfs-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -70,8 +70,8 @@
7070
"interface-datastore": "^2.0.0",
7171
"ipfs-bitswap": "^4.0.0",
7272
"ipfs-block-service": "^0.18.0",
73-
"ipfs-core-types": "^0.2.0",
74-
"ipfs-core-utils": "^0.6.0",
73+
"ipfs-core-types": "^0.2.1",
74+
"ipfs-core-utils": "^0.6.1",
7575
"ipfs-repo": "^7.0.0",
7676
"ipfs-unixfs": "^2.0.3",
7777
"ipfs-unixfs-exporter": "^3.0.4",

0 commit comments

Comments
 (0)