@quid/react-tabs-provider
Advanced tools
Comparing version 1.26.0 to 1.38.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.38.1](https://github.com/quid/refraction/tree/master/packages/react-tabs-provider/compare/v1.38.0...v1.38.1) (2019-03-12) | ||
### Bug Fixes | ||
* set all packages to public by default ([6a4d961](https://github.com/quid/refraction/tree/master/packages/react-tabs-provider/commit/6a4d961)) | ||
# 1.26.0 (2019-01-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quid/react-tabs-provider", | ||
"version": "1.26.0", | ||
"version": "1.38.1", | ||
"description": "render-props based component to handle tab navigation", | ||
@@ -13,2 +13,5 @@ "main": "dist/index.js", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
@@ -26,3 +29,4 @@ "start": "microbundle watch", | ||
"react": "15||16" | ||
} | ||
}, | ||
"gitHead": "87ac93becfec800c1738d987b78044e84a25d8f3" | ||
} |
@@ -7,3 +7,3 @@ This first example showcases the "stateful" or "uncontrolled" usage. | ||
```js | ||
```js showcode | ||
const { Tabs, TabList, TabPanel } = require('.'); | ||
@@ -10,0 +10,0 @@ |
25164
21