Skip to content

Commit

Permalink
bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Oct 10, 2018
1 parent e6f5a25 commit 4649b79
Showing 1 changed file with 27 additions and 19 deletions.
46 changes: 27 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change Log

### upcoming (2018/10/10 04:17 +00:00)
- [e6f5a25](https://github.com/modosc/react-responsive-redux/commit/e6f5a252929b6bbf16f5bc06609b10ea93ba6ba9) revert react-responsive@5 change since it breaks ssr (@modosc)
- [ead65f6](https://github.com/modosc/react-responsive-redux/commit/ead65f60a1bc7e48b732291ca0f9d0c0600c91cf) update babel to released version, udpate react-responsive dep to @^5 (@modosc)

### v0.6.0 (2018/07/08 23:31 +00:00)
- [c465518](https://github.com/modosc/react-responsive-redux/commit/c4655186de52008ee5f6a7ed2fffcd5ab235b29a) update peerDeps for redux@4, cleanup old test stuff, dep updates (@modosc)
- [cca0920](https://github.com/modosc/react-responsive-redux/commit/cca0920982e5a688fed7aa20ca398d5ea18139ba) update changelog (@modosc)

### v0.5.0 (2018/02/02 19:27 +00:00)
- [09a2c23](https://github.com/modosc/react-responsive-redux/commit/09a2c23e012365bc651aa4f31ee531c6de44c8d0) bump to 0.5.0 (@modosc)
- [fe362b4](https://github.com/modosc/react-responsive-redux/commit/fe362b4a1a3eea26231a48b1b8010eeb6827f870) add test for component prop (@modosc)
Expand All @@ -13,31 +21,31 @@

### v0.3.0 (2017/12/15 21:53 +00:00)
- [a73c006](https://github.com/modosc/react-responsive-redux/commit/a73c00628754ef7ac22ed45d7606cfe3536cd3ff) updates, default to desktop size instead of tablet + 1, explicitly export methods to work around broken webpack treeshaking (@modosc)
- [c4b82af](https://github.com/modosc/react-responsive-redux/commit/c4b82af78f78820f978d6505f5e46fc4d20e51d0) update CHANGELOG (@modosc)
- [aa9ccac](https://github.com/modosc/react-responsive-redux/commit/aa9ccac94e6e6ab837f21fce8ea55d01476fa4d1) Dependency updates (@modosc)
- [c4b82af](https://github.com/modosc/react-responsive-redux/commit/c4b82af78f78820f978d6505f5e46fc4d20e51d0) update CHANGELOG
- [aa9ccac](https://github.com/modosc/react-responsive-redux/commit/aa9ccac94e6e6ab837f21fce8ea55d01476fa4d1) Dependency updates
- [8270e0f](https://github.com/modosc/react-responsive-redux/commit/8270e0ff2433c86d52ec9c027d1908c934b48f4e) MediaQuery child can be a node or func. (@marnusw)

### v0.2.0 (2017/10/04 16:44 +00:00)
- [aa5c103](https://github.com/modosc/react-responsive-redux/commit/aa5c1037b3a63e47e2425a2079cd91c807777c93) support react 16 (@modosc)
- [aa5c103](https://github.com/modosc/react-responsive-redux/commit/aa5c1037b3a63e47e2425a2079cd91c807777c93) support react 16

### v0.1.2 (2017/09/13 21:01 +00:00)
- [f19de88](https://github.com/modosc/react-responsive-redux/commit/f19de88205ad7cf033e805958a4b6518357dae29) add peerDeps in README.md (@modosc)
- [f19de88](https://github.com/modosc/react-responsive-redux/commit/f19de88205ad7cf033e805958a4b6518357dae29) add peerDeps in README.md

### v0.1.1 (2017/09/13 20:56 +00:00)
- [2e7c59e](https://github.com/modosc/react-responsive-redux/commit/2e7c59e10717aa75bfcbc72a0dd5a0eafd4dab4c) make react-responsive an actual dep instead of a peerDep (@modosc)
- [2e7c59e](https://github.com/modosc/react-responsive-redux/commit/2e7c59e10717aa75bfcbc72a0dd5a0eafd4dab4c) make react-responsive an actual dep instead of a peerDep

### v0.1.0 (2017/09/13 20:32 +00:00)
- [56bf7f1](https://github.com/modosc/react-responsive-redux/commit/56bf7f11bf297bc5953c70cbd56628876bcca916) initial version? (@modosc)
- [7b17b7d](https://github.com/modosc/react-responsive-redux/commit/7b17b7d0cd995276e2a3405938e7db4fa9b101d0) make props.children optional, default to null (@modosc)
- [e040cd9](https://github.com/modosc/react-responsive-redux/commit/e040cd940ce8a3657997f98c014699520240cedc) parser -> mobileParser (@modosc)
- [92e7d57](https://github.com/modosc/react-responsive-redux/commit/92e7d57f22c4636da7c5d55028aee1631469895e) responsiveReducer -> reducer (@modosc)
- [1a33477](https://github.com/modosc/react-responsive-redux/commit/1a33477a5171f79096924568e0e4c435a8ce7885) add eslint ruleset, fix test (@modosc)
- [497728a](https://github.com/modosc/react-responsive-redux/commit/497728a07254127c4bd187a0f03e9250f5cbf9d8) simplify reducer (@modosc)
- [8cb74f7](https://github.com/modosc/react-responsive-redux/commit/8cb74f729dcbb5e0c4713153646a6529ad644309) buildReducer -> buildResponsiveReducer (@modosc)
- [fc5d392](https://github.com/modosc/react-responsive-redux/commit/fc5d3929cdebb44ce24ca843b1970b9d4bffdf98) no user specified breakpoints for now (@modosc)
- [0128c23](https://github.com/modosc/react-responsive-redux/commit/0128c23a17312da393256ff6ddbf87c6f320b171) add component name (@modosc)
- [372cc54](https://github.com/modosc/react-responsive-redux/commit/372cc546028fbf63030979f105db77c081da3723) bugs (@modosc)
- [874d236](https://github.com/modosc/react-responsive-redux/commit/874d236d580ea204796837de9c3a54d45894f543) add-module-exports, not sure we need this anymore (@modosc)
- [b977553](https://github.com/modosc/react-responsive-redux/commit/b977553339804f0f67dd69fd581dc38c7b4e3dd4) now with parser (@modosc)
- [3ef699d](https://github.com/modosc/react-responsive-redux/commit/3ef699d9eb00ed083aae4c041d66c4844f6a835c) initial build working, tests next (@modosc)
- [dba3b9e](https://github.com/modosc/react-responsive-redux/commit/dba3b9e2ecd78c5af7725011c44ca56c3bf22b01) initial commit (@modosc)
- [56bf7f1](https://github.com/modosc/react-responsive-redux/commit/56bf7f11bf297bc5953c70cbd56628876bcca916) initial version?
- [7b17b7d](https://github.com/modosc/react-responsive-redux/commit/7b17b7d0cd995276e2a3405938e7db4fa9b101d0) make props.children optional, default to null
- [e040cd9](https://github.com/modosc/react-responsive-redux/commit/e040cd940ce8a3657997f98c014699520240cedc) parser -> mobileParser
- [92e7d57](https://github.com/modosc/react-responsive-redux/commit/92e7d57f22c4636da7c5d55028aee1631469895e) responsiveReducer -> reducer
- [1a33477](https://github.com/modosc/react-responsive-redux/commit/1a33477a5171f79096924568e0e4c435a8ce7885) add eslint ruleset, fix test
- [497728a](https://github.com/modosc/react-responsive-redux/commit/497728a07254127c4bd187a0f03e9250f5cbf9d8) simplify reducer
- [8cb74f7](https://github.com/modosc/react-responsive-redux/commit/8cb74f729dcbb5e0c4713153646a6529ad644309) buildReducer -> buildResponsiveReducer
- [fc5d392](https://github.com/modosc/react-responsive-redux/commit/fc5d3929cdebb44ce24ca843b1970b9d4bffdf98) no user specified breakpoints for now
- [0128c23](https://github.com/modosc/react-responsive-redux/commit/0128c23a17312da393256ff6ddbf87c6f320b171) add component name
- [372cc54](https://github.com/modosc/react-responsive-redux/commit/372cc546028fbf63030979f105db77c081da3723) bugs
- [874d236](https://github.com/modosc/react-responsive-redux/commit/874d236d580ea204796837de9c3a54d45894f543) add-module-exports, not sure we need this anymore
- [b977553](https://github.com/modosc/react-responsive-redux/commit/b977553339804f0f67dd69fd581dc38c7b4e3dd4) now with parser
- [3ef699d](https://github.com/modosc/react-responsive-redux/commit/3ef699d9eb00ed083aae4c041d66c4844f6a835c) initial build working, tests next
- [dba3b9e](https://github.com/modosc/react-responsive-redux/commit/dba3b9e2ecd78c5af7725011c44ca56c3bf22b01) initial commit

0 comments on commit 4649b79

Please sign in to comment.