Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Release candidate for version 0.3.9. (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdk-for-unity-bot authored Jul 24, 2020
1 parent 85fcb49 commit 63dd630
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 32 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## `0.3.9` - 2020-07-24

### Breaking Changes

- The `GetResponse<T>(CommandRequestId)` method in the `IDiffCommandResponseStorage` and `CommandSystem` now returns a `T?` instead of `MessageSpan<T>` [#1428](https://github.com/spatialos/gdk-for-unity/pull/1428)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.buildsystem",
"displayName": "SpatialOS GDK Build System",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Build System Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8"
"io.improbable.gdk.core": "0.3.9"
}
}
8 changes: 4 additions & 4 deletions workers/unity/Packages/io.improbable.gdk.core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.improbable.gdk.core",
"displayName": "SpatialOS GDK Core",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Core Module.",
"dependencies": {
"io.improbable.worker.sdk": "0.3.8",
"io.improbable.gdk.tools": "0.3.8",
"io.improbable.gdk.testutils": "0.3.8",
"io.improbable.worker.sdk": "0.3.9",
"io.improbable.gdk.tools": "0.3.9",
"io.improbable.gdk.testutils": "0.3.9",
"com.unity.entities": "0.9.1-preview.15"
}
}
4 changes: 2 additions & 2 deletions workers/unity/Packages/io.improbable.gdk.debug/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.debug",
"displayName": "SpatialOS GDK Debug Extensions",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Debug Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8"
"io.improbable.gdk.core": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.deploymentlauncher",
"displayName": "SpatialOS GDK Deployment Launcher",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Deployment Launcher.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8",
"io.improbable.gdk.tools": "0.3.8"
"io.improbable.gdk.core": "0.3.9",
"io.improbable.gdk.tools": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.gameobjectcreation",
"displayName": "SpatialOS GDK GameObject Creation",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK GameObject Creation Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8"
"io.improbable.gdk.core": "0.3.9"
}
}
6 changes: 3 additions & 3 deletions workers/unity/Packages/io.improbable.gdk.mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.improbable.gdk.mobile",
"displayName": "SpatialOS GDK Mobile Support",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Mobile Support Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8",
"io.improbable.worker.sdk.mobile": "0.3.8",
"io.improbable.gdk.core": "0.3.9",
"io.improbable.worker.sdk.mobile": "0.3.9",
"com.unity.modules.androidjni": "1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.playerlifecycle",
"displayName": "SpatialOS GDK Player Lifecycle",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Player Lifecycle Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8"
"io.improbable.gdk.core": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.gdk.querybasedinteresthelper",
"displayName": "SpatialOS GDK Query-based Interest Helper",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Query-based Interest Helper Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8"
"io.improbable.gdk.core": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.testutils",
"displayName": "SpatialOS GDK Test Utils",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Test Utils.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8",
"io.improbable.gdk.core": "0.3.9",
"com.unity.ext.nunit": "1.0.0",
"com.unity.test-framework": "1.1.14",
"com.unity.test-framework.performance": "2.2.0-preview"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.gdk.tools",
"displayName": "SpatialOS GDK Tools",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Support Tools.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "io.improbable.gdk.transformsynchronization",
"displayName": "SpatialOS GDK Transform Synchronization",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Transform Synchronization Module.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8",
"io.improbable.gdk.gameobjectcreation": "0.3.8"
"io.improbable.gdk.core": "0.3.9",
"io.improbable.gdk.gameobjectcreation": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "io.improbable.gdk.transformsynchronization2d",
"displayName": "SpatialOS GDK Transform Synchronization 2D",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS GDK Transform Synchronization Module 2D.",
"dependencies": {
"io.improbable.gdk.core": "0.3.8",
"io.improbable.gdk.transformsynchronization": "0.3.8",
"io.improbable.gdk.core": "0.3.9",
"io.improbable.gdk.transformsynchronization": "0.3.9",
"com.unity.modules.physics2d": "1.0.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "io.improbable.worker.sdk.mobile",
"displayName": "SpatialOS Worker Mobile SDK",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS Worker Mobile SDK.",
"dependencies": {
"io.improbable.worker.sdk": "0.3.8"
"io.improbable.worker.sdk": "0.3.9"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.improbable.worker.sdk",
"displayName": "SpatialOS Worker SDK",
"version": "0.3.8",
"version": "0.3.9",
"unity": "2019.3",
"author": "Improbable Worlds Ltd",
"description": "SpatialOS Worker SDK.",
Expand Down

0 comments on commit 63dd630

Please sign in to comment.