com.wallstop-studios.dxmessaging 2.1.9 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.2.0]
11
+
10
12
  ### Fixed
11
13
 
12
14
  - Fixed a bug where no messages would get received by any listeners due to specifics in Unity play mode timings
@@ -26,7 +26,7 @@ namespace DxMessaging.Editor
26
26
  {
27
27
  if (
28
28
  stateChange == PlayModeStateChange.EnteredEditMode
29
- || stateChange == PlayModeStateChange.EnteredPlayMode
29
+ || stateChange == PlayModeStateChange.ExitingEditMode
30
30
  )
31
31
  {
32
32
  ApplyEditorSettings();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.dxmessaging",
3
- "version": "2.1.9",
3
+ "version": "2.2.0",
4
4
  "displayName": "DxMessaging",
5
5
  "description": "Synchronous Event Bus for Unity",
6
6
  "unity": "2021.3",