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

File tree

38 files changed

+223
-68
lines changed

38 files changed

+223
-68
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.152.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.152.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package interface-ipfs-core
9+
10+
11+
12+
13+
614
## [0.152.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.152.1) (2021-11-19)
715

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

packages/interface-ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.152.1",
3+
"version": "0.152.2",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"type": "module",
@@ -72,7 +72,7 @@
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.8.3",
75+
"ipfs-core-types": "^0.8.4",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.2",

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.10.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.2) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-cli
9+
10+
11+
12+
13+
614
## [0.10.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.10.1) (2021-11-19)
715

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

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.12.1",
69-
"ipfs-core-types": "^0.8.3",
70-
"ipfs-core-utils": "^0.12.1",
71-
"ipfs-daemon": "^0.10.3",
72-
"ipfs-http-client": "^54.0.1",
68+
"ipfs-core": "^0.12.2",
69+
"ipfs-core-types": "^0.8.4",
70+
"ipfs-core-utils": "^0.12.2",
71+
"ipfs-daemon": "^0.10.4",
72+
"ipfs-http-client": "^54.0.2",
7373
"ipfs-repo": "^13.0.4",
7474
"ipfs-utils": "^9.0.2",
7575
"it-all": "^1.0.4",

packages/ipfs-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+
## [0.7.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-client
9+
10+
11+
12+
13+
614
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.3) (2021-11-19)
715

816
**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.7.3",
3+
"version": "0.7.4",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -41,8 +41,8 @@
4141
"dep-check": "aegir dep-check -i aegir -i rimraf"
4242
},
4343
"dependencies": {
44-
"ipfs-grpc-client": "^0.8.1",
45-
"ipfs-http-client": "^54.0.1",
44+
"ipfs-grpc-client": "^0.8.2",
45+
"ipfs-http-client": "^54.0.2",
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {

packages/ipfs-core-config/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.1.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-core-config
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.3) (2021-11-19)
715

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

packages/ipfs-core-config/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-config",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <[email protected]>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"aegir": "^36.0.1",
109-
"ipfs-core-utils": "^0.12.1",
109+
"ipfs-core-utils": "^0.12.2",
110110
"rimraf": "^3.0.2"
111111
}
112112
}

packages/ipfs-core-types/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.8.4](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.4) (2021-11-24)
7+
8+
**Note:** Version bump only for package ipfs-core-types
9+
10+
11+
12+
13+
614
## [0.8.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.8.3) (2021-11-19)
715

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

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

0 commit comments

Comments
 (0)