Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: import @helia/* modules to monorepo #363

Merged
merged 263 commits into from
Jan 8, 2024
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 16, 2023

  1. chore(release): 1.0.0 [skip ci]

    ## 1.0.0 (2023-02-16)
    
    ### Features
    
    * initial implementation ([#1](ipfs/helia-unixfs#1)) ([adb6b0e](ipfs/helia-unixfs@adb6b0e))
    
    ### Trivial Changes
    
    * initial commit ([35e8a8f](ipfs/helia-unixfs@35e8a8f))
    * Update .github/workflows/stale.yml [skip ci] ([bcb060d](ipfs/helia-unixfs@bcb060d))
    
    ### Documentation
    
    * update readme ([83e5e0e](ipfs/helia-unixfs@83e5e0e))
    semantic-release-bot committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d893bc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    f6edeca View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.1 [skip ci]

    ## [1.0.1](ipfs/helia-unixfs@v1.0.0...v1.0.1) (2023-02-17)
    
    ### Bug Fixes
    
    * update unixfs importer ([f6edeca](ipfs/helia-unixfs@f6edeca))
    semantic-release-bot committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    08eccf9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. fix: add methods to import data (#3)

    In order to have a more consistent developer experience, wrap the `ipfs-unixfs-importer` methods to allow adding data from the `UnixFS` interface.
    achingbrain authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    917a564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e973120 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b76084 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.2 [skip ci]

    ## [1.0.2](ipfs/helia-unixfs@v1.0.1...v1.0.2) (2023-02-24)
    
    ### Bug Fixes
    
    * add methods to import data ([#3](ipfs/helia-unixfs#3)) ([917a564](ipfs/helia-unixfs@917a564))
    
    ### Tests
    
    * move test file data to fixtures ([1b76084](ipfs/helia-unixfs@1b76084))
    semantic-release-bot committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    9d4799b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix: enable last shard tests (#4)

    Fixes up traversing deep shards
    achingbrain authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    9774460 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.3 [skip ci]

    ## [1.0.3](ipfs/helia-unixfs@v1.0.2...v1.0.3) (2023-02-25)
    
    ### Bug Fixes
    
    * enable last shard tests ([#4](ipfs/helia-unixfs#4)) ([9774460](ipfs/helia-unixfs@9774460))
    semantic-release-bot committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3f55208 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. fix: simplify shard handling (#5)

    Reduces duplication between adding and removing links to sharded
    directories by making them use the same code to trace a path to
    the operation target without loading the entire shard.
    achingbrain authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    52d4786 View commit details
    Browse the repository at this point in the history
  2. docs: fix typos (#4)

    2color authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4369653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda0c1e View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.4 [skip ci]

    ## [1.0.4](ipfs/helia-unixfs@v1.0.3...v1.0.4) (2023-02-27)
    
    ### Bug Fixes
    
    * simplify shard handling ([#5](ipfs/helia-unixfs#5)) ([52d4786](ipfs/helia-unixfs@52d4786))
    semantic-release-bot committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4332c4c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. fix: align defaults with filecoin (#6)

    Filecoin uses a different set of defaults for importing files which
    will be more performant for file transfers so use them.
    
    The increased `maxChildrenPerNode` means fewer levels in a DAG so
    the parallisation of DAG layer requests fetches more data and the
    increased chunk size means fewer siblings in a layer.
    
    Raw leaves removes some extra bytes from the leaf nodes.
    achingbrain authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    a6bd198 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.5 [skip ci]

    ## [1.0.5](ipfs/helia-unixfs@v1.0.4...v1.0.5) (2023-03-14)
    
    ### Bug Fixes
    
    * align defaults with filecoin ([#6](ipfs/helia-unixfs#6)) ([a6bd198](ipfs/helia-unixfs@a6bd198))
    semantic-release-bot committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    aff56dd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    b81d50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f128fd View commit details
    Browse the repository at this point in the history
  3. deps: update blockstore/datastore deps (#10)

    Updates all deps to the latest versions
    achingbrain authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3189737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47c5879 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7558d38 View commit details
    Browse the repository at this point in the history
  6. chore: add interop test suite (#12)

    Splits repo into monorepo and adds a package for doing interop testing between @helia/unixfs and kubo.
    
    Also updates all deps.
    achingbrain authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3ad5f5d View commit details
    Browse the repository at this point in the history
  7. docs: update readme

    achingbrain committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4c8d124 View commit details
    Browse the repository at this point in the history
  8. feat: expose progress events from importer, blockstore and bitswap (#13)

    Expose progress event types that are passed to `onProgress` callback passed to all operations.
    achingbrain authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    de78f4d View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.1.0 [skip ci]

    ## [@helia/unixfs-v1.1.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.0.5...@helia/unixfs-v1.1.0) (2023-03-15)
    
    ### Features
    
    * expose progress events from importer, blockstore and bitswap ([#13](ipfs/helia-unixfs#13)) ([de78f4d](ipfs/helia-unixfs@de78f4d))
    
    ### Trivial Changes
    
    * add interop test suite ([#12](ipfs/helia-unixfs#12)) ([3ad5f5d](ipfs/helia-unixfs@3ad5f5d))
    semantic-release-bot committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    972f971 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. feat: expose unixfs progress events in types (#14)

    Expands types to include unixfs progress events as well as bitswap
    and blockstore events.
    achingbrain authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    36cf3b2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.2.0 [skip ci]

    ## [@helia/unixfs-v1.2.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.1.0...@helia/unixfs-v1.2.0) (2023-03-17)
    
    ### Features
    
    * expose unixfs progress events in types ([#14](ipfs/helia-unixfs#14)) ([36cf3b2](ipfs/helia-unixfs@36cf3b2))
    semantic-release-bot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    38637a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. deps: update ipns to 6.x.x (#12)

    Updates to ipns@6.x.x with interface-datastore@8.x.x
    achingbrain authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6866638 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.1 [skip ci]

    ## [@helia/ipns-v1.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.0.0...@helia/ipns-v1.0.1) (2023-03-21)
    
    ### Documentation
    
    * fix typos ([#4](ipfs/helia-ipns#4)) ([4369653](ipfs/helia-ipns@4369653))
    
    ### Dependencies
    
    * update blockstore/datastore deps ([#10](ipfs/helia-ipns#10)) ([3189737](ipfs/helia-ipns@3189737))
    * update ipns to 6.x.x ([#12](ipfs/helia-ipns#12)) ([6866638](ipfs/helia-ipns@6866638))
    semantic-release-bot committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    ad76689 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. deps(dev): bump go-ipfs from 0.18.1 to 0.19.0 (#15)

    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.18.1 to 0.19.0.
    - [Release notes](https://github.com/ipfs/npm-go-ipfs/releases)
    - [Commits](ipfs/npm-kubo@v0.18.1...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0f43c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. deps: update helia deps to v1 (#16)

    Helia v1 has shipped so update dep versions
    achingbrain authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7497590 View commit details
    Browse the repository at this point in the history
  2. deps: update helia deps to v1 (#14)

    Now that Helia v1 has shipped, update all the deps
    achingbrain authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a51fbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0c023 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. feat: allow publish/resolve using only local datastore (#15)

    Adds an `offline` option to publish and resolve that causes this
    module to only use the local datastore instead of any configured
    routers.
    achingbrain authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    43e32a2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.1.0 [skip ci]

    ## [@helia/ipns-v1.1.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.0.1...@helia/ipns-v1.1.0) (2023-03-29)
    
    ### Features
    
    * allow publish/resolve using only local datastore ([#15](ipfs/helia-ipns#15)) ([43e32a2](ipfs/helia-ipns@43e32a2))
    semantic-release-bot committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e04eca9 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    9388c40 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.2.2 [skip ci]

    ## [@helia/unixfs-v1.2.2](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.1...@helia/unixfs-v1.2.2) (2023-04-12)
    
    ### Dependencies
    
    * update all it-* deps to latest versions ([#25](ipfs/helia-unixfs#25)) ([9388c40](ipfs/helia-unixfs@9388c40))
    semantic-release-bot committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    933179c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. feat: initial import

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    23a13d8 View commit details
    Browse the repository at this point in the history
  2. docs: update readmes

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2a700dc View commit details
    Browse the repository at this point in the history
  3. docs: update tocs

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    3d4573d View commit details
    Browse the repository at this point in the history
  4. fix: linting and deps

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    22d3900 View commit details
    Browse the repository at this point in the history
  5. docs: update readme (#6)

    Remove old references
    achingbrain authored May 2, 2023
    Configuration menu
    Copy the full SHA
    c62f784 View commit details
    Browse the repository at this point in the history
  6. feat: inital import

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    78ad71b View commit details
    Browse the repository at this point in the history
  7. docs: update comment

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1e0d49a View commit details
    Browse the repository at this point in the history
  8. feat: initial import

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    bac0ac5 View commit details
    Browse the repository at this point in the history
  9. chore: fix linting

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    9d9d341 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1944b0 View commit details
    Browse the repository at this point in the history
  11. docs: update tocs

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    0b4bac4 View commit details
    Browse the repository at this point in the history
  12. chore: rename variable

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    78d2e40 View commit details
    Browse the repository at this point in the history
  13. deps(dev): bump @chainsafe/libp2p-yamux from 3.0.10 to 4.0.1 (#1)

    Bumps [@chainsafe/libp2p-yamux](https://github.com/ChainSafe/js-libp2p-yamux) from 3.0.10 to 4.0.1.
    - [Release notes](https://github.com/ChainSafe/js-libp2p-yamux/releases)
    - [Changelog](https://github.com/ChainSafe/js-libp2p-yamux/blob/master/CHANGELOG.md)
    - [Commits](ChainSafe/js-libp2p-yamux@v3.0.10...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@chainsafe/libp2p-yamux"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 2, 2023
    Configuration menu
    Copy the full SHA
    91c4a80 View commit details
    Browse the repository at this point in the history
  14. deps(dev): bump @libp2p/websockets from 5.0.10 to 6.0.1 (#4)

    Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p-websockets) from 5.0.10 to 6.0.1.
    - [Release notes](https://github.com/libp2p/js-libp2p-websockets/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p-websockets/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p-websockets@v5.0.10...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/websockets"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    81b5e9b View commit details
    Browse the repository at this point in the history
  15. deps(dev): bump libp2p from 0.43.4 to 0.44.0 (#5)

    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.43.4 to 0.44.0.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.43.4...v0.44.0)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    20a79ef View commit details
    Browse the repository at this point in the history
  16. feat: initial commit

    achingbrain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ed4c319 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    65cc7bb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. chore(release): 1.0.0 [skip ci]

    ## @helia/strings-v1.0.0 (2023-05-03)
    
    ### Bug Fixes
    
    * linting and deps ([22d3900](ipfs/helia-strings@22d3900))
    
    ### Documentation
    
    * update readme ([#6](ipfs/helia-strings#6)) ([c62f784](ipfs/helia-strings@c62f784))
    * update readmes ([2a700dc](ipfs/helia-strings@2a700dc))
    * update tocs ([3d4573d](ipfs/helia-strings@3d4573d))
    semantic-release-bot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    871c570 View commit details
    Browse the repository at this point in the history
  2. deps: update sibling dependencies

    aegir[bot] committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9f1cff2 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0 [skip ci]

    ## @helia/json-v1.0.0 (2023-05-03)
    
    ### Documentation
    
    * update comment ([1e0d49a](ipfs/helia-json@1e0d49a))
    semantic-release-bot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    9402e6c View commit details
    Browse the repository at this point in the history
  4. deps: update sibling dependencies

    aegir[bot] committed May 3, 2023
    Configuration menu
    Copy the full SHA
    68c3a6c View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.0.0 [skip ci]

    ## @helia/dag-json-v1.0.0 (2023-05-03)
    
    ### Trivial Changes
    
    * fix linting ([9d9d341](ipfs/helia-dag-json@9d9d341))
    
    ### Documentation
    
    * replace references to json with dag-json ([f1944b0](ipfs/helia-dag-json@f1944b0))
    * update tocs ([0b4bac4](ipfs/helia-dag-json@0b4bac4))
    semantic-release-bot committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2cfa7c6 View commit details
    Browse the repository at this point in the history
  6. deps: update sibling dependencies

    aegir[bot] committed May 3, 2023
    Configuration menu
    Copy the full SHA
    91263ad View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix: use the content routing api for get/put operations (#34)

    The content routing API is more stable than the DHT API and if the
    node has a DHT implementation it will be set up to work via the
    content routing methods.
    achingbrain authored May 5, 2023
    Configuration menu
    Copy the full SHA
    55208cc View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump it-last from 2.0.1 to 3.0.1 (#17)

    Bumps [it-last](https://github.com/achingbrain/it) from 2.0.1 to 3.0.1.
    - [Release notes](https://github.com/achingbrain/it/releases)
    - [Commits](achingbrain/it@it-last-v2.0.1...it-last-v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: it-last
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2023
    Configuration menu
    Copy the full SHA
    4e24094 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.1.1 [skip ci]

    ## [@helia/ipns-v1.1.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.0...@helia/ipns-v1.1.1) (2023-05-05)
    
    ### Bug Fixes
    
    * use the content routing api for get/put operations ([#34](ipfs/helia-ipns#34)) ([55208cc](ipfs/helia-ipns@55208cc))
    semantic-release-bot committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a4edce7 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    587505d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b2ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    567f16f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38d13b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. fix: cache IPNS entries after resolving (#35)

    After resolving one or more IPNS records, use the selector to choose
    one and then cache the result.
    
    Fixes #20
    achingbrain authored May 9, 2023
    Configuration menu
    Copy the full SHA
    704b413 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.1.2 [skip ci]

    ## [@helia/ipns-v1.1.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.1...@helia/ipns-v1.1.2) (2023-05-09)
    
    ### Bug Fixes
    
    * cache IPNS entries after resolving ([#35](ipfs/helia-ipns#35)) ([704b413](ipfs/helia-ipns@704b413)), closes [#20](ipfs/helia-ipns#20)
    semantic-release-bot committed May 9, 2023
    Configuration menu
    Copy the full SHA
    90efbd3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. deps: update all deps and fix linting

    * deps(dev): bump aegir from 38.1.8 to 39.0.8
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.8.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v38.1.8...v39.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update all deps and fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 24, 2023
    Configuration menu
    Copy the full SHA
    4cdba4f View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.1.3 [skip ci]

    ## [@helia/ipns-v1.1.3](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.2...@helia/ipns-v1.1.3) (2023-05-24)
    
    ### Dependencies
    
    * update all deps and fix linting ([4cdba4f](ipfs/helia-ipns@4cdba4f))
    semantic-release-bot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    25b38fd View commit details
    Browse the repository at this point in the history
  3. deps: update all deps and fix linting

    * deps(dev): bump aegir from 38.1.8 to 39.0.8
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.8.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v38.1.8...v39.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update all deps, fix linting
    
    * chore: add identify
    
    * chore: update fixtures
    
    * chore: deps again
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 24, 2023
    Configuration menu
    Copy the full SHA
    d4d6515 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. test: add tests for different key types, where possible (#52)

    Expands the tests to test using `secp256k1` and `RSA` keys as well
    as `Ed25519` where possible.
    
    Kubo doesn't support generating or importing `secp256k1` keys so
    those tests are skipped, as are `RSA` keys for pubsub resolution since
    the DHT needs to be enabled to resolve the public key component.
    achingbrain authored May 25, 2023
    Configuration menu
    Copy the full SHA
    312381c View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#13)

    * deps(dev): bump libp2p from 0.44.0 to 0.45.3
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: fix deps and linting
    
    * chore: add identify
    
    * chore: revert
    
    * chore: revert
    
    * chore: debug browsers
    
    * chore: remove debug
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 25, 2023
    Configuration menu
    Copy the full SHA
    3d3627e View commit details
    Browse the repository at this point in the history
  3. deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#7)

    * deps(dev): bump libp2p from 0.44.0 to 0.45.3
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update deps and fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 25, 2023
    Configuration menu
    Copy the full SHA
    f70bbcb View commit details
    Browse the repository at this point in the history
  4. deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#7)

    * deps(dev): bump libp2p from 0.44.0 to 0.45.3
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update deps and linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 25, 2023
    Configuration menu
    Copy the full SHA
    36a9ce0 View commit details
    Browse the repository at this point in the history
  5. deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#6)

    * deps(dev): bump libp2p from 0.44.0 to 0.45.3
    
    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
    - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update deps and fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored May 25, 2023
    Configuration menu
    Copy the full SHA
    76538e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. chore(release): 1.2.3 [skip ci]

    ## [@helia/unixfs-v1.2.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.2...@helia/unixfs-v1.2.3) (2023-06-07)
    
    ### Dependencies
    
    * update all deps and fix linting ([d4d6515](ipfs/helia-unixfs@d4d6515))
    semantic-release-bot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    189d7e5 View commit details
    Browse the repository at this point in the history
  2. feat: initial import

    achingbrain committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    95e68a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0857d1f View commit details
    Browse the repository at this point in the history
  4. chore: fix linting

    achingbrain committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3803a37 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.0.0 [skip ci]

    ## @helia/car-v1.0.0 (2023-06-07)
    
    ### Bug Fixes
    
    * import from multiformats/cid for smaller bundles ([0857d1f](ipfs/helia-car@0857d1f))
    
    ### Trivial Changes
    
    * fix linting ([3803a37](ipfs/helia-car@3803a37))
    semantic-release-bot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e0f815c View commit details
    Browse the repository at this point in the history
  6. deps: update sibling dependencies

    aegir[bot] committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    7e3815e View commit details
    Browse the repository at this point in the history
  7. fix: export unixfs errors (#50)

    Export error defs for reuse in other unixfs related modules
    achingbrain authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    8426d65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60514b8 View commit details
    Browse the repository at this point in the history
  9. feat: add offline option to all operations (#51)

    Adds an `offline` option that means Helia won't go to the network
    when blocks are missing, instead throwing `ERR_NOT_FOUND`.
    achingbrain authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    444c8bd View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.3.0 [skip ci]

    ## [@helia/unixfs-v1.3.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.4...@helia/unixfs-v1.3.0) (2023-06-07)
    
    ### Features
    
    * add offline option to all operations ([#51](ipfs/helia-unixfs#51)) ([444c8bd](ipfs/helia-unixfs@444c8bd))
    semantic-release-bot committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9b4707e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    237c588 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    6970cd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b658042 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9bc16d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e558424 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7559fb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    9de4a05 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    54822ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb47f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b5cd3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b103705 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cd521d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. feat: add globSource and urlSource (#53)

    Ports `globSource` and `urlSource` from `ipfs-utils` for use with `unixfs.add` and `unixfs.addAll`.
    achingbrain authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b490a6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2184ef View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. docs: fs already defined in example (#1)

    Fixes non-compileable code example where we set both `node:fs` import and `unixfs(helia)` to a variable `fs`.
    SgtPooki authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    356797a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: correct browser override path for glob-source (#60)

    The file is imported from `dist/src/utils`
    achingbrain authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fd0f33b View commit details
    Browse the repository at this point in the history
  2. docs: fix typos in example code (#57)

    path: './foo.txt' miss a comma,
    ’entry‘ was written as "etnry"...
    BetterWorld-Liuser authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b7625c3 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.4.1 [skip ci]

    ## [@helia/unixfs-v1.4.1](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.0...@helia/unixfs-v1.4.1) (2023-07-25)
    
    ### Bug Fixes
    
    * correct browser override path for glob-source ([#60](ipfs/helia-unixfs#60)) ([fd0f33b](ipfs/helia-unixfs@fd0f33b))
    
    ### Documentation
    
    * fix typos in example code ([#57](ipfs/helia-unixfs#57)) ([b7625c3](ipfs/helia-unixfs@b7625c3))
    semantic-release-bot committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c5026ae View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. chore: use ts-ignore for go-ipfs import (#72)

    The next version of npm-go-ipfs has types so the @ts-expect-error prevents using the pre-release version of npm-go-ipfs.
    achingbrain authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    27b2b8c View commit details
    Browse the repository at this point in the history
  2. chore: use ts-ignore for go-ipfs import (#68)

    The next version of npm-go-ipfs has types so the @ts-expect-error prevents using the pre-release version of npm-go-ipfs.
    achingbrain authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c19ee46 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    c5ebe42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7bca32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84aec2b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    fd8f610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379f6f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5616f6 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.0.1 [skip ci]

    ## [@helia/car-v1.0.1](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.0...@helia/car-v1.0.1) (2023-08-14)
    
    ### Documentation
    
    * fs already defined in example ([#1](ipfs/helia-car#1)) ([356797a](ipfs/helia-car@356797a))
    semantic-release-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ea21951 View commit details
    Browse the repository at this point in the history
  5. feat: initial import

    achingbrain committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a70f4eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b407a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e7ca5e View commit details
    Browse the repository at this point in the history
  8. chore: update readme

    achingbrain committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3aceb46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfabafd View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.0.0 [skip ci]

    ## @helia/mfs-v1.0.0 (2023-08-14)
    
    ### Features
    
    * initial import ([a70f4eb](ipfs/helia-mfs@a70f4eb))
    
    ### Trivial Changes
    
    * fix up missing deps ([0b407a3](ipfs/helia-mfs@0b407a3))
    * use release versions ([0e7ca5e](ipfs/helia-mfs@0e7ca5e))
    semantic-release-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    205e363 View commit details
    Browse the repository at this point in the history
  11. chore: update sibling dependencies

    aegir[bot] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8c775f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    3ba3e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. deps(dev): bump aegir from 39.0.13 to 40.0.8 (#65)

    * deps(dev): bump aegir from 39.0.13 to 40.0.8
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.8.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: fix linting
    
    * chore: update config
    
    * chore: fix docs
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    174987b View commit details
    Browse the repository at this point in the history
  2. deps: bump multiformats from 11.0.2 to 12.0.1 (#57)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multiformats
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6f93e51 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. deps(dev): bump aegir from 39.0.13 to 40.0.11 (#29)

    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    973bb5b View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.0.0 [skip ci]

    ## @helia/dag-cbor-v1.0.0 (2023-08-27)
    
    ### Features
    
    * initial commit ([ed4c319](ipfs/helia-dag-cbor@ed4c319))
    
    ### Dependencies
    
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#29](ipfs/helia-dag-cbor#29)) ([973bb5b](ipfs/helia-dag-cbor@973bb5b))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5434035 View commit details
    Browse the repository at this point in the history
  3. chore: update sibling dependencies

    aegir[bot] committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    088527a View commit details
    Browse the repository at this point in the history
  4. deps(dev): bump aegir from 39.0.13 to 40.0.11 (#28)

    * deps(dev): bump aegir from 39.0.13 to 40.0.11
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d126e6a View commit details
    Browse the repository at this point in the history
  5. deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)

    * deps(dev): bump go-ipfs from 0.20.0 to 0.22.0
    
    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
    - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    2c89d9f View commit details
    Browse the repository at this point in the history
  6. deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)

    Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/websockets"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    4354316 View commit details
    Browse the repository at this point in the history
  7. deps: bump multiformats from 11.0.2 to 12.0.1 (#8)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multiformats
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7a842d3 View commit details
    Browse the repository at this point in the history
  8. deps(dev): bump aegir from 39.0.13 to 40.0.11 (#30)

    * deps(dev): bump aegir from 39.0.13 to 40.0.11
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    ea26a0b View commit details
    Browse the repository at this point in the history
  9. chore(release): 1.0.1 [skip ci]

    ## [@helia/dag-json-v1.0.1](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.0...@helia/dag-json-v1.0.1) (2023-08-27)
    
    ### Dependencies
    
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#28](ipfs/helia-dag-json#28)) ([d126e6a](ipfs/helia-dag-json@d126e6a))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1b2e696 View commit details
    Browse the repository at this point in the history
  10. deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)

    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
    - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    104a1dd View commit details
    Browse the repository at this point in the history
  11. deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)

    Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/websockets"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    2836bb8 View commit details
    Browse the repository at this point in the history
  12. deps: bump multiformats from 11.0.2 to 12.0.1 (#8)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multiformats
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c89b8f1 View commit details
    Browse the repository at this point in the history
  13. chore(release): 1.0.2 [skip ci]

    ## [@helia/car-v1.0.2](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.1...@helia/car-v1.0.2) (2023-08-27)
    
    ### Dependencies
    
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#30](ipfs/helia-car#30)) ([ea26a0b](ipfs/helia-car@ea26a0b))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    546afef View commit details
    Browse the repository at this point in the history
  14. chore(release): 1.0.1 [skip ci]

    ## [@helia/dag-cbor-v1.0.1](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.0...@helia/dag-cbor-v1.0.1) (2023-08-27)
    
    ### Dependencies
    
    * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-dag-cbor#8)) ([7a842d3](ipfs/helia-dag-cbor@7a842d3))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f559d64 View commit details
    Browse the repository at this point in the history
  15. chore(release): 1.0.2 [skip ci]

    ## [@helia/dag-json-v1.0.2](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.1...@helia/dag-json-v1.0.2) (2023-08-27)
    
    ### Dependencies
    
    * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-dag-json#8)) ([c89b8f1](ipfs/helia-dag-json@c89b8f1))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    602947c View commit details
    Browse the repository at this point in the history
  16. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#30)

    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    aa6ebcf View commit details
    Browse the repository at this point in the history
  17. chore(release): 1.0.2 [skip ci]

    ## [@helia/dag-cbor-v1.0.2](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.1...@helia/dag-cbor-v1.0.2) (2023-08-27)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#30](ipfs/helia-dag-cbor#30)) ([aa6ebcf](ipfs/helia-dag-cbor@aa6ebcf))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    07ed911 View commit details
    Browse the repository at this point in the history
  18. deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#22)

    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
    - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c8a2e7f View commit details
    Browse the repository at this point in the history
  19. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#32)

    * deps: bump @helia/interface from 1.2.2 to 2.0.0
    
    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps(dev): bump helia from 1.3.12 to 2.0.1 (#31)
    
    Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](helia-v1.3.12...helia-v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: helia
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    eb836ef View commit details
    Browse the repository at this point in the history
  20. deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#36)

    Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/websockets"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5f4169e View commit details
    Browse the repository at this point in the history
  21. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#32)

    * deps: bump @helia/interface from 1.2.2 to 2.0.0
    
    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: update helia
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    68656a8 View commit details
    Browse the repository at this point in the history
  22. deps: bump cborg from 1.10.2 to 2.0.5 (#35)

    Bumps [cborg](https://github.com/rvagg/cborg) from 1.10.2 to 2.0.5.
    - [Release notes](https://github.com/rvagg/cborg/releases)
    - [Changelog](https://github.com/rvagg/cborg/blob/master/CHANGELOG.md)
    - [Commits](rvagg/cborg@v1.10.2...v2.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: cborg
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    10994ea View commit details
    Browse the repository at this point in the history
  23. deps: bump multiformats from 11.0.2 to 12.0.1 (#4)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multiformats
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    50bed0f View commit details
    Browse the repository at this point in the history
  24. deps(dev): bump aegir from 39.0.13 to 40.0.11 (#26)

    Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v39.0.13...v40.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    37b6ba1 View commit details
    Browse the repository at this point in the history
  25. chore(release): 1.0.3 [skip ci]

    ## [@helia/car-v1.0.3](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.2...@helia/car-v1.0.3) (2023-08-27)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#32](ipfs/helia-car#32)) ([68656a8](ipfs/helia-car@68656a8))
    * bump cborg from 1.10.2 to 2.0.5 ([#35](ipfs/helia-car#35)) ([10994ea](ipfs/helia-car@10994ea))
    * bump multiformats from 11.0.2 to 12.0.1 ([#4](ipfs/helia-car#4)) ([50bed0f](ipfs/helia-car@50bed0f))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3d87c68 View commit details
    Browse the repository at this point in the history
  26. chore(release): 1.0.1 [skip ci]

    ## [@helia/json-v1.0.1](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.0...@helia/json-v1.0.1) (2023-08-27)
    
    ### Dependencies
    
    * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#26](ipfs/helia-json#26)) ([37b6ba1](ipfs/helia-json@37b6ba1))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cb8bc20 View commit details
    Browse the repository at this point in the history
  27. deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)

    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
    - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cff694f View commit details
    Browse the repository at this point in the history
  28. deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)

    Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/websockets"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    de04834 View commit details
    Browse the repository at this point in the history
  29. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#34)

    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps(dev): bump helia from 1.3.12 to 2.0.1 (#32)
    
    Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](helia-v1.3.12...helia-v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: helia
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    d48f2c5 View commit details
    Browse the repository at this point in the history
  30. deps: bump multiformats from 11.0.2 to 12.0.1 (#8)

    Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/multiformats/js-multiformats/releases)
    - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md)
    - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: multiformats
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c2a2ee3 View commit details
    Browse the repository at this point in the history
  31. chore(release): 1.0.2 [skip ci]

    ## [@helia/json-v1.0.2](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.1...@helia/json-v1.0.2) (2023-08-27)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#34](ipfs/helia-json#34)) ([d48f2c5](ipfs/helia-json@d48f2c5))
    * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-json#8)) ([c2a2ee3](ipfs/helia-json@c2a2ee3))
    semantic-release-bot committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    3bff266 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    8d1c9b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0b81c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from ipfs/uci/delete-templates

    chore: delete templates [skip ci]
    web3-bot authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f56adb0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from ipfs/uci/copy-templates

    chore: add or force update .github/workflows/js-test-and-release.yml
    web3-bot authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    efd66d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#2)

    * deps: bump @helia/interface from 1.2.2 to 2.0.0
    
    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * deps(dev): bump helia from 1.3.12 to 2.0.1 (#1)
    
    Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](helia-v1.3.12...helia-v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: helia
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    351fae7 View commit details
    Browse the repository at this point in the history
  2. docs: update docs to use MFS style API (#4)

    The MFS API does not return a CID from every operation so update the docs to reflect that.
    
    ---------
    
    Co-authored-by: achingbrain <alex@achingbrain.net>
    BjrInt and achingbrain authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    88b23b0 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.1 [skip ci]

    ## [@helia/mfs-v1.0.1](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.0...@helia/mfs-v1.0.1) (2023-09-08)
    
    ### Documentation
    
    * update docs to use MFS style API ([#4](ipfs/helia-mfs#4)) ([88b23b0](ipfs/helia-mfs@88b23b0))
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#2](ipfs/helia-mfs#2)) ([351fae7](ipfs/helia-mfs@351fae7))
    semantic-release-bot committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    077021a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    a704fdc View commit details
    Browse the repository at this point in the history
  2. chore: fix docs command

    achingbrain committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7ea13fc View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.1.4 [skip ci]

    ## [@helia/ipns-v1.1.4](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.3...@helia/ipns-v1.1.4) (2023-09-11)
    
    ### Trivial Changes
    
    * update project config ([#99](ipfs/helia-ipns#99)) ([a704fdc](ipfs/helia-ipns@a704fdc))
    
    ### Dependencies
    
    * bump multiformats from 11.0.2 to 12.0.1 ([#57](ipfs/helia-ipns#57)) ([6f93e51](ipfs/helia-ipns@6f93e51))
    * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#65](ipfs/helia-ipns#65)) ([174987b](ipfs/helia-ipns@174987b))
    semantic-release-bot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    58a5a11 View commit details
    Browse the repository at this point in the history
  4. deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#81)

    Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0.
    - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go-ipfs
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    15fb863 View commit details
    Browse the repository at this point in the history
  5. deps: bump @libp2p/logger from 2.1.1 to 3.0.2 (#87)

    Bumps [@libp2p/logger](https://github.com/libp2p/js-libp2p) from 2.1.1 to 3.0.2.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](https://github.com/libp2p/js-libp2p/commits/logger-v3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@libp2p/logger"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b2886b9 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.1.5 [skip ci]

    ## [@helia/ipns-v1.1.5](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.4...@helia/ipns-v1.1.5) (2023-09-11)
    
    ### Dependencies
    
    * bump @libp2p/logger from 2.1.1 to 3.0.2 ([#87](ipfs/helia-ipns#87)) ([b2886b9](ipfs/helia-ipns@b2886b9))
    semantic-release-bot committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9cf48aa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. deps(dev): bump libp2p from 0.45.9 to 0.46.6 (#92)

    Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.6.
    - [Release notes](https://github.com/libp2p/js-libp2p/releases)
    - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json)
    - [Commits](libp2p/js-libp2p@libp2p-v0.45.9...libp2p-v0.46.6)
    
    ---
    updated-dependencies:
    - dependency-name: libp2p
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    efe02e5 View commit details
    Browse the repository at this point in the history
  2. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#87)

    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    098a305 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.4.2 [skip ci]

    ## [@helia/unixfs-v1.4.2](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.1...@helia/unixfs-v1.4.2) (2023-09-14)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#87](ipfs/helia-unixfs#87)) ([098a305](ipfs/helia-unixfs@098a305))
    semantic-release-bot committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4e5b1bf View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. chore(release): 1.1.6 [skip ci]

    ## [@helia/ipns-v1.1.6](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.5...@helia/ipns-v1.1.6) (2023-09-15)
    
    ### Dependencies
    
    * **dev:** bump libp2p from 0.45.9 to 0.46.6 ([#92](ipfs/helia-ipns#92)) ([efe02e5](ipfs/helia-ipns@efe02e5))
    semantic-release-bot committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    6414322 View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump sinon from 15.2.0 to 16.0.0 (#105)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v15.2.0...v16.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    231ebbd View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.1.7 [skip ci]

    ## [@helia/ipns-v1.1.7](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.6...@helia/ipns-v1.1.7) (2023-09-15)
    
    ### Dependencies
    
    * **dev:** bump sinon from 15.2.0 to 16.0.0 ([#105](ipfs/helia-ipns#105)) ([231ebbd](ipfs/helia-ipns@231ebbd))
    semantic-release-bot committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    aaf402d View commit details
    Browse the repository at this point in the history
  4. deps!: update ipns to v7.x.x (#106)

    Updates ipns to v7.x.x.
    
    See the [release notes](https://github.com/ipfs/js-ipns/releases/tag/v7.0.0)
    for full details.
    
    BREAKING CHANGE: the `IPNSRecord` type returned from the `publish` method has changed
    achingbrain authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    83a1d14 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. chore(release): 2.0.0 [skip ci]

    ## [@helia/ipns-v2.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.7...@helia/ipns-v2.0.0) (2023-09-22)
    
    ### ⚠ BREAKING CHANGES
    
    * the `IPNSRecord` type returned from the `publish` method has changed
    
    ### Dependencies
    
    * update ipns to v7.x.x ([#106](ipfs/helia-ipns#106)) ([83a1d14](ipfs/helia-ipns@83a1d14))
    semantic-release-bot committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f29a523 View commit details
    Browse the repository at this point in the history
  2. chore: update sibling dependencies

    aegir[bot] committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e206777 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. deps: bump @helia/interface from 1.2.2 to 2.0.0 (#39)

    Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@helia/interface"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7c9bc2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad9d40 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.1 [skip ci]

    ## [@helia/strings-v1.0.1](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.0...@helia/strings-v1.0.1) (2023-10-06)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#39](ipfs/helia-strings#39)) ([7c9bc2e](ipfs/helia-strings@7c9bc2e))
    semantic-release-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6c68f4e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    77e29bc View commit details
    Browse the repository at this point in the history
  2. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9f57d11 View commit details
    Browse the repository at this point in the history
  3. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#41)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e8fc99f View commit details
    Browse the repository at this point in the history
  4. chore: add missing dep

    achingbrain committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    33a5c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b19d2e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    343e7ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f39695 View commit details
    Browse the repository at this point in the history
  8. deps(dev): bump helia from 2.0.1 to 2.0.3 (#10)

    Bumps [helia](https://github.com/ipfs/helia) from 2.0.1 to 2.0.3.
    - [Release notes](https://github.com/ipfs/helia/releases)
    - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md)
    - [Commits](helia-v2.0.1...helia-v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: helia
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    6911470 View commit details
    Browse the repository at this point in the history
  9. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#107)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    5402d30 View commit details
    Browse the repository at this point in the history
  10. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    ca3f05a View commit details
    Browse the repository at this point in the history
  11. chore(release): 1.0.3 [skip ci]

    ## [@helia/dag-json-v1.0.3](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.2...@helia/dag-json-v1.0.3) (2023-10-07)
    
    ### Dependencies
    
    * bump @helia/interface from 1.2.2 to 2.0.0 ([#32](ipfs/helia-dag-json#32)) ([eb836ef](ipfs/helia-dag-json@eb836ef))
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-dag-json#36)) ([9f57d11](ipfs/helia-dag-json@9f57d11))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a52eae7 View commit details
    Browse the repository at this point in the history
  12. chore(release): 1.0.2 [skip ci]

    ## [@helia/mfs-v1.0.2](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.1...@helia/mfs-v1.0.2) (2023-10-07)
    
    ### Dependencies
    
    * **dev:** bump helia from 2.0.1 to 2.0.3 ([#10](ipfs/helia-mfs#10)) ([6911470](ipfs/helia-mfs@6911470))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    15d42a0 View commit details
    Browse the repository at this point in the history
  13. chore(release): 2.0.1 [skip ci]

    ## [@helia/ipns-v2.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.0...@helia/ipns-v2.0.1) (2023-10-07)
    
    ### Dependencies
    
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#107](ipfs/helia-ipns#107)) ([5402d30](ipfs/helia-ipns@5402d30))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    02d52f9 View commit details
    Browse the repository at this point in the history
  14. chore(release): 1.0.3 [skip ci]

    ## [@helia/dag-cbor-v1.0.3](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.2...@helia/dag-cbor-v1.0.3) (2023-10-07)
    
    ### Dependencies
    
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-dag-cbor#36)) ([77e29bc](ipfs/helia-dag-cbor@77e29bc))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    e7b9a9d View commit details
    Browse the repository at this point in the history
  15. chore(release): 1.0.4 [skip ci]

    ## [@helia/car-v1.0.4](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.3...@helia/car-v1.0.4) (2023-10-07)
    
    ### Dependencies
    
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#41](ipfs/helia-car#41)) ([e8fc99f](ipfs/helia-car@e8fc99f))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d0e8597 View commit details
    Browse the repository at this point in the history
  16. chore(release): 1.0.3 [skip ci]

    ## [@helia/json-v1.0.3](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.2...@helia/json-v1.0.3) (2023-10-07)
    
    ### Dependencies
    
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-json#36)) ([ca3f05a](ipfs/helia-json@ca3f05a))
    semantic-release-bot committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    903d9e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. deps(dev): bump aegir from 40.0.13 to 41.0.0 (#105)

    Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v40.0.13...v41.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2421ee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. deps(dev): bump sinon from 16.1.3 to 17.0.0 (#108)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](sinonjs/sinon@v16.1.3...v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    530aeff View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.2 [skip ci]

    ## [@helia/ipns-v2.0.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.1...@helia/ipns-v2.0.2) (2023-10-24)
    
    ### Dependencies
    
    * **dev:** bump sinon from 16.1.3 to 17.0.0 ([#108](ipfs/helia-ipns#108)) ([530aeff](ipfs/helia-ipns@530aeff))
    semantic-release-bot committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    31c3f5c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. fix: update libp2p interfaces (#109)

    Remove deprecated interfaces for newer versions.
    achingbrain authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    514b6e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    d954e0a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. deps: go-ipfs -> kubo (#53)

    SgtPooki authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f13daae View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. chore: update sibling dependencies

    aegir[bot] committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1184ea6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. fix: convert date to mtime in glob source (#106)

    The UnixFS importer requires mtimes to follow the `Mtime` interface
    so convert files/folders read from glob source.
    achingbrain authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    cd9e903 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.4.3 [skip ci]

    ## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03)
    
    ### Bug Fixes
    
    * convert date to mtime in glob source ([#106](ipfs/helia-unixfs#106)) ([cd9e903](ipfs/helia-unixfs@cd9e903))
    
    ### Dependencies
    
    * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#105](ipfs/helia-unixfs#105)) ([2421ee2](ipfs/helia-unixfs@2421ee2))
    semantic-release-bot committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ffe7629 View commit details
    Browse the repository at this point in the history
  3. chore: update sibling dependencies

    aegir[bot] committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    1b0b2ef View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat!: support DNS over HTTPS and DNS-JSON over HTTPS (#55)

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    
    BREAKING CHANGE: alters the options object passed to the `ipns` factory function
    achingbrain authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2ac0e8b View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    ## [@helia/ipns-v3.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.3...@helia/ipns-v3.0.0) (2023-12-05)
    
    ### ⚠ BREAKING CHANGES
    
    * alters the options object passed to the `ipns` factory function
    
    ### Features
    
    * support DNS over HTTPS and DNS-JSON over HTTPS ([#55](ipfs/helia-ipns#55)) ([2ac0e8b](ipfs/helia-ipns@2ac0e8b))
    semantic-release-bot committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ce35431 View commit details
    Browse the repository at this point in the history
  3. chore: update sibling dependencies

    aegir[bot] committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    d0d84f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f66dd71 View commit details
    Browse the repository at this point in the history
  2. chore: update sibling dependencies

    aegir[bot] committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6ab5ddc View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. docs: fix typo (#113)

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    Flamenco and SgtPooki authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d732db9 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.1 [skip ci]

    ## [@helia/ipns-v3.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v3.0.0...@helia/ipns-v3.0.1) (2023-12-08)
    
    ### Trivial Changes
    
    * fix docs and aegir dep in subpackages ([#142](ipfs/helia-ipns#142)) ([f66dd71](ipfs/helia-ipns@f66dd71))
    * update sibling dependencies ([6ab5ddc](ipfs/helia-ipns@6ab5ddc))
    * update sibling dependencies ([d0d84f0](ipfs/helia-ipns@d0d84f0))
    
    ### Documentation
    
    * fix typo ([#113](ipfs/helia-ipns#113)) ([d732db9](ipfs/helia-ipns@d732db9))
    semantic-release-bot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ae6354b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. fix: make @libp2p/interface a dependency (#159)

    This should be a dep not a dev dep.
    
    Refs #158
    achingbrain authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    546ecf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat!: update helia to v3 and multiformats to v13 (#147)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    001247c View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.0.0 [skip ci]

    ## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#147](ipfs/helia-unixfs#147)) ([001247c](ipfs/helia-unixfs@001247c))
    
    ### Trivial Changes
    
    * update sibling dependencies ([1b0b2ef](ipfs/helia-unixfs@1b0b2ef))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    afc27d4 View commit details
    Browse the repository at this point in the history
  3. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    12f4c75 View commit details
    Browse the repository at this point in the history
  4. feat!: update helia to v3 and multiformats to v13

    Updates all deps and fixes linitng errors.
    
    BREAKING CHANGE: uses multiformats v13
    achingbrain committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9f7dc0a View commit details
    Browse the repository at this point in the history
  5. chore(release): 2.0.0 [skip ci]

    ## [@helia/mfs-v2.0.0](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.2...@helia/mfs-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([9f7dc0a](ipfs/helia-mfs@9f7dc0a))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fca43ed View commit details
    Browse the repository at this point in the history
  6. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bebe2ef View commit details
    Browse the repository at this point in the history
  7. feat!: update helia to v3 and multiformats to v13 (#167)

    Updates all deps and fixes linting errors.
    
    Renames the `dht` routing to `libp2p` since it's used any and all configured libp2p Content Routers instead of the low-level DHT interface for several releases now.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3, renames `dht` routing to `libp2p`
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a0381b9 View commit details
    Browse the repository at this point in the history
  8. chore(release): 4.0.0 [skip ci]

    ## [@helia/ipns-v4.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v3.0.1...@helia/ipns-v4.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3, renames `dht` routing to `libp2p`
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#167](ipfs/helia-ipns#167)) ([a0381b9](ipfs/helia-ipns@a0381b9))
    
    ### Bug Fixes
    
    * make @libp2p/interface a dependency ([#159](ipfs/helia-ipns#159)) ([546ecf0](ipfs/helia-ipns@546ecf0)), closes [#158](ipfs/helia-ipns#158)
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8af090e View commit details
    Browse the repository at this point in the history
  9. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    5b0ed52 View commit details
    Browse the repository at this point in the history
  10. feat!: update helia to v3 and multiformats to v13 (#52)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6405c34 View commit details
    Browse the repository at this point in the history
  11. feat!: update helia to v3 and multiformats to v13 (#87)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ae7cbc9 View commit details
    Browse the repository at this point in the history
  12. feat!: update helia to v3 and multiformats to v13 (#46)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e3dc586 View commit details
    Browse the repository at this point in the history
  13. feat!: update helia to v3 and multiformats to v13 (#45)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3c7d9d4 View commit details
    Browse the repository at this point in the history
  14. feat!: update helia to v3 and multiformats to v13 (#45)

    Updates all deps and fixes linting errors.
    
    BREAKING CHANGE: uses multiformats v13 and helia v3
    achingbrain authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f078447 View commit details
    Browse the repository at this point in the history
  15. chore(release): 2.0.0 [skip ci]

    ## [@helia/car-v2.0.0](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.4...@helia/car-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#52](ipfs/helia-car#52)) ([6405c34](ipfs/helia-car@6405c34))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    89ca5a5 View commit details
    Browse the repository at this point in the history
  16. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d7b502f View commit details
    Browse the repository at this point in the history
  17. chore(release): 2.0.0 [skip ci]

    ## [@helia/strings-v2.0.0](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.1...@helia/strings-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#87](ipfs/helia-strings#87)) ([ae7cbc9](ipfs/helia-strings@ae7cbc9))
    
    ### Trivial Changes
    
    * update sibling dependencies ([1184ea6](ipfs/helia-strings@1184ea6))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e0c2956 View commit details
    Browse the repository at this point in the history
  18. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1a24e86 View commit details
    Browse the repository at this point in the history
  19. chore(release): 2.0.0 [skip ci]

    ## [@helia/dag-json-v2.0.0](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.3...@helia/dag-json-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#45](ipfs/helia-dag-json#45)) ([3c7d9d4](ipfs/helia-dag-json@3c7d9d4))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bfddf3d View commit details
    Browse the repository at this point in the history
  20. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3ba2a28 View commit details
    Browse the repository at this point in the history
  21. chore(release): 2.0.0 [skip ci]

    ## [@helia/json-v2.0.0](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.3...@helia/json-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#46](ipfs/helia-json#46)) ([e3dc586](ipfs/helia-json@e3dc586))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    b4a6e80 View commit details
    Browse the repository at this point in the history
  22. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d6e2341 View commit details
    Browse the repository at this point in the history
  23. chore(release): 2.0.0 [skip ci]

    ## [@helia/dag-cbor-v2.0.0](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.3...@helia/dag-cbor-v2.0.0) (2024-01-08)
    
    ### ⚠ BREAKING CHANGES
    
    * uses multiformats v13 and helia v3
    
    ### Features
    
    * update helia to v3 and multiformats to v13 ([#45](ipfs/helia-dag-cbor#45)) ([f078447](ipfs/helia-dag-cbor@f078447))
    semantic-release-bot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    547ca94 View commit details
    Browse the repository at this point in the history
  24. chore: update sibling dependencies

    aegir[bot] committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6dad087 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ef0c1a1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    705e7c5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6bff18c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8aa1b78 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9e4e708 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1f3dea4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    887acf0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    12414a4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f02682e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fbd5a57 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    977a354 View commit details
    Browse the repository at this point in the history
  36. chore: update gh actions

    achingbrain committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2359d37 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    43a8bcc View commit details
    Browse the repository at this point in the history