Skip to content

Commit

Permalink
Merge pull request #528 from EpicGamesExt/UE5.5
Browse files Browse the repository at this point in the history
Merging 5.5 back into master
  • Loading branch information
mcottontensor authored Mar 4, 2025
2 parents d510917 + bc23384 commit 7c79e19
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-sfu-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
signalling-server-image:
if: github.repository == 'EpicGamesExt/PixelStreamingInfrastructure'
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Frontend/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5",
"version": "1.0.1",
"version": "1.0.3",
"description": "Frontend library for Unreal Engine 5.5 Pixel Streaming",
"main": "dist/cjs/pixelstreamingfrontend.js",
"module": "dist/esm/pixelstreamingfrontend.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript-eslint": "^8.24.0"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.2.8",
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.2.9",
"sdp": "^3.2.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions Frontend/ui-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5",
"version": "1.0.0",
"version": "1.0.1",
"description": "Reference frontend UI library for Unreal Engine 5.5 Pixel Streaming - gives the stock look and feel.",
"main": "dist/cjs/pixelstreamingfrontend-ui.js",
"module": "dist/esm/pixelstreamingfrontend-ui.esm.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"jss-plugin-global": "^10.10.0"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^1.0.1"
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^1.0.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0
4.1.1
2 changes: 1 addition & 1 deletion SFU/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/pixelstreaming-sfu",
"version": "1.0.1",
"version": "1.0.2",
"description": "Reference implementation for a PixelStreaming SFU",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions Signalling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@epicgames-ps/lib-pixelstreamingsignalling-ue5.5",
"version": "2.1.10",
"version": "2.1.11",
"description": "Basic signalling library for developers wishing to build applications that signal a Pixel Streaming application.",
"main": "dist/cjs/pixelstreamingsignalling.js",
"module": "dist/esm/pixelstreamingsignalling.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"ws": "^8.18.0"
},
"peerDependencies": {
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.2.8"
"@epicgames-ps/lib-pixelstreamingcommon-ue5.5": "^0.2.9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c79e19

Please sign in to comment.