Commit Graph

12 Commits

Author SHA1 Message Date
Nicolas Gallagher ae7aa818fb 0.5.1 2018-02-20 17:48:12 -08:00
Nicolas Gallagher 9333e7e887 0.5.0 2018-02-19 15:48:05 -08:00
Nicolas Gallagher a41af0f65f 0.4.0 2018-02-06 16:35:20 -08:00
Nicolas Gallagher 1542f1f369 0.3.4 2018-01-31 10:31:50 -08:00
Nicolas Gallagher e4e6147081 0.3.3 2018-01-19 14:05:46 -08:00
Nicolas Gallagher 753ef963f6 0.3.2 2018-01-17 19:18:50 -08:00
Nicolas Gallagher 5cd533e6cc 0.3.1 2018-01-16 11:15:45 -08:00
Nicolas Gallagher 44d795437e Update to storybook@3.3.6 2018-01-09 17:34:28 -08:00
Nicolas Gallagher 91472bc3d6 0.3.0 2018-01-08 18:42:16 -08:00
Nicolas Gallagher 46e77d0b00 Change babel presets
Tune the compiled output to reduce file size.
2017-12-31 15:47:16 -08:00
Nicolas Gallagher bff3f50ae0 Fix release script 2017-12-30 18:42:35 -08:00
Nicolas Gallagher 3026465ae3 Monorepo
Introduces a monorepo structure, relies on yarn workspaces to share
dependencies, and lerna for syncing versions across the monorepo.

* Create 2 workspaces:
    'packages' and 'website'
* Create 2 public packages:
    'babel-plugin-react-native-web' and 'react-native-web'
* Create 1 private package:
    'benchmarks'

A simple release script runs the tests, builds the package assets,
increments the package version numbers, git commits and tags, publishes
the package to npm, pushes the changes to github, and releases the
website update.

Close #657
2017-12-24 12:33:41 +00:00