Skip to content

Commit 8632dd1

Browse files
onesignal-deploygithub-actions[bot]fadi-george
authored
chore: Release 5.2.1 (#850)
Co-authored-by: github-actions[bot] <noreply@onesignal.com> Co-authored-by: Fadi George <fadii925@gmail.com>
1 parent 2ad463b commit 8632dd1

File tree

19 files changed

+60
-858
lines changed

19 files changed

+60
-858
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -160,39 +160,3 @@ jobs:
160160
android_to: ${{ inputs.android_version }}
161161
ios_from: ${{ needs.update_version.outputs.ios_from }}
162162
ios_to: ${{ inputs.ios_version }}
163-
164-
update_changelog:
165-
needs: [prep, create_pr]
166-
runs-on: ubuntu-latest
167-
steps:
168-
- name: Checkout
169-
uses: actions/checkout@v5
170-
with:
171-
repository: OneSignal/OneSignal-Unity-SDK
172-
ref: ${{ needs.prep.outputs.release_branch }}
173-
token: ${{ secrets.GH_PUSH_TOKEN || github.token }}
174-
175-
- name: Setup Git User
176-
uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main
177-
178-
- name: Get PR release notes
179-
id: notes
180-
run: |
181-
sudo apt-get update && sudo apt-get install -y gh || true
182-
PR_NUMBER=$(gh pr list --head "${{ needs.prep.outputs.release_branch }}" --json number -q '.[0].number' || echo "")
183-
if [ -z "$PR_NUMBER" ]; then echo "RELEASE_NOTES=" >> $GITHUB_ENV; exit 0; fi
184-
cleaned_notes=$(gh pr view "$PR_NUMBER" --json body -q '.body' | awk 'BEGIN{found=0} /^- Update/{found=1} /^<!-- Reviewable:start -->/{found=0;next} found' | sed '/^- - -$/d' | sed '/^[[:space:]]*$/d')
185-
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
186-
echo "$cleaned_notes" >> $GITHUB_ENV
187-
echo "EOF" >> $GITHUB_ENV
188-
189-
- name: Update CHANGELOG.md
190-
run: |
191-
awk -v ver="${{ inputs.unity_version }}" -v notes="$RELEASE_NOTES" \
192-
'/^## \[Unreleased\]/ { print $0; print "## [" ver "]\n### Changed"; print notes "\n"; next } { print $0 }' \
193-
OneSignalExample/Assets/OneSignal/CHANGELOG.md > /tmp/changelog.tmp && mv /tmp/changelog.tmp OneSignalExample/Assets/OneSignal/CHANGELOG.md
194-
195-
# Only commit if there are changes
196-
git add -A
197-
git diff --staged --quiet && exit 0
198-
git commit -m "Update CHANGELOG.md for ${{ inputs.unity_version }}" && git push

OneSignalExample/Assets/OneSignal/Attribution/OneSignal.UnityPackage.Attribution.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "5.2.0",
19+
"expression": "5.2.1",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 0 additions & 754 deletions
This file was deleted.

OneSignalExample/Assets/OneSignal/CHANGELOG.md.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

OneSignalExample/Assets/OneSignal/Editor/OneSignal.UnityPackage.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "5.2.0",
19+
"expression": "5.2.1",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Example/OneSignal.UnityPackage.Example.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versionDefines": [
1919
{
2020
"name": "com.onesignal.unity.core",
21-
"expression": "5.2.0",
21+
"expression": "5.2.1",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.2.1

OneSignalExample/Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
"com.onesignal.unity.ios": "file:../../com.onesignal.unity.ios",
66
"com.unity.ai.navigation": "2.0.10",
77
"com.unity.ide.rider": "3.0.39",
8-
"com.unity.inputsystem": "1.14.2",
9-
"com.unity.multiplayer.center": "1.0.0",
8+
"com.unity.inputsystem": "1.18.0",
9+
"com.unity.multiplayer.center": "1.0.1",
1010
"com.unity.test-framework": "1.6.0",
1111
"com.unity.timeline": "1.8.10",
12-
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.11",
13-
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.11",
1412
"com.unity.ugui": "2.0.0",
1513
"com.unity.modules.accessibility": "1.0.0",
14+
"com.unity.modules.adaptiveperformance": "1.0.0",
1615
"com.unity.modules.ai": "1.0.0",
1716
"com.unity.modules.androidjni": "1.0.0",
1817
"com.unity.modules.animation": "1.0.0",
@@ -39,6 +38,7 @@
3938
"com.unity.modules.unitywebrequestaudio": "1.0.0",
4039
"com.unity.modules.unitywebrequesttexture": "1.0.0",
4140
"com.unity.modules.unitywebrequestwww": "1.0.0",
41+
"com.unity.modules.vectorgraphics": "1.0.0",
4242
"com.unity.modules.vehicles": "1.0.0",
4343
"com.unity.modules.video": "1.0.0",
4444
"com.unity.modules.vr": "1.0.0",

OneSignalExample/Packages/packages-lock.json

Lines changed: 23 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.2.0"
8+
"com.onesignal.unity.core": "5.2.1"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.2.0"
22+
"com.onesignal.unity.core": "5.2.1"
2323
}
2424
},
2525
"com.unity.ai.navigation": {
@@ -55,7 +55,7 @@
5555
"url": "https://packages.unity.com"
5656
},
5757
"com.unity.inputsystem": {
58-
"version": "1.14.2",
58+
"version": "1.18.0",
5959
"depth": 0,
6060
"source": "registry",
6161
"dependencies": {
@@ -64,36 +64,20 @@
6464
"url": "https://packages.unity.com"
6565
},
6666
"com.unity.multiplayer.center": {
67-
"version": "1.0.0",
67+
"version": "1.0.1",
6868
"depth": 0,
6969
"source": "builtin",
7070
"dependencies": {
7171
"com.unity.modules.uielements": "1.0.0"
7272
}
7373
},
7474
"com.unity.nuget.newtonsoft-json": {
75-
"version": "3.2.1",
76-
"depth": 1,
77-
"source": "registry",
78-
"dependencies": {},
79-
"url": "https://packages.unity.com"
80-
},
81-
"com.unity.sysroot": {
82-
"version": "2.0.10",
75+
"version": "3.2.2",
8376
"depth": 1,
8477
"source": "registry",
8578
"dependencies": {},
8679
"url": "https://packages.unity.com"
8780
},
88-
"com.unity.sysroot.linux-x86_64": {
89-
"version": "2.0.9",
90-
"depth": 1,
91-
"source": "registry",
92-
"dependencies": {
93-
"com.unity.sysroot": "2.0.10"
94-
},
95-
"url": "https://packages.unity.com"
96-
},
9781
"com.unity.test-framework": {
9882
"version": "1.6.0",
9983
"depth": 0,
@@ -116,26 +100,6 @@
116100
},
117101
"url": "https://packages.unity.com"
118102
},
119-
"com.unity.toolchain.macos-x86_64-linux-x86_64": {
120-
"version": "2.0.11",
121-
"depth": 0,
122-
"source": "registry",
123-
"dependencies": {
124-
"com.unity.sysroot": "2.0.10",
125-
"com.unity.sysroot.linux-x86_64": "2.0.9"
126-
},
127-
"url": "https://packages.unity.com"
128-
},
129-
"com.unity.toolchain.win-x86_64-linux-x86_64": {
130-
"version": "2.0.11",
131-
"depth": 0,
132-
"source": "registry",
133-
"dependencies": {
134-
"com.unity.sysroot": "2.0.10",
135-
"com.unity.sysroot.linux-x86_64": "2.0.9"
136-
},
137-
"url": "https://packages.unity.com"
138-
},
139103
"com.unity.ugui": {
140104
"version": "2.0.0",
141105
"depth": 0,
@@ -151,6 +115,14 @@
151115
"source": "builtin",
152116
"dependencies": {}
153117
},
118+
"com.unity.modules.adaptiveperformance": {
119+
"version": "1.0.0",
120+
"depth": 0,
121+
"source": "builtin",
122+
"dependencies": {
123+
"com.unity.modules.subsystems": "1.0.0"
124+
}
125+
},
154126
"com.unity.modules.ai": {
155127
"version": "1.0.0",
156128
"depth": 0,
@@ -358,6 +330,16 @@
358330
"com.unity.modules.imageconversion": "1.0.0"
359331
}
360332
},
333+
"com.unity.modules.vectorgraphics": {
334+
"version": "1.0.0",
335+
"depth": 0,
336+
"source": "builtin",
337+
"dependencies": {
338+
"com.unity.modules.uielements": "1.0.0",
339+
"com.unity.modules.imageconversion": "1.0.0",
340+
"com.unity.modules.imgui": "1.0.0"
341+
}
342+
},
361343
"com.unity.modules.vehicles": {
362344
"version": "1.0.0",
363345
"depth": 0,
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 15023, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier: UnityEditor.MultiplayerModule.dll::UnityEditor.Multiplayer.Internal.MultiplayerRolesSettings
15+
m_MultiplayerRoleForClassicProfile:
16+
m_Keys: []
17+
m_Values:

0 commit comments

Comments
 (0)