Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 27, 2024
1 parent 9ac5909 commit 94182e6
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"packages/block-brokers": "2.0.3",
"packages/car": "3.1.1",
"packages/car": "3.1.2",
"packages/dag-cbor": "3.0.2",
"packages/dag-json": "3.0.2",
"packages/helia": "4.1.0",
"packages/interface": "4.1.0",
"packages/interop": "6.0.1",
"packages/interop": "6.0.2",
"packages/ipns": "7.1.0",
"packages/json": "3.0.2",
"packages/mfs": "3.0.2",
"packages/mfs": "3.0.3",
"packages/strings": "3.0.2",
"packages/unixfs": "3.0.2",
"packages/unixfs": "3.0.3",
"packages/utils": "0.1.0",
"packages/http": "1.0.3",
"packages/routers": "1.0.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
* devDependencies
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.1.2](https://github.com/ipfs/helia/compare/car-v3.1.1...car-v3.1.2) (2024-03-27)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @helia/unixfs bumped from ^3.0.2 to ^3.0.3

## [3.1.1](https://github.com/ipfs/helia/compare/car-v3.1.0...car-v3.1.1) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "3.1.1",
"version": "3.1.2",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
Expand Down Expand Up @@ -151,7 +151,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/unixfs": "^3.0.2",
"@helia/unixfs": "^3.0.3",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [6.0.2](https://github.com/ipfs/helia/compare/interop-v6.0.1...interop-v6.0.2) (2024-03-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/car bumped from ^3.1.1 to ^3.1.2
* @helia/mfs bumped from ^3.0.2 to ^3.0.3
* @helia/unixfs bumped from ^3.0.2 to ^3.0.3

## [6.0.1](https://github.com/ipfs/helia/compare/interop-v6.0.0...interop-v6.0.1) (2024-03-15)


Expand Down
8 changes: 4 additions & 4 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "6.0.1",
"version": "6.0.2",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -59,17 +59,17 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@helia/block-brokers": "^2.0.3",
"@helia/car": "^3.1.1",
"@helia/car": "^3.1.2",
"@helia/dag-cbor": "^3.0.2",
"@helia/dag-json": "^3.0.2",
"@helia/http": "^1.0.3",
"@helia/interface": "^4.1.0",
"@helia/ipns": "^7.1.0",
"@helia/json": "^3.0.2",
"@helia/mfs": "^3.0.2",
"@helia/mfs": "^3.0.3",
"@helia/routers": "^1.0.2",
"@helia/strings": "^3.0.2",
"@helia/unixfs": "^3.0.2",
"@helia/unixfs": "^3.0.3",
"@ipld/car": "^5.3.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interface": "^1.1.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/mfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
* @helia/interface bumped from ^3.0.0 to ^3.0.1
* @helia/unixfs bumped from ^2.0.0 to ^2.0.1

## [3.0.3](https://github.com/ipfs/helia/compare/mfs-v3.0.2...mfs-v3.0.3) (2024-03-27)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/unixfs bumped from ^3.0.2 to ^3.0.3

## [3.0.2](https://github.com/ipfs/helia/compare/mfs-v3.0.1...mfs-v3.0.2) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/mfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/mfs",
"version": "3.0.2",
"version": "3.0.3",
"description": "A mutable filesystem powered by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/mfs#readme",
Expand Down Expand Up @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/unixfs": "^3.0.2",
"@helia/unixfs": "^3.0.3",
"@libp2p/interfaces": "^3.3.2",
"@libp2p/logger": "^4.0.7",
"interface-blockstore": "^5.2.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/unixfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
* dependencies
* @helia/interface bumped from ^3.0.0 to ^3.0.1

## [3.0.3](https://github.com/ipfs/helia/compare/unixfs-v3.0.2...unixfs-v3.0.3) (2024-03-27)


### Bug Fixes

* Add GlobSourceResult to globSource return type in unixfs. ([#475](https://github.com/ipfs/helia/issues/475)) ([9ac5909](https://github.com/ipfs/helia/commit/9ac59098d3e4c8644756a83b185308d7d91626c1))

## [3.0.2](https://github.com/ipfs/helia/compare/unixfs-v3.0.1...unixfs-v3.0.2) (2024-03-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/unixfs",
"version": "3.0.2",
"version": "3.0.3",
"description": "A Helia-compatible wrapper for UnixFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/unixfs#readme",
Expand Down

0 comments on commit 94182e6

Please sign in to comment.