mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 17:50:15 +01:00
Release 0.0.12
This commit is contained in:
parent
fecbf2c85c
commit
b237412696
24
CHANGELOG.md
24
CHANGELOG.md
@ -4,11 +4,35 @@ 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.12](https://github.com/oceanprotocol/react/compare/v0.0.11...v0.0.12)
|
||||
|
||||
> 14 July 2020
|
||||
|
||||
- v3 [`#51`](https://github.com/oceanprotocol/react/pull/51)
|
||||
- Bump release-it from 13.6.4 to 13.6.5 [`#50`](https://github.com/oceanprotocol/react/pull/50)
|
||||
- Bump @types/react from 16.9.41 to 16.9.43 [`#49`](https://github.com/oceanprotocol/react/pull/49)
|
||||
- Bump release-it from 13.6.3 to 13.6.4 [`#40`](https://github.com/oceanprotocol/react/pull/40)
|
||||
- Bump @types/react from 16.9.38 to 16.9.41 [`#41`](https://github.com/oceanprotocol/react/pull/41)
|
||||
- Bump eslint-plugin-react from 7.20.0 to 7.20.1 [`#43`](https://github.com/oceanprotocol/react/pull/43)
|
||||
- Bump eslint from 7.2.0 to 7.3.1 [`#42`](https://github.com/oceanprotocol/react/pull/42)
|
||||
- Bump @types/react from 16.9.35 to 16.9.38 [`#39`](https://github.com/oceanprotocol/react/pull/39)
|
||||
- Bump @release-it/bumper from 1.1.1 to 1.4.0 [`#38`](https://github.com/oceanprotocol/react/pull/38)
|
||||
- Bump eslint-plugin-prettier from 3.1.3 to 3.1.4 [`#36`](https://github.com/oceanprotocol/react/pull/36)
|
||||
- Bump release-it from 13.6.1 to 13.6.3 [`#35`](https://github.com/oceanprotocol/react/pull/35)
|
||||
- Bump auto-changelog from 2.0.0 to 2.1.0 [`#34`](https://github.com/oceanprotocol/react/pull/34)
|
||||
- Bump typescript from 3.9.3 to 3.9.5 [`#32`](https://github.com/oceanprotocol/react/pull/32)
|
||||
- Bump eslint from 7.1.0 to 7.2.0 [`#31`](https://github.com/oceanprotocol/react/pull/31)
|
||||
- Create Dependabot config file [`#30`](https://github.com/oceanprotocol/react/pull/30)
|
||||
- provider, publish, consume [`1c1e95f`](https://github.com/oceanprotocol/react/commit/1c1e95fd0b6b44bb13b45fa498fd4884c62fbdd2)
|
||||
- publish [`e0172c8`](https://github.com/oceanprotocol/react/commit/e0172c88cd83466430e103ec6f056cb8a5a3134f)
|
||||
- publish [`6a8566b`](https://github.com/oceanprotocol/react/commit/6a8566b1dbcdc5861ea7f0dfffe6fe7d8dbbc687)
|
||||
|
||||
#### [v0.0.11](https://github.com/oceanprotocol/react/compare/v0.0.10...v0.0.11)
|
||||
|
||||
> 27 May 2020
|
||||
|
||||
- compute fix [`ca2a0ec`](https://github.com/oceanprotocol/react/commit/ca2a0ec0d4ae360f85156727c4f5bd8e296aeb6f)
|
||||
- Release 0.0.11 [`876c845`](https://github.com/oceanprotocol/react/commit/876c8459fa2e6820de15edea27a8768b9b0ba261)
|
||||
|
||||
#### [v0.0.10](https://github.com/oceanprotocol/react/compare/v0.0.9...v0.0.10)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.11",
|
||||
"version": "0.0.12",
|
||||
"description": "React hooks & components on top of squid.js",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user