Skip to content

Commit 79e8566

Browse files
committed
feat: upgrading packages and changing utilities package dependencies and changelogs
1 parent f49bb12 commit 79e8566

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
4343
* com.unity.cinemachine from v.3.1.2 to 3.1.3
4444
* com.unity.services.authentication from 3.4.0 to 3.4.1
4545
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
46+
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
47+
* com.unity.timeline from 1.8.7 to 1.8.8
4648

4749
### Cleanup
4850
* Removed ParrelSync from the project (#890)

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
### Changed
66
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2
77
* Removed UnityRelayUtilities
8+
* Upgrading Editor version dependency to 6000.0
9+
* Upgrading package dependencies:
10+
* Tutorial Framework upgraded to v4.0.4
11+
* Multiplayer Tools to v2.2.3
12+
* Netcode for GameObjects to v2.2.0
13+
814

915
## [1.9.0] - 2024-04-18
1016

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"com.unity.inputsystem": "1.13.1",
1010
"com.unity.learn.iet-framework": "4.0.4",
1111
"com.unity.learn.iet-framework.authoring": "1.2.2",
12-
"com.unity.memoryprofiler": "1.1.5",
12+
"com.unity.memoryprofiler": "1.1.6",
1313
"com.unity.multiplayer.center": "1.0.0",
1414
"com.unity.multiplayer.playmode": "1.3.3",
1515
"com.unity.multiplayer.tools": "2.2.3",
@@ -20,7 +20,7 @@
2020
"com.unity.services.authentication": "3.4.1",
2121
"com.unity.services.multiplayer": "1.1.2",
2222
"com.unity.test-framework": "1.5.1",
23-
"com.unity.timeline": "1.8.7",
23+
"com.unity.timeline": "1.8.8",
2424
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
2525
"com.unity.transport": "2.5.0",
2626
"com.unity.ugui": "2.0.0",

Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"url": "https://packages.unity.com"
122122
},
123123
"com.unity.memoryprofiler": {
124-
"version": "1.1.5",
124+
"version": "1.1.6",
125125
"depth": 0,
126126
"source": "registry",
127127
"dependencies": {
@@ -416,7 +416,7 @@
416416
"url": "https://packages.unity.com"
417417
},
418418
"com.unity.timeline": {
419-
"version": "1.8.7",
419+
"version": "1.8.8",
420420
"depth": 0,
421421
"source": "registry",
422422
"dependencies": {

0 commit comments

Comments
 (0)