1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 09:47:06 +01:00

Release 0.5.6

This commit is contained in:
mihaisc 2021-03-18 14:45:26 +02:00
parent 68dafd3aa9
commit 2198dcf668
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 2 deletions

View File

@ -4,11 +4,18 @@ 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.5.6](https://github.com/oceanprotocol/react/compare/v0.5.5...v0.5.6)
- lib bump, publish update [`#263`](https://github.com/oceanprotocol/react/pull/263)
#### [v0.5.5](https://github.com/oceanprotocol/react/compare/v0.5.4...v0.5.5)
> 8 March 2021
- lib bump [`#259`](https://github.com/oceanprotocol/react/pull/259)
- Bump typescript from 4.2.2 to 4.2.3 [`#258`](https://github.com/oceanprotocol/react/pull/258)
- Bump @types/react from 17.0.2 to 17.0.3 [`#257`](https://github.com/oceanprotocol/react/pull/257)
- Release 0.5.5 [`a021976`](https://github.com/oceanprotocol/react/commit/a021976add1f458042c973df10cff27fadc9ee18)
#### [v0.5.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.5.5",
"version": "0.5.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.5.5",
"version": "0.5.6",
"description": "React hooks & components on top of @oceanprotocol/lib",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",