@unimodules/core
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -11,3 +11,13 @@ # Changelog | ||
- Fixed error when serializing a `Map` containing a `null` ([#8153](https://github.com/expo/expo/pull/8153) by [@sjchmiela](https://github.com/sjchmiela)) | ||
## [5.1.1] - 2020-05-05 | ||
### 🛠 Breaking changes | ||
### 🎉 New features | ||
### 🐛 Bug fixes | ||
- Fixed a rare undetermined behavior that may have been a result of misuse of `dispatch_once_t` on iOS ([#7576](https://github.com/expo/expo/pull/7576) by [@sjchmiela](https://github.com/sjchmiela)) | ||
- Fixed error when serializing a `Map` containing a `Bundle` ([#8068](https://github.com/expo/expo/pull/8068) by [@sjchmiela](https://github.com/sjchmiela)) |
{ | ||
"name": "@unimodules/core", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Universal modules core", | ||
@@ -39,3 +39,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "e17e06c2fe626e963b647a66081d32b2a80c2e25" | ||
"gitHead": "5a58a408ddb1c0019dce4a1612bc766916ee010a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119814