8000 chore: publish · ipfs/js-ipfs@cbd3e94 · GitHub 8000
[go: up one dir, main page]

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

Commit cbd3e94

Browse files
committed
chore: publish
- interface-ipfs-core@0.151.0 - ipfs-cli@0.9.0 - ipfs-client@0.7.0 - ipfs-core-config@0.1.0 - ipfs-core-types@0.8.0 - ipfs-core-utils@0.11.0 - ipfs-core@0.11.0 - ipfs-daemon@0.10.0 - ipfs-grpc-client@0.7.0 - ipfs-grpc-protocol@0.5.0 - ipfs-grpc-server@0.7.0 - ipfs-http-client@53.0.0 - ipfs-http-gateway@0.7.0 - ipfs-http-server@0.8.0 - ipfs-message-port-client@0.9.0 - ipfs-message-port-protocol@0.10.0 - ipfs-message-port-server@0.10.0 - ipfs@0.59.0
1 parent 98710c6 commit cbd3e94

File tree

36 files changed

+378
-66
lines changed

36 files changed

+378
-66
lines changed

packages/interface-ipfs-core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.151.0](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.4...interface-ipfs-core@0.151.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.150.4](https://github.com/ipfs/js-ipfs/compare/interface-ipfs-core@0.150.3...interface-ipfs-core@0.150.4) (2021-09-17)
725

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

packages/interface-ipfs-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-ipfs-core",
3-
"version": "0.150.4",
3+
"version": "0.151.0",
44
"description": "A test suite and interface you can use to implement a IPFS core interface.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"type": "module",
@@ -72,7 +72,7 @@
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
75-
"ipfs-core-types": "^0.7.3",
75+
"ipfs-core-types": "^0.8.0",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
7878
"ipfs-utils": "^9.0.1",

packages/ipfs-cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.9.0](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.8...ipfs-cli@0.9.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
18+
* There are no default exports and everything is now dual published as ESM/CJS
19+
20+
21+
22+
23+
624
## [0.8.8](https://github.com/ipfs/js-ipfs/compare/ipfs-cli@0.8.7...ipfs-cli@0.8.8) (2021-09-17)
725

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

packages/ipfs-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-cli",
3-
"version": "0.8.8",
3+
"version": "0.9.0",
44
"description": "JavaScript implementation of the IPFS specification",
55
"keywords": [
66
"IPFS"
@@ -65,11 +65,11 @@
6565
"err-code": "^3.0.1",
6666
"execa": "^5.0.0",
6767
"get-folder-size": "^2.0.1",
68-
"ipfs-core": "^0.10.8",
69-
"ipfs-core-types": "^0.7.3",
70-
"ipfs-core-utils": "^0.10.5",
71-
"ipfs-daemon": "^0.9.8",
72-
"ipfs-http-client": "^52.0.5",
68+
"ipfs-core": "^0.11.0",
69+
"ipfs-core-types": "^0.8.0",
70+
"ipfs-core-utils": "^0.11.0",
71+
"ipfs-daemon": "^0.10.0",
72+
"ipfs-http-client": "^53.0.0",
7373
"ipfs-repo": "^13.0.4",
7474
"ipfs-utils": "^9.0.1",
7575
"it-all": "^1.0.4",

packages/ipfs-client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.7.0](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.6...ipfs-client@0.7.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* There are no default exports and everything is now dual published as ESM/CJS
17+
18+
19+
20+
21+
622
## [0.6.6](https://github.com/ipfs/js-ipfs/compare/ipfs-client@0.6.5...ipfs-client@0.6.6) (2021-09-17)
723

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

packages/ipfs-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-client",
3-
"version": "0.6.6",
3+
"version": "0.7.0",
44
"description": "A client library to talk to local IPFS daemons",
55
"keywords": [
66
"ipfs"
@@ -41,8 +41,8 @@
4141
"dep-check": "aegir dep-check -i aegir -i rimraf"
4242
},
4343
"dependencies": {
44-
"ipfs-grpc-client": "^0.6.5",
45-
"ipfs-http-client": "^52.0.5",
44+
"ipfs-grpc-client": "^0.7.0",
45+
"ipfs-http-client": "< 10000 /span>^53.0.0",
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {

packages/ipfs-core-config/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-config@0.0.1...ipfs-core-config@0.1.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* pull in new globSource ([#3889](https://github.com/ipfs/js-ipfs/issues/3889)) ([be4a542](https://github.com/ipfs/js-ipfs/commit/be4a5428ebc4b05a2edd9a91bf9df6416c1a8c2b))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the globSource api has changed from `globSource(dir, opts)` to `globSource(dir, pattern, opts)`
17+
18+
19+
20+
21+
622
## [0.10.5](https://github.com/ipfs/js-ipfs/compare/ipfs-core-utils@0.10.4...ipfs-core-utils@0.10.5) (2021-09-17)
723

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

packages/ipfs-core-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-config",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Package to store node and browser specific config for ipfs-core",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-config#readme",
@@ -106,7 +106,7 @@
106106
},
107107
"devDependencies": {
108108
"aegir": "^35.1.0",
109-
"rimraf": "^3.0.2",
110-
"ipfs-core-utils": "^0.10.5"
109+
"ipfs-core-utils": "^0.11.0",
110+
"rimraf": "^3.0.2"
111111
}
112112
}

packages/ipfs-core-types/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.8.0](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.3...ipfs-core-types@0.8.0) (2021-09-24)
7+
8+
9+
### Features
10+
11+
* switch to esm ([#3879](https://github.com/ipfs/js-ipfs/issues/3879)) ([9a40109](https://github.com/ipfs/js-ipfs/commit/9a40109632e5b4837eb77a2f57dbc77fbf1fe099))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* There are no default exports and everything is now dual published as ESM/CJS
17+
18+
19+
20+
21+
622
## [0.7.3](https://github.com/ipfs/js-ipfs/compare/ipfs-core-types@0.7.2...ipfs-core-types@0.7.3) (2021-09-17)
723

824

packages/ipfs-core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-core-types",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "IPFS interface definitions used by implementations for API compatibility.",
55
"leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
66
"types": "types/src/index.d.ts",

0 commit comments

Comments
 (0)
0