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
 - interface-ipfs-core@0.151.1
 - ipfs-cli@0.9.1
 - ipfs-client@0.7.1
 - ipfs-core-config@0.1.1
 - ipfs-core-types@0.8.1
 - ipfs-core-utils@0.11.1
 - ipfs-core@0.11.1
 - ipfs-daemon@0.10.1
 - ipfs-grpc-client@0.7.1
 - ipfs-grpc-protocol@0.5.1
 - ipfs-grpc-server@0.7.1
 - ipfs-http-client@53.0.1
 - ipfs-http-gateway@0.7.1
 - ipfs-http-response@1.0.2
 - ipfs-http-server@0.8.1
 - ipfs-message-port-client@0.9.1
 - ipfs-message-port-protocol@0.10.1
 - ipfs-message-port-server@0.10.1
 - ipfs@0.59.1
  • Loading branch information
achingbrain committed Sep 28, 2021
1 parent 6b79aa3 commit 5ddd0c5
Show file tree
Hide file tree
Showing 38 changed files with 228 additions and 71 deletions.
8 changes: 8 additions & 0 deletions packages/interface-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.151.1](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.151.0...interface-ipfs-core@0.151.1) (2021-09-28)

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





# [0.151.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.4...interface-ipfs-core@0.151.0) (2021-09-24)


Expand Down
4 changes: 2 additions & 2 deletions 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.151.0",
"version": "0.151.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"type": "module",
Expand Down Expand Up @@ -72,7 +72,7 @@
"copyfiles": "^2.4.1",
"delay": "^5.0.0",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.0",
"ipfs-core-types": "^0.8.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-importer": "^9.0.3",
"ipfs-utils": "^9.0.2",
Expand Down
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.9.1](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.9.0...ipfs-cli@0.9.1) (2021-09-28)

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





# [0.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.8...ipfs-cli@0.9.0) (2021-09-24)


Expand Down
12 changes: 6 additions & 6 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.9.0",
"version": "0.9.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -65,11 +65,11 @@
"err-code": "^3.0.1",
"execa": "^5.0.0",
"get-folder-size": "^2.0.1",
"ipfs-core": "^0.11.0",
"ipfs-core-types": "^0.8.0",
"ipfs-core-utils": "^0.11.0",
"ipfs-daemon": "^0.10.0",
"ipfs-http-client": "^53.0.0",
"ipfs-core": "^0.11.1",
"ipfs-core-types": "^0.8.1",
"ipfs-core-utils": "^0.11.1",
"ipfs-daemon": "^0.10.1",
"ipfs-http-client": "^53.0.1",
"ipfs-repo": "^13.0.4",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.7.0...ipfs-client@0.7.1) (2021-09-28)

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





# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.6...ipfs-client@0.7.0) (2021-09-24)


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.7.0",
"version": "0.7.1",
"description": "A client library to talk to local IPFS daemons",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -41,8 +41,8 @@
"dep-check": "aegir dep-check -i aegir -i rimraf"
},
"dependencies": {
"ipfs-grpc-client": "^0.7.0",
"ipfs-http-client": "^53.0.0",
"ipfs-grpc-client": "^0.7.1",
"ipfs-http-client": "^53.0.1",
"merge-options": "^3.0.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core-config/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.1.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.1.0...ipfs-core-config@0.1.1) (2021-09-28)

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





# [0.1.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.0.1...ipfs-core-config@0.1.0) (2021-09-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs-core-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-core-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "Package to store node and browser specific config for ipfs-core",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"devDependencies": {
"aegir": "^35.1.1",
"ipfs-core-utils": "^0.11.0",
"ipfs-core-utils": "^0.11.1",
"rimraf": "^3.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/ipfs-core-types/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.8.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.8.0...ipfs-core-types@0.8.1) (2021-09-28)

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





# [0.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.3...ipfs-core-types@0.8.0) (2021-09-24)


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.8.0",
"version": "0.8.1",
"description": "IPFS interface definitions used by implementations for API compatibility.",
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
"types": "types/src/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-core-utils/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.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.11.0...ipfs-core-utils@0.11.1) (2021-09-28)

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





# [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.5...ipfs-core-utils@0.11.0) (2021-09-24)


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.11.0",
"version": "0.11.1",
"description": "Package to share code between ipfs and ipfs-http-client",
"author": "Alex Potsides <alex@achingbrain.net>",
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-utils#readme",
Expand Down Expand Up @@ -111,7 +111,7 @@
"browser-readablestream-to-it": "^1.0.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.0",
"ipfs-core-types": "^0.8.1",
"ipfs-unixfs": "^6.0.3",
"ipfs-utils": "^9.0.2",
"it-all": "^1.0.4",
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.11.1](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.11.0...ipfs-core@0.11.1) (2021-09-28)

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





# [0.11.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core@0.10.8...ipfs-core@0.11.0) (2021-09-24)


Expand Down
12 changes: 6 additions & 6 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.11.0",
"version": "0.11.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -84,10 +84,10 @@
"interface-blockstore": "^2.0.2",
"interface-datastore": "^6.0.2",
"ipfs-bitswap": "^7.0.0",
"ipfs-core-config": "^0.1.0",
"ipfs-core-types": "^0.8.0",
"ipfs-core-utils": "^0.11.0",
"ipfs-http-client": "^53.0.0",
"ipfs-core-config": "^0.1.1",
"ipfs-core-types": "^0.8.1",
"ipfs-core-utils": "^0.11.1",
"ipfs-http-client": "^53.0.1",
"ipfs-repo": "^13.0.4",
"ipfs-unixfs": "^6.0.3",
"ipfs-unixfs-exporter": "^7.0.3",
Expand Down Expand Up @@ -137,7 +137,7 @@
"delay": "^5.0.0",
"go-ipfs": "0.9.1",
"interface-blockstore-tests": "^2.0.1",
"interface-ipfs-core": "^0.151.0",
"interface-ipfs-core": "^0.151.1",
"ipfsd-ctl": "^10.0.4",
"iso-url": "^1.0.0",
"libp2p-gossipsub": "^0.11.1",
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.10.1](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.10.0...ipfs-daemon@0.10.1) (2021-09-28)

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





# [0.10.0](https://github.com/ipfs/js-ipfs/compare/ipfs-daemon@0.9.8...ipfs-daemon@0.10.0) (2021-09-24)


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.10.0",
"version": "0.10.1",
"description": "JavaScript implementation of the IPFS specification",
"keywords": [
"IPFS"
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"debug": "^4.1.1",
"ipfs-core": "^0.11.0",
"ipfs-core-types": "^0.8.0",
"ipfs-grpc-server": "^0.7.0",
"ipfs-http-gateway": "^0.7.0",
"ipfs-http-server": "^0.8.0",
"ipfs-core": "^0.11.1",
"ipfs-core-types": "^0.8.1",
"ipfs-grpc-server": "^0.7.1",
"ipfs-http-gateway": "^0.7.1",
"ipfs-http-server": "^0.8.1",
"ipfs-utils": "^9.0.2",
"just-safe-set": "^2.2.1",
"libp2p": "^0.33.0",
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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.7.0...ipfs-grpc-client@0.7.1) (2021-09-28)

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





# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-client@0.6.5...ipfs-grpc-client@0.7.0) (2021-09-24)


Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "0.7.1",
"description": "A client library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -54,9 +54,9 @@
"change-case": "^4.1.1",
"debug": "^4.1.1",
"err-code": "^3.0.1",
"ipfs-core-types": "^0.8.0",
"ipfs-core-utils": "^0.11.0",
"ipfs-grpc-protocol": "^0.5.0",
"ipfs-core-types": "^0.8.1",
"ipfs-core-utils": "^0.11.1",
"ipfs-grpc-protocol": "^0.5.1",
"ipfs-unixfs": "^6.0.3",
"it-first": "^1.0.4",
"it-pushable": "^1.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ipfs-grpc-protocol/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.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.5.0...ipfs-grpc-protocol@0.5.1) (2021-09-28)

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





# [0.5.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-protocol@0.4.1...ipfs-grpc-protocol@0.5.0) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/ipfs-grpc-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-grpc-protocol",
"version": "0.5.0",
"version": "0.5.1",
"description": "Protobuf definitions 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.7.1](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.7.0...ipfs-grpc-server@0.7.1) (2021-09-28)

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





# [0.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-grpc-server@0.6.6...ipfs-grpc-server@0.7.0) (2021-09-24)


Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "0.7.1",
"description": "A server library for the IPFS gRPC API",
"keywords": [
"ipfs"
Expand Down Expand Up @@ -47,8 +47,8 @@
"change-case": "^4.1.1",
"coercer": "^1.1.2",
"debug": "^4.1.1",
"ipfs-core-types": "^0.8.0",
"ipfs-grpc-protocol": "^0.5.0",
"ipfs-core-types": "^0.8.1",
"ipfs-grpc-protocol": "^0.5.1",
"it-first": "^1.0.4",
"it-map": "^1.0.4",
"it-peekable": "^1.0.2",
Expand All @@ -62,7 +62,7 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"aegir": "^35.1.1",
"ipfs-core": "^0.11.0",
"ipfs-core": "^0.11.1",
"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.

## [53.0.1](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@53.0.0...ipfs-http-client@53.0.1) (2021-09-28)

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





# [53.0.0](https://github.com/ipfs/js-ipfs/compare/ipfs-http-client@52.0.5...ipfs-http-client@53.0.0) (2021-09-24)


Expand Down
Loading

0 comments on commit 5ddd0c5

Please sign in to comment.