Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 1.02 KB

Changelog

v2.0.2

26-August-2016

Update .eslintrc and .babelrc along with the React CDK update process.

v2.0.1

Invalid Release.

v2.0.0

26-August-2016

Update all the dependencies to the latest and change the dev environment slightly. Here are some key changes:

  • Use FB's react-app babel preset.
  • Use the latest airbnb's eslint config(v2.0.0) which some minor overrides.

v1.2.2

30-August-2016

  • Remove some unused code from the update generator.

v1.2.1

30-August-2016

  • Had to remove some unused files from .storybook directory from the generator.

v1.2.0

30-August-2016

  • Update @kadira/storybook to use version 2.x.x.
  • Add .npmrc with liking @kadira org to NPM's default registry. See: PR21.

v1.1.0

  • Add update generator since it's not publish to NPM earlier. See: PR
  • Update react-storybook to version 1.19.0

v1.0.2

Initial Release