Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 098eedb

Browse files
authored
Merge pull request #150 from nevermined-io/update/0.0.29
Update/0.0.29
2 parents a62e463 + 56fc9bc commit 098eedb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 6
33
---
44

5-
# Catalog Providers
5+
# Getting started with providers
66

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

lib/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7-
#### [v0.0.27](https://github.com/nevermined-io/components-catalog/compare/v0.0.96...v0.0.27)
7+
#### [v0.0.28](https://github.com/nevermined-io/components-catalog/compare/v0.0.97...v0.0.28)
8+
9+
#### [v0.0.97](https://github.com/nevermined-io/components-catalog/compare/v0.0.96...v0.0.97)
10+
11+
> 22 August 2022
12+
13+
- Refactor/useisnft721holder [`#147`](https://github.com/nevermined-io/components-catalog/pull/147)
14+
- add parameter agreement id to userIsNFT721Holder custom hook [`3ad5d63`](https://github.com/nevermined-io/components-catalog/commit/3ad5d630b2015be6efbb09753d388b2beca2e75c)
15+
- Adding v0.0.96 Changelog updates [`ff8bd4a`](https://github.com/nevermined-io/components-catalog/commit/ff8bd4a53e03c024148c9780bf42d0358527bd8f)
816

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

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nevermined-io/catalog-core",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"private": false,
55
"scripts": {
66
"watch": "./node_modules/.bin/nodemon",

providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nevermined-io/catalog-providers",
3-
"version": "0.0.28",
3+
"version": "0.0.29",
44
"private": false,
55
"scripts": {
66
"watch": "./node_modules/.bin/nodemon",

0 commit comments

Comments
 (0)