Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/ipfs-webui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: ipfs/ipfs-webui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 2 commits
  • 35 files changed
  • 3 contributors

Commits on Jun 12, 2023

  1. feat!: use ipld-explorer-components@4.0.0 (#2117)

    * feat!: use latest ipld-explorer-components
    
    BREAKING CHANGE: This change updates the version of
    ipld-explorer-components we're using. The new ipld-explorer-components
    does not depend on old js-ipfs nor ipld dependencies.
    
    * fix: transient dependency warning
    
    * test: fix peer-locations.test.js
    
    * test: fix src/bundles/peer-bandwidth.test.js
    
    * test: fix test/e2e/explore.test.js
    
    * fix: support async peer info
    
    * test: fix src/bundles/peer-locations.test.js
    
    * fix: don't throw on lack of coverage data
    
    * feat: use ipld-explorer-components@4.0.0
    
    * chore: attempt to remove npm strict engines
    
    * fix: 🔧 Fixing ipld-explorer Builds (#2120)
    
    * chore(CI): remove unnecessary npm install
    
    * fix: remove unused var
    
    * fix: test-storybook:ci script
    
    * Update src/bundles/peer-locations.js
    
    Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
    
    * chore: remove custom eslint rule
    
    ---------
    
    Co-authored-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
    SgtPooki and whizzzkid authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    638e93d View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0 [skip ci]

    ## [4.0.0](v3.0.0...v4.0.0) (2023-06-12)
    
     CID `bafybeifu32oukwmh5674fbjyvn7nkobfxyrnr4hq5gl46yv7jkvai2ze7q`
    
     ---
    
    ### ⚠ BREAKING CHANGES
    
    * This change updates the version of
    ipld-explorer-components we're using. The new ipld-explorer-components
    does not depend on old js-ipfs nor ipld dependencies.
    
    * fix: transient dependency warning
    
    * test: fix peer-locations.test.js
    
    * test: fix src/bundles/peer-bandwidth.test.js
    
    * test: fix test/e2e/explore.test.js
    
    * fix: support async peer info
    
    * test: fix src/bundles/peer-locations.test.js
    
    * fix: don't throw on lack of coverage data
    
    * feat: use ipld-explorer-components@4.0.0
    
    * chore: attempt to remove npm strict engines
    
    ### Features
    
    * use ipld-explorer-components@4.0.0 ([#2117](#2117)) ([638e93d](638e93d)), closes [#2120](#2120)
    semantic-release-bot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    eefde73 View commit details
    Browse the repository at this point in the history
Loading