diff --git a/.github/workflows/container-images.yml b/.github/workflows/container-images.yml index ac0da326..39b200bc 100644 --- a/.github/workflows/container-images.yml +++ b/.github/workflows/container-images.yml @@ -2,7 +2,7 @@ name: Publish the Signalling Server container image from our dev branch on: push: - branches: ['master'] + branches: ['UE5.2'] paths: ['SignallingWebServer/**'] jobs: diff --git a/.github/workflows/create-gh-release.yml b/.github/workflows/create-gh-release.yml index 16a03351..bac6dfec 100644 --- a/.github/workflows/create-gh-release.yml +++ b/.github/workflows/create-gh-release.yml @@ -2,7 +2,7 @@ name: Releases on: push: - branches: ['master'] + branches: ['UE5.2'] paths: ['RELEASE_VERSION'] jobs: diff --git a/.github/workflows/publish-library-to-npm.yml b/.github/workflows/publish-library-to-npm.yml index ee27b182..40d724e1 100644 --- a/.github/workflows/publish-library-to-npm.yml +++ b/.github/workflows/publish-library-to-npm.yml @@ -1,7 +1,7 @@ name: Publish library package to npmjs on: push: - branches: ['master'] + branches: ['UE5.2'] paths: ['Frontend/library/package.json'] jobs: build: diff --git a/Frontend/implementations/EpicGames/package.json b/Frontend/implementations/EpicGames/package.json index 02c527fb..c8b2fa1f 100644 --- a/Frontend/implementations/EpicGames/package.json +++ b/Frontend/implementations/EpicGames/package.json @@ -1,5 +1,5 @@ { - "name": "@epicgames-ps/reference-pixelstreamingfrontend", + "name": "@epicgames-ps/reference-pixelstreamingfrontend-ue5.2", "version": "0.0.1", "description": "", "main": "./src/player.ts", diff --git a/Frontend/implementations/EpicGames/src/player.ts b/Frontend/implementations/EpicGames/src/player.ts index ef69139d..31e57a87 100644 --- a/Frontend/implementations/EpicGames/src/player.ts +++ b/Frontend/implementations/EpicGames/src/player.ts @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-dev'; +import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.2'; document.body.onload = function() { diff --git a/Frontend/implementations/EpicGames/src/stresstest.ts b/Frontend/implementations/EpicGames/src/stresstest.ts index 684a8a9c..cef77b57 100644 --- a/Frontend/implementations/EpicGames/src/stresstest.ts +++ b/Frontend/implementations/EpicGames/src/stresstest.ts @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-dev'; +import * as libfrontend from '@epicgames-ps/lib-pixelstreamingfrontend-ue5.2'; // This is the entrypoint to the stress test, all setup happens here export class StressTester { diff --git a/Frontend/implementations/EpicGames/webpack.common.js b/Frontend/implementations/EpicGames/webpack.common.js index 642185af..0af7cf62 100644 --- a/Frontend/implementations/EpicGames/webpack.common.js +++ b/Frontend/implementations/EpicGames/webpack.common.js @@ -72,4 +72,4 @@ module.exports = { directory: path.join(__dirname, '../../../SignallingWebServer/Public'), }, }, -} +} \ No newline at end of file diff --git a/Frontend/library/package-lock.json b/Frontend/library/package-lock.json index dfa51e9e..98e85861 100644 --- a/Frontend/library/package-lock.json +++ b/Frontend/library/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@epicgames-ps/lib-pixelstreamingfrontend-dev", - "version": "0.1.1", + "name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@epicgames-ps/lib-pixelstreamingfrontend-dev", - "version": "0.1.1", + "name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2", + "version": "0.0.2", "license": "MIT", "dependencies": { "@types/webxr": "^0.5.1", diff --git a/Frontend/library/package.json b/Frontend/library/package.json index 004ab731..b1f2827a 100644 --- a/Frontend/library/package.json +++ b/Frontend/library/package.json @@ -1,6 +1,6 @@ { - "name": "@epicgames-ps/lib-pixelstreamingfrontend-dev", - "version": "0.1.1", + "name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.2", + "version": "0.0.2", "description": "Frontend library for Pixel Streaming", "main": "dist/lib-pixelstreamingfrontend.js", "types": "types/pixelstreamingfrontend.d.ts", diff --git a/Frontend/library/webpack.common.js b/Frontend/library/webpack.common.js index aace7b9c..a7dadf2a 100644 --- a/Frontend/library/webpack.common.js +++ b/Frontend/library/webpack.common.js @@ -32,4 +32,4 @@ module.exports = { clean: true, globalObject: 'this' } -}; +}; \ No newline at end of file diff --git a/RELEASE_VERSION b/RELEASE_VERSION index 7bcd0e36..6da28dde 100644 --- a/RELEASE_VERSION +++ b/RELEASE_VERSION @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.1.1 \ No newline at end of file