From 8236beec3d214046991e600606ecf8c3fd35d5ee Mon Sep 17 00:00:00 2001 From: Infinite Red Date: Tue, 7 Jan 2025 19:57:03 +0000 Subject: [PATCH] release(reactotron-core-contract): 0.2.5 [skip ci] --- lib/reactotron-core-contract/CHANGELOG.md | 7 +++++++ lib/reactotron-core-contract/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/reactotron-core-contract/CHANGELOG.md b/lib/reactotron-core-contract/CHANGELOG.md index 0044b8204..36caa7eab 100644 --- a/lib/reactotron-core-contract/CHANGELOG.md +++ b/lib/reactotron-core-contract/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +### [0.2.5](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.4...reactotron-core-contract@0.2.5) (2025-01-07) + + +### Bug Fixes + +* **package.json:** remove "react-native" export condition ([#1530](https://github.com/infinitered/reactotron/issues/1530)) ([47be69f](https://github.com/infinitered/reactotron/commit/47be69fae1e410a22907893a69474857a3e5a854)) + ### [0.2.4](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.3...reactotron-core-contract@0.2.4) (2024-08-26) ### [0.2.3](https://github.com/infinitered/reactotron/compare/reactotron-core-contract@0.2.2...reactotron-core-contract@0.2.3) (2024-02-14) diff --git a/lib/reactotron-core-contract/package.json b/lib/reactotron-core-contract/package.json index abfc279fe..708ea6103 100644 --- a/lib/reactotron-core-contract/package.json +++ b/lib/reactotron-core-contract/package.json @@ -1,6 +1,6 @@ { "name": "reactotron-core-contract", - "version": "0.2.4", + "version": "0.2.5", "description": "Typescript contracts for websocket messages between server and clients", "author": "Infinite Red", "license": "MIT",