Skip to content

Commit 9511198

Browse files
committed
pin peerDep on history
1 parent d885792 commit 9511198

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [HEAD]
22

3+
## [v1.0.2]
4+
> Dec 8, 2015
5+
6+
- Pinned peer dependency on History to `1.13.x` to avoid console warnings.
7+
38
## [v1.0.1]
49
> Dec 5, 2015
510

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"warning": "^2.0.0"
4242
},
4343
"peerDependencies": {
44-
"history": "^1.12.0"
44+
"history": "1.13.x"
4545
},
4646
"devDependencies": {
4747
"babel": "^5.4.7",

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ update_version 'package.json' $next_version
3434
git commit -am "Version $next_version"
3535

3636
# push first to make sure we're up-to-date
37-
git push origin master
37+
git push origin 1.0.x
3838

3939
git tag $next_ref
4040
git tag latest -f

0 commit comments

Comments
 (0)