Skip to content

Commit 1b641d5

Browse files
authored
Merge pull request #219 from Unity-Technologies/ci-update
Ci update
2 parents a99008e + 9e0f8fe commit 1b641d5

File tree

4 files changed

+8
-86
lines changed

4 files changed

+8
-86
lines changed

.yamato/promotion.yml

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

.yamato/upm-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
test_editors:
22
- version: trunk
3+
- version: 2022.2
34
- version: 2022.1
45
- version: 2021.3
56
- version: 2020.3
6-
- version: 2019.4
77

88
test_players:
99
- version: trunk
10+
- version: 2022.2
1011
- version: 2022.1
1112
- version: 2021.3
1213
- version: 2020.3

com.unity.mobile.notifications/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [2.1.0] - 2022-09-01
6+
7+
TODO
8+
59
## [2.0.2] - 2022-05-13
610

711
### Changes & Improvements:

com.unity.mobile.notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.unity.mobile.notifications",
33
"displayName": "Mobile Notifications",
4-
"version": "2.0.2",
5-
"unity": "2019.4",
4+
"version": "2.1.0",
5+
"unity": "2020.3",
66
"description": "Mobile Notifications package adds support for scheduling local repeatable or one-time notifications on iOS and Android.\n\nOn iOS receiving of push notifications is also supported.",
77
"keywords": [
88
"Android",

0 commit comments

Comments
 (0)