From afbc0c7612a90a569975722dbcfc7ece8d8e0245 Mon Sep 17 00:00:00 2001 From: Unity Technologies <@unity> Date: Thu, 30 May 2024 00:00:00 +0000 Subject: [PATCH] com.unity.netcode@1.2.3 ## [1.2.3] - 2024-05-30 ### Changed * Updated entities packages dependencies --- CHANGELOG.md | 7 +++++++ ValidationExceptions.json | 22 +++++++++++----------- package.json | 10 +++++----- 3 files changed, 23 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f30ad..c0f642a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ uid: changelog # Changelog +## [1.2.3] - 2024-05-30 + +### Changed +* Updated entities packages dependencies + + ## [1.2.1] - 2024-04-26 ### Changed @@ -11,6 +17,7 @@ uid: changelog * Updated Burst dependency to version 1.8.13 * Updated entities packages dependencies + ## [1.2.0] - 2024-03-22 ### Changed diff --git a/ValidationExceptions.json b/ValidationExceptions.json index c268fba..c1098a7 100644 --- a/ValidationExceptions.json +++ b/ValidationExceptions.json @@ -1,20 +1,20 @@ { - "ErrorExceptions": [ - { - "ValidationTest": "API Validation", - "ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.", - "PackageVersion": "1.2.1" - }, + "ErrorExceptions": [ { "ValidationTest": "API Validation", "ExceptionMessage": "Additions require a new minor or major version.", - "PackageVersion": "1.2.1" + "PackageVersion": "1.2.3" }, { "ValidationTest": "API Validation", "ExceptionMessage": "New assembly \"Unity.NetCode.TestsUtils\" may only be added in a new minor or major version.", - "PackageVersion": "1.2.1" - } - ], - "WarningExceptions": [] + "PackageVersion": "1.2.3" + }, + { + "ValidationTest": "API Validation", + "ExceptionMessage": "For Experimental or Preview Packages, breaking changes require a new minor version.", + "PackageVersion": "1.2.3" + } + ], + "WarningExceptions": [] } diff --git a/package.json b/package.json index 6a69992..2cd59ca 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { "name": "com.unity.netcode", "displayName": "Netcode for Entities", - "version": "1.2.1", + "version": "1.2.3", "unity": "2022.3", "unityRelease": "11f1", "description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.", "dependencies": { "com.unity.transport": "2.1.0", - "com.unity.entities": "1.2.1", + "com.unity.entities": "1.2.3", "com.unity.modules.animation": "1.0.0" }, "_upm": { - "changelog": "### Changed\n\n* Updated Burst dependency to version 1.8.13\n* Updated entities packages dependencies" + "changelog": "### Changed\n* Updated entities packages dependencies" }, "upmCi": { - "footprint": "2a3fa1e508d74a00333496f3d563d6cc7c3bf5ad" + "footprint": "3ef2bbdc2c1c22f3f95fbbe7ab63dd5b34907d8b" }, "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.netcode@1.2/manual/index.html", "repository": { "url": "https://github.cds.internal.unity3d.com/unity/dots.git", "type": "git", - "revision": "6ecf7a215623cca37079c6f1a3e6f2f686c91721" + "revision": "0e866f29be5f7742acc14fad89281f547835ef01" } }