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

Commit 84cfa55

Browse files

File tree

14 files changed

+88
-20
lines changed

14 files changed

+88
-20
lines changed

packages/interface-ipfs-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.139.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.139.1) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12+
13+
14+
15+
16+
617
# [0.139.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.139.0) (2020-08-12)
718

819

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.139.0",
3+
"version": "0.139.1",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <[email protected]>",
66
"main": "src/index.js",

packages/ipfs-core-utils/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.2](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.2) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12+
13+
14+
15+
16+
617
## [0.3.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.3.1) (2020-08-12)
718

819

packages/ipfs-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-utils",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Package to share code between ipfs and ipfs-http-client",
55
"main": "src/index.js",
66
"author": "Alex Potsides <[email protected]>",

packages/ipfs-http-client/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [46.0.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.0.1) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12+
13+
14+
15+
16+
617
# [46.0.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@46.0.0) (2020-08-12)
718

819

packages/ipfs-http-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-http-client",
3-
"version": "46.0.0",
3+
"version": "46.0.1",
44
"description": "A client library for the IPFS HTTP API",
55
"keywords": [
66
"ipfs"
@@ -47,7 +47,7 @@
4747
"cids": "^0.8.3",
4848
"debug": "^4.1.0",
4949
"form-data": "^3.0.0",
50-
"ipfs-core-utils": "^0.3.1",
50+
"ipfs-core-utils": "^0.3.2",
5151
"ipfs-utils": "^3.0.0",
5252
"ipld-block": "^0.9.2",
5353
"ipld-dag-cbor": "^0.16.0",
@@ -73,7 +73,7 @@
7373
"aegir": "^23.0.0",
7474
"cross-env": "^7.0.0",
7575
"go-ipfs": "^0.6.0",
76-
"interface-ipfs-core": "^0.139.0",
76+
"interface-ipfs-core": "^0.139.1",
7777
"ipfsd-ctl": "^5.0.0",
7878
"it-all": "^1.0.1",
7979
"it-concat": "^1.0.0",

packages/ipfs-message-port-client/CHANGELOG.md

+8
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.1) (2020-08-24)
7+
8+
**Note:** Version bump only for package ipfs-message-port-client
9+
10+
11+
12+
13+
614
# 0.1.0 (2020-08-12)
715

816

packages/ipfs-message-port-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "IPFS client library for accessing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -40,10 +40,10 @@
4040
"devDependencies": {
4141
"aegir": "^23.0.0",
4242
"cross-env": "^7.0.0",
43-
"interface-ipfs-core": "^0.139.0",
44-
"ipfs": "^0.49.0",
45-
"ipfs-message-port-protocol": "^0.1.0",
46-
"ipfs-message-port-server": "^0.1.0",
43+
"interface-ipfs-core": "^0.139.1",
44+
"ipfs": "^0.49.1",
45+
"ipfs-message-port-protocol": "^0.1.1",
46+
"ipfs-message-port-server": "^0.1.1",
4747
"ipld-dag-pb": "^0.19.0"
4848
},
4949
"engines": {

packages/ipfs-message-port-protocol/CHANGELOG.md

+8
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.1) (2020-08-24)
7+
8+
**Note:** Version bump only for package ipfs-message-port-protocol
9+
10+
11+
12+
13+
614
# 0.1.0 (2020-08-12)
715

816

packages/ipfs-message-port-protocol/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-protocol",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "IPFS client/server protocol over message port",
55
"keywords": [
66
"ipfs"
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"aegir": "^23.0.0",
41-
"interface-ipfs-core": "^0.139.0"
41+
"interface-ipfs-core": "^0.139.1"
4242
},
4343
"engines": {
4444
"node": ">=10.3.0",

packages/ipfs-message-port-server/CHANGELOG.md

+8
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.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.1.1) (2020-08-24)
7+
8+
**Note:** Version bump only for package ipfs-message-port-server
9+
10+
11+
12+
13+
614
# 0.1.0 (2020-08-12)
715

816

packages/ipfs-message-port-server/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-message-port-server",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "IPFS server library for exposing IPFS node over message port",
55
"keywords": [
66
"ipfs",
@@ -41,9 +41,9 @@
4141
"@types/it-all": "^1.0.0",
4242
"aegir": "^23.0.0",
4343
"cross-env": "^7.0.0",
44-
"interface-ipfs-core": "^0.139.0",
45-
"ipfs": "^0.49.0",
46-
"ipfs-message-port-protocol": "^0.1.0"
44+
"interface-ipfs-core": "^0.139.1",
45+
"ipfs": "^0.49.1",
46+
"ipfs-message-port-protocol": "^0.1.1"
4747
},
4848
"engines": {
4949
"node": ">=10.3.0",

packages/ipfs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.49.1](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.49.1) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* validate ipns records with inline public keys ([#3224](https://github.com/ipfs/js-ipfs/issues/3224)) ([5cc0e08](https://github.com/ipfs/js-ipfs/commit/5cc0e086b036e7ba40b09768b67b7067adca43c1))
12+
13+
14+
15+
16+
617
# [0.49.0](https://github.com/ipfs/js-ipfs/compare/[email protected]@0.49.0) (2020-08-12)
718

819

packages/ipfs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs",
3-
"version": "0.49.0",
3+
"version": "0.49.1",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -94,8 +94,8 @@
9494
"interface-datastore": "^1.0.2",
9595
"ipfs-bitswap": "^2.0.1",
9696
"ipfs-block-service": "^0.17.1",
97-
"ipfs-core-utils": "^0.3.1",
98-
"ipfs-http-client": "^46.0.0",
97+
"ipfs-core-utils": "^0.3.2",
98+
"ipfs-http-client": "^46.0.1",
9999
"ipfs-http-response": "^0.5.0",
100100
"ipfs-repo": "^4.0.0",
101101
"ipfs-unixfs": "^1.0.3",
@@ -179,7 +179,7 @@
179179
"delay": "^4.3.0",
180180
"form-data": "^3.0.0",
181181
"go-ipfs": "^0.6.0",
182-
"interface-ipfs-core": "^0.139.0",
182+
"interface-ipfs-core": "^0.139.1",
183183
"ipfs-interop": "^2.0.0",
184184
"ipfsd-ctl": "^5.0.0",
185185
"iso-random-stream": "^1.1.1",

0 commit comments

Comments
 (0)