Skip to content

Commit bbc5c0b

Browse files
Setup release 1.0.0-preview.2
1 parent 2c264e8 commit bbc5c0b

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

Packages/UGF.Module.Authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.ugf.module.authentication",
33
"displayName": "UGF.Module.Authentication",
4-
"version": "1.0.0-preview.1",
4+
"version": "1.0.0-preview.2",
55
"unity": "2022.2",
66
"apiCompatibility": ".NET Standard 2.1",
77
"description": "Module to manage Unity Authentication.",

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0-preview.2](https://github.com/unity-game-framework/ugf-module-authentication/releases/tag/1.0.0-preview.2) - 2023-12-18
9+
10+
### Release Notes
11+
12+
- [Milestone](https://github.com/unity-game-framework/ugf-module-authentication/milestone/3?closed=1)
13+
14+
15+
### Changed
16+
17+
- Update dependencies ([#5](https://github.com/unity-game-framework/ugf-module-authentication/issues/5))
18+
- Update dependencies: `com.ugf.module.services` to `1.0.0-preview.2` and `com.unity.services.authentication` to `3.2.0` versions.
19+
- Update package _Unity_ version to `2023.2`.
20+
- Update package registry to _UPM Hub_.
21+
822
## [1.0.0-preview.1](https://github.com/unity-game-framework/ugf-module-authentication/releases/tag/1.0.0-preview.1) - 2023-04-07
923

1024
### Release Notes

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ UGF.Module.Authentication
44

55
## Information
66

7-
- **Version**: `1.0.0-preview.1`
7+
- **Version**: `1.0.0-preview.2`
88
- **Unity**: `2022.2`
99
- **API Compatibility Level**: `.NET Standard 2.1`
1010

1111
### Dependencies
1212

13-
- `com.ugf.module.services`: `1.0.0-preview.1`
14-
- `com.unity.services.authentication`: `2.4.0`
13+
- `com.ugf.module.services`: `1.0.0-preview.2`
14+
- `com.unity.services.authentication`: `3.2.0`
1515

1616

1717
### Description

0 commit comments

Comments
 (0)