Skip to content

Commit c891857

Browse files
Version Packages
1 parent ab912ba commit c891857

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/react-native-pretty-logs.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/evlog/CHANGELOG.md

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

3+
## 2.14.1
4+
5+
### Patch Changes
6+
7+
- [#306](https://github.com/HugoRCD/evlog/pull/306) [`570d675`](https://github.com/HugoRCD/evlog/commit/570d675ed70d472ba108cfa9143dcc23e347081c) Thanks [@shubh73](https://github.com/shubh73)! - Detect browser environments for `%c` console styling using `isBrowser()` (window, document, and non–React Native `navigator.product`) so React Native / Metro no longer prints format strings and CSS arguments as literal text when `window` is polyfilled. `isClient()` / `isServer()` are unchanged for existing consumers.
8+
39
## 2.14.0
410

511
### Minor Changes

packages/evlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evlog",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Wide event logging library with structured error handling. Inspired by LoggingSucks.",
55
"author": "HugoRCD <contact@hrcd.fr>",
66
"homepage": "https://evlog.dev",

0 commit comments

Comments
 (0)