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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - ipfs-cli@0.4.4
 - ipfs-client@0.3.4
 - ipfs-core@0.5.4
 - ipfs-daemon@0.5.4
 - ipfs-grpc-client@0.2.4
 - ipfs-grpc-server@0.2.4
 - ipfs-http-client@49.0.4
 - ipfs-http-server@0.3.4
 - ipfs-message-port-client@0.5.4
 - ipfs-message-port-server@0.6.3
 - ipfs@0.54.4
  • Loading branch information
achingbrain committed Mar 10, 2021
1 parent 611b8a4 commit 511147b
Show file tree
Hide file tree
Showing 22 changed files with 118 additions and 30 deletions.
8 changes: 8 additions & 0 deletions packages/ipfs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.3...ipfs-cli@0.4.4) (2021-03-10)

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





## [0.4.3](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.4.2...ipfs-cli@0.4.3) (2021-03-09)


Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.4.4",
"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.3",
"ipfs-core": "^0.5.4",
"ipfs-core-utils": "^0.7.2",
"ipfs-daemon": "^0.5.3",
"ipfs-http-client": "^49.0.3",
"ipfs-daemon": "^0.5.4",
"ipfs-http-client": "^49.0.4",
"ipfs-repo": "^8.0.0",
"ipfs-utils": "^6.0.1",
"ipld-dag-cbor": "^0.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.4](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.3...ipfs-client@0.3.4) (2021-03-10)

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





## [0.3.3](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.3.2...ipfs-client@0.3.3) (2021-03-09)


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.3",
"version": "0.3.4",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -39,8 +39,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.2.3",
"ipfs-http-client": "^49.0.3",
"ipfs-grpc-client": "^0.2.4",
"ipfs-http-client": "^49.0.4",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.3...ipfs-core@0.5.4) (2021-03-10)

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





## [0.5.3](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.5.2...ipfs-core@0.5.3) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.5.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.3...ipfs-daemon@0.5.4) (2021-03-10)

**Note:** Version bump only for package ipfs-daemon





## [0.5.3](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.5.2...ipfs-daemon@0.5.3) (2021-03-09)


Expand Down
10 changes: 5 additions & 5 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.3",
"version": "0.5.4",
"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.3",
"ipfs-grpc-server": "^0.2.3",
"ipfs-http-client": "^49.0.3",
"ipfs-core": "^0.5.4",
"ipfs-grpc-server": "^0.2.4",
"ipfs-http-client": "^49.0.4",
"ipfs-http-gateway": "^0.3.2",
"ipfs-http-server": "^0.3.3",
"ipfs-http-server": "^0.3.4",
"ipfs-utils": "^6.0.1",
"just-safe-set": "^2.1.0",
"libp2p": "^0.30.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.3...ipfs-grpc-client@0.2.4) (2021-03-10)

**Note:** Version bump only for package ipfs-grpc-client





## [0.2.3](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.2.2...ipfs-grpc-client@0.2.3) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.2.4",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.4](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.2.3...ipfs-grpc-server@0.2.4) (2021-03-10)

**Note:** Version bump only for package ipfs-grpc-server





## [0.2.3](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.2.2...ipfs-grpc-server@0.2.3) (2021-03-09)


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.3",
"version": "0.2.4",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"aegir": "^31.0.0",
"ipfs-core": "^0.5.3",
"ipfs-core": "^0.5.4",
"it-all": "^1.0.4",
"it-drain": "^1.0.3",
"rimraf": "^3.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-http-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [49.0.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@49.0.3...ipfs-http-client@49.0.4) (2021-03-10)

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





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


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "49.0.4",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -83,7 +83,7 @@
"aegir": "^31.0.0",
"delay": "^4.4.0",
"go-ipfs": "0.8.0",
"ipfs-core": "^0.5.3",
"ipfs-core": "^0.5.4",
"ipfsd-ctl": "^7.2.0",
"it-all": "^1.0.4",
"it-concat": "^1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-http-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.4](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.3...ipfs-http-server@0.3.4) (2021-03-10)

**Note:** Version bump only for package ipfs-http-server





## [0.3.3](https://github.com/ipfs/js-ipfs/compare/ipfs-http-server@0.3.2...ipfs-http-server@0.3.3) (2021-03-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-http-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-http-server",
"version": "0.3.3",
"version": "0.3.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"aegir": "^31.0.0",
"form-data": "^3.0.0",
"ipfs-http-client": "^49.0.3",
"ipfs-http-client": "^49.0.4",
"iso-random-stream": "^1.1.1",
"it-to-buffer": "^1.0.2",
"qs": "^6.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-message-port-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.4](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.3...ipfs-message-port-client@0.5.4) (2021-03-10)

**Note:** Version bump only for package ipfs-message-port-client





## [0.5.3](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-client@0.5.2...ipfs-message-port-client@0.5.3) (2021-03-09)


Expand Down
8 changes: 4 additions & 4 deletions packages/ipfs-message-port-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-message-port-client",
"version": "0.5.3",
"version": "0.5.4",
"description": "IPFS client library for accessing IPFS node over message port",
"keywords": [
"ipfs",
Expand Down Expand Up @@ -47,9 +47,9 @@
"devDependencies": {
"aegir": "^31.0.0",
"interface-ipfs-core": "^0.144.2",
"ipfs": "^0.54.3",
"ipfs-core": "^0.5.3",
"ipfs-message-port-server": "^0.6.2",
"ipfs": "^0.54.4",
"ipfs-core": "^0.5.4",
"ipfs-message-port-server": "^0.6.3",
"rimraf": "^3.0.2"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-message-port-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.2...ipfs-message-port-server@0.6.3) (2021-03-10)

**Note:** Version bump only for package ipfs-message-port-server





## [0.6.2](https://github.com/ipfs/js-ipfs/compare/ipfs-message-port-server@0.6.1...ipfs-message-port-server@0.6.2) (2021-03-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-message-port-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-message-port-server",
"version": "0.6.2",
"version": "0.6.3",
"description": "IPFS server library for exposing IPFS node over message port",
"keywords": [
"ipfs",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.54.4](https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.3...ipfs@0.54.4) (2021-03-10)

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





## [0.54.3](https://github.com/ipfs/js-ipfs/compare/ipfs@0.54.2...ipfs@0.54.3) (2021-03-09)


Expand Down
10 changes: 5 additions & 5 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs",
"version": "0.54.3",
"version": "0.54.4",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"debug": "^4.1.1",
"ipfs-cli": "^0.4.3",
"ipfs-core": "^0.5.3",
"ipfs-cli": "^0.4.4",
"ipfs-core": "^0.5.4",
"ipfs-repo": "^8.0.0",
"semver": "^7.3.2",
"update-notifier": "^5.0.0"
Expand All @@ -51,8 +51,8 @@
"electron-webrtc": "^0.3.0",
"go-ipfs": "0.8.0",
"interface-ipfs-core": "^0.144.2",
"ipfs-client": "^0.3.3",
"ipfs-http-client": "^49.0.3",
"ipfs-client": "^0.3.4",
"ipfs-http-client": "^49.0.4",
"ipfs-interop": "^4.0.3",
"ipfs-utils": "^6.0.1",
"ipfsd-ctl": "^7.2.0",
Expand Down

0 comments on commit 511147b

Please sign in to comment.