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
  • Loading branch information
achingbrain committed Sep 9, 2020
1 parent 84303a0 commit 99c762b
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 8 deletions.
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.

## [47.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@47.0.1) (2020-09-09)

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





## [46.1.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.1.1) (2020-09-04)

**Note:** Version bump only for package ipfs-http-client
Expand Down
2 changes: 1 addition & 1 deletion 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": "47.0.0",
"version": "47.0.1",
"description": "A client library for the IPFS HTTP API",
"keywords": [
"ipfs"
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.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2020-09-09)

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





## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-09-04)

**Note:** Version bump only for package ipfs-message-port-client
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "0.2.2",
"description": "IPFS client library for accessing IPFS node over message port",
"keywords": [
"ipfs",
Expand Down Expand Up @@ -41,9 +41,9 @@
"aegir": "^26.0.0",
"cross-env": "^7.0.0",
"interface-ipfs-core": "^0.140.0",
"ipfs": "^0.50.1",
"ipfs": "^0.50.2",
"ipfs-message-port-protocol": "^0.2.0",
"ipfs-message-port-server": "^0.2.1",
"ipfs-message-port-server": "^0.2.2",
"ipld-dag-pb": "^0.20.0"
},
"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.2.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.2) (2020-09-09)

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





## [0.2.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.2.1) (2020-09-04)

**Note:** Version bump only for package ipfs-message-port-server
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1",
"version": "0.2.2",
"description": "IPFS server library for exposing IPFS node over message port",
"keywords": [
"ipfs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"aegir": "^26.0.0",
"cross-env": "^7.0.0",
"interface-ipfs-core": "^0.140.0",
"ipfs": "^0.50.1",
"ipfs": "^0.50.2",
"ipfs-message-port-protocol": "^0.2.0"
},
"engines": {
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.50.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.50.2) (2020-09-09)

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





## [0.50.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.50.1) (2020-09-04)

**Note:** Version bump only for package ipfs
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs",
"version": "0.50.1",
"version": "0.50.2",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -93,7 +93,7 @@
"ipfs-bitswap": "^3.0.0",
"ipfs-block-service": "^0.18.0",
"ipfs-core-utils": "^0.4.0",
"ipfs-http-client": "^47.0.0",
"ipfs-http-client": "^47.0.1",
"ipfs-http-response": "^0.6.0",
"ipfs-repo": "^6.0.3",
"ipfs-unixfs": "^2.0.2",
Expand Down

0 comments on commit 99c762b

Please sign in to comment.