Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="2.0.3"></a> | ||
## [2.0.3](https://gitlab.com/iiroj/app-bar/compare/v2.0.2...v2.0.3) (2018-11-10) | ||
<a name="2.0.2"></a> | ||
@@ -7,0 +12,0 @@ ## [2.0.2](https://gitlab.com/iiroj/app-bar/compare/v2.0.1...v2.0.2) (2018-10-29) |
@@ -9,5 +9,5 @@ import * as React from 'react'; | ||
} | ||
declare const _default: React.ComponentType<BaseProps & { | ||
declare const _default: React.ForwardRefExoticComponent<BaseProps & { | ||
ref?: React.RefObject<any> | undefined; | ||
} & React.ClassAttributes<{}>>; | ||
export default _default; |
{ | ||
"name": "app-bar", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "An app bar for React that stays out of your way", | ||
@@ -20,2 +20,3 @@ "license": "MIT", | ||
"build": "tsc --build tsconfig.build.json", | ||
"clean": "tsc --build --clean tsconfig.build.json", | ||
"version": "standard-version", | ||
@@ -31,3 +32,3 @@ "prerelease": "npm run lint && npm run build", | ||
"devDependencies": { | ||
"@types/react": "^16.4.18", | ||
"@types/react": "^16.7.2", | ||
"@types/react-dom": "^16.0.9", | ||
@@ -37,5 +38,5 @@ "css-wipe": "^4.3.0", | ||
"parcel-bundler": "^1.10.3", | ||
"prettier": "^1.14.3", | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0", | ||
"prettier": "^1.15.1", | ||
"react": "^16.6.1", | ||
"react-dom": "^16.6.1", | ||
"standard-version": "^4.4.0", | ||
@@ -47,3 +48,3 @@ "tslint": "^5.11.0", | ||
"tslint-react": "^3.6.0", | ||
"typescript": "^3.1.3" | ||
"typescript": "^3.1.6" | ||
}, | ||
@@ -50,0 +51,0 @@ "keywords": [ |
16949