Skip to content

Commit 0d95935

Browse files
committedFeb 7, 2018
chore(release): 4.0.0
1 parent 9e16612 commit 0d95935

File tree

3 files changed

+3673
-1
lines changed

3 files changed

+3673
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="4.0.0"></a>
6+
# [4.0.0](https://github.com/wbuchwalter/ng-redux/compare/3.5.2...4.0.0) (2018-02-07)
7+
8+
9+
### Chores
10+
11+
* **build:** makes redux a peerDependency ([187534a](https://github.com/wbuchwalter/ng-redux/commit/187534a))
12+
13+
14+
### Features
15+
16+
* **lib:** added initial populate dispatch ([b94282b](https://github.com/wbuchwalter/ng-redux/commit/b94282b))
17+
* **lib:** fixes bugs with proposed provided-store logic ([745f3c7](https://github.com/wbuchwalter/ng-redux/commit/745f3c7))
18+
* **lib:** provide store functionality ([5bc1583](https://github.com/wbuchwalter/ng-redux/commit/5bc1583))
19+
* **lib:** reverted a change to the store initialization ([8128828](https://github.com/wbuchwalter/ng-redux/commit/8128828))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **build:** we aren't including redux to our umd build anymore.
25+
26+
Also added back the umd (dist) build since we still need to support it,
27+
but it will be .gitignored
28+
29+
Added some bower support workaround in Readme

0 commit comments

Comments
 (0)