Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 155f4cc

Browse files
committed
v15.6.0 for real
1 parent abf3f8c commit 155f4cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 15.6.0
22

3+
* Switch from BSD + Patents to MIT license
34
* Add PropTypes.exact, like PropTypes.shape but warns on extra object keys. ([@thejameskyle](https://github.com/thejameskyle) and [@aweary](https://github.com/aweary) in [#41](https://github.com/reactjs/prop-types/pull/41) and [#87](https://github.com/reactjs/prop-types/pull/87))
45

56
## 15.5.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://facebook.github.io/react/",
2727
"dependencies": {
28-
"fbjs": "^0.8.9",
28+
"fbjs": "^0.8.16",
2929
"loose-envify": "^1.3.1",
3030
"object-assign": "^4.1.1"
3131
},

0 commit comments

Comments
 (0)