1.0.0 • Published 7 years ago

@gooddata/react-redux-components v1.0.0

Weekly downloads
2
License
BSD-3-Clause
Repository
-
Last release
7 years ago

GoodData React Redux Components

Installation

Prerequisites (peerDependencies)

- React
- Redux
- @gooddata/react-components
yarn add @gooddata/react-redux-components

Usage

Documentation in Confluence

Releasing

git checkout master && git pull upstream master --tags
npm version patch -m "Release v%s"
npm publish --access=restricted
git push upstream master --tags