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

Commit

Permalink
Show file tree
Hide file tree
Showing 32 changed files with 230 additions and 53 deletions.
11 changes: 11 additions & 0 deletions packages/interface-ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.144.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.2) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.144.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.144.1) (2021-02-08)

**Note:** Version bump only for package interface-ipfs-core
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
"version": "0.144.1",
"version": "0.144.2",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alex Potsides <[email protected]>",
"main": "src/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.4.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.4.2) (2021-02-08)

**Note:** Version bump only for package ipfs-cli
Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-cli",
"version": "0.4.2",
"version": "0.4.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -35,10 +35,10 @@
"err-code": "^2.0.3",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.5.2",
"ipfs-core-utils": "^0.7.1",
"ipfs-daemon": "^0.5.2",
"ipfs-http-client": "^49.0.2",
"ipfs-core": "^0.5.3",
"ipfs-core-utils": "^0.7.2",
"ipfs-daemon": "^0.5.3",
"ipfs-http-client": "^49.0.3",
"ipfs-repo": "^8.0.0",
"ipfs-utils": "^6.0.1",
"ipld-dag-cbor": "^0.17.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-02-08)

**Note:** Version bump only for package ipfs-client
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-client",
"version": "0.3.2",
"version": "0.3.3",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -38,8 +38,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.2.2",
"ipfs-http-client": "^49.0.2",
"ipfs-grpc-client": "^0.2.3",
"ipfs-http-client": "^49.0.3",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/ipfs-core-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-03-09)


### Bug Fixes

* bitswap related typedefs ([#3580](https://github.com/ipfs/js-ipfs/issues/3580)) ([1af82d1](https://github.com/ipfs/js-ipfs/commit/1af82d1ca4bd447d8c162e1fd8da8b043131969c))
* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





# [0.3.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.0) (2021-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-types",
"version": "0.3.0",
"version": "0.3.1",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"leadMaintainer": "Alex Potsides <[email protected]>",
"types": "src/index.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.2) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.7.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.7.1) (2021-02-08)

**Note:** Version bump only for package ipfs-core-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-utils",
"version": "0.7.1",
"version": "0.7.2",
"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",
Expand Down Expand Up @@ -41,7 +41,7 @@
"browser-readablestream-to-it": "^1.0.1",
"cids": "^1.1.5",
"err-code": "^2.0.3",
"ipfs-core-types": "^0.3.0",
"ipfs-core-types": "^0.3.1",
"ipfs-utils": "^6.0.1",
"it-all": "^1.0.4",
"it-map": "^1.0.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2021-02-08)


Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core",
"version": "0.5.2",
"version": "0.5.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -70,8 +70,8 @@
"interface-datastore": "^3.0.3",
"ipfs-bitswap": "^4.0.2",
"ipfs-block-service": "^0.18.0",
"ipfs-core-types": "^0.3.0",
"ipfs-core-utils": "^0.7.1",
"ipfs-core-types": "^0.3.1",
"ipfs-core-utils": "^0.7.2",
"ipfs-repo": "^8.0.0",
"ipfs-unixfs": "^2.0.3",
"ipfs-unixfs-exporter": "^3.0.4",
Expand Down Expand Up @@ -121,7 +121,7 @@
"aegir": "^31.0.0",
"delay": "^4.4.0",
"go-ipfs": "0.8.0",
"interface-ipfs-core": "^0.144.1",
"interface-ipfs-core": "^0.144.2",
"ipfsd-ctl": "^7.2.0",
"ipld-git": "^0.6.1",
"iso-url": "^1.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.5.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.5.2) (2021-02-08)

**Note:** Version bump only for package ipfs-daemon
Expand Down
12 changes: 6 additions & 6 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-daemon",
"version": "0.5.2",
"version": "0.5.3",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -29,11 +29,11 @@
"dependencies": {
"debug": "^4.1.1",
"dlv": "^1.1.3",
"ipfs-core": "^0.5.2",
"ipfs-grpc-server": "^0.2.2",
"ipfs-http-client": "^49.0.2",
"ipfs-http-gateway": "^0.3.1",
"ipfs-http-server": "^0.3.2",
"ipfs-core": "^0.5.3",
"ipfs-grpc-server": "^0.2.3",
"ipfs-http-client": "^49.0.3",
"ipfs-http-gateway": "^0.3.2",
"ipfs-http-server": "^0.3.3",
"ipfs-utils": "^6.0.1",
"just-safe-set": "^2.1.0",
"libp2p": "^0.30.7",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-02-08)

**Note:** Version bump only for package ipfs-grpc-client
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-client",
"version": "0.2.2",
"version": "0.2.3",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -44,7 +44,7 @@
"cids": "^1.1.5",
"debug": "^4.1.1",
"err-code": "^2.0.3",
"ipfs-core-utils": "^0.7.1",
"ipfs-core-utils": "^0.7.2",
"ipfs-grpc-protocol": "^0.2.0",
"it-first": "^1.0.4",
"it-pushable": "^1.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2021-02-08)

**Note:** Version bump only for package ipfs-grpc-server
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-grpc-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-server",
"version": "0.2.2",
"version": "0.2.3",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -49,8 +49,8 @@
"ws": "^7.3.1"
},
"devDependencies": {
"ipfs-core": "^0.5.2",
"aegir": "^31.0.0",
"ipfs-core": "^0.5.3",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [49.0.3](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.3) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [49.0.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@49.0.2) (2021-02-08)

**Note:** Version bump only for package ipfs-http-client
Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-client",
"version": "49.0.2",
"version": "49.0.3",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -57,8 +57,8 @@
"cids": "^1.1.5",
"debug": "^4.1.1",
"form-data": "^3.0.0",
"ipfs-core-types": "^0.3.0",
"ipfs-core-utils": "^0.7.1",
"ipfs-core-types": "^0.3.1",
"ipfs-core-utils": "^0.7.2",
"ipfs-utils": "^6.0.1",
"ipld-block": "^0.11.0",
"ipld-dag-cbor": "^0.17.0",
Expand All @@ -83,7 +83,7 @@
"aegir": "^31.0.0",
"delay": "^4.4.0",
"go-ipfs": "0.8.0",
"ipfs-core": "^0.5.2",
"ipfs-core": "^0.5.3",
"ipfsd-ctl": "^7.2.0",
"it-all": "^1.0.4",
"it-concat": "^1.0.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/ipfs-http-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2021-03-09)


### Bug Fixes

* update to new aegir ([#3528](https://github.com/ipfs/js-ipfs/issues/3528)) ([49f7880](https://github.com/ipfs/js-ipfs/commit/49f78807d7e26483bd926b45cc7e0f797d77e41b))





## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2021-02-08)

**Note:** Version bump only for package ipfs-http-gateway
Expand Down
Loading

0 comments on commit 0af3b76

Please sign in to comment.