Skip to content

Commit 7d1e5e4

Browse files
committed
feat: upgrade cinemachine, authentication and vcontainer packages
1 parent 314606b commit 7d1e5e4

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
4040
* com.unity.services.multiplayer from v1.1.1 to v1.1.2
4141
* com.unity.test-framework from v1.4.6 to v1.5.1
4242
* com.unity.transport from v2.4.0 to v2.5.0
43+
* com.unity.cinemachine from v.3.1.2 to 3.1.3
44+
* com.unity.services.authentication from 3.4.0 to 3.4.1
45+
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
4346

4447
### Cleanup
4548
* Removed ParrelSync from the project (#890)

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation": "2.0.6",
5-
"com.unity.cinemachine": "3.1.2",
5+
"com.unity.cinemachine": "3.1.3",
66
"com.unity.collab-proxy": "2.7.1",
77
"com.unity.ide.rider": "3.0.35",
88
"com.unity.ide.visualstudio": "2.0.22",
@@ -17,14 +17,14 @@
1717
"com.unity.performance.profile-analyzer": "1.2.3",
1818
"com.unity.postprocessing": "3.4.0",
1919
"com.unity.render-pipelines.universal": "17.0.4",
20-
"com.unity.services.authentication": "3.4.0",
20+
"com.unity.services.authentication": "3.4.1",
2121
"com.unity.services.multiplayer": "1.1.2",
2222
"com.unity.test-framework": "1.5.1",
2323
"com.unity.timeline": "1.8.7",
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",
27-
"jp.hadashikick.vcontainer": "1.14.0",
27+
"jp.hadashikick.vcontainer": "1.16.8",
2828
"com.unity.modules.accessibility": "1.0.0",
2929
"com.unity.modules.ai": "1.0.0",
3030
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.cinemachine": {
29-
"version": "3.1.2",
29+
"version": "3.1.3",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {
33-
"com.unity.splines": "2.0.0"
33+
"com.unity.splines": "2.0.0",
34+
"com.unity.modules.imgui": "1.0.0"
3435
},
3536
"url": "https://packages.unity.com"
3637
},
@@ -272,7 +273,7 @@
272273
"url": "https://packages.unity.com"
273274
},
274275
"com.unity.services.authentication": {
275-
"version": "3.4.0",
276+
"version": "3.4.1",
276277
"depth": 0,
277278
"source": "registry",
278279
"dependencies": {
@@ -457,7 +458,7 @@
457458
}
458459
},
459460
"jp.hadashikick.vcontainer": {
460-
"version": "1.14.0",
461+
"version": "1.16.8",
461462
"depth": 0,
462463
"source": "registry",
463464
"dependencies": {},

0 commit comments

Comments
 (0)