diff --git a/docs/providers.md b/docs/providers.md index 8db38af6..3aa2c52e 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -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. diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index f49216d9..e2b4909c 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -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) diff --git a/lib/package.json b/lib/package.json index 28af1e48..e216c40c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -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", diff --git a/providers/package.json b/providers/package.json index fddbb63c..1a179c83 100644 --- a/providers/package.json +++ b/providers/package.json @@ -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",