Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 6
---

# Catalog Providers
# Getting started with providers

The Catalog exposes a package facilitating the interaction with Web3 providers like Metamask.

Expand Down
10 changes: 9 additions & 1 deletion lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.0.27](https://github.com/nevermined-io/components-catalog/compare/v0.0.96...v0.0.27)
#### [v0.0.28](https://github.com/nevermined-io/components-catalog/compare/v0.0.97...v0.0.28)

#### [v0.0.97](https://github.com/nevermined-io/components-catalog/compare/v0.0.96...v0.0.97)

> 22 August 2022

- Refactor/useisnft721holder [`#147`](https://github.com/nevermined-io/components-catalog/pull/147)
- add parameter agreement id to userIsNFT721Holder custom hook [`3ad5d63`](https://github.com/nevermined-io/components-catalog/commit/3ad5d630b2015be6efbb09753d388b2beca2e75c)
- Adding v0.0.96 Changelog updates [`ff8bd4a`](https://github.com/nevermined-io/components-catalog/commit/ff8bd4a53e03c024148c9780bf42d0358527bd8f)

#### [v0.0.96](https://github.com/nevermined-io/components-catalog/compare/v0.0.95...v0.0.96)

Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/catalog-core",
"version": "0.0.28",
"version": "0.0.29",
"private": false,
"scripts": {
"watch": "./node_modules/.bin/nodemon",
Expand Down
2 changes: 1 addition & 1 deletion providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/catalog-providers",
"version": "0.0.28",
"version": "0.0.29",
"private": false,
"scripts": {
"watch": "./node_modules/.bin/nodemon",
Expand Down