Skip to content

Commit

Permalink
chore(release): 149.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [149.5.0](v149.4.3...v149.5.0) (2024-08-31)

### Bug Fixes

* fixing using in welcomeWindow for unity2021 ([c056f9e](c056f9e))

### Features

* adding "dont show" toggle to welcome window ([f3eae96](f3eae96))
  • Loading branch information
semantic-release-bot committed Aug 31, 2024
1 parent c056f9e commit 32a061c
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Assets/Mirage/Authenticators/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
12 changes: 12 additions & 0 deletions Assets/Mirage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [149.5.0](https://github.com/MirageNet/Mirage/compare/v149.4.3...v149.5.0) (2024-08-31)


### Bug Fixes

* fixing using in welcomeWindow for unity2021 ([c056f9e](https://github.com/MirageNet/Mirage/commit/c056f9eff6b0b81dc3b84b1d3a14e08e48e2e49e))


### Features

* adding "dont show" toggle to welcome window ([f3eae96](https://github.com/MirageNet/Mirage/commit/f3eae9657f9dce698bc7679782c6c5b82e0fdc2f))

## [149.4.3](https://github.com/MirageNet/Mirage/compare/v149.4.2...v149.4.3) (2024-08-31)


Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Components/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Runtime")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]

[assembly: InternalsVisibleTo("Mirage.Tests.Common")]
[assembly: InternalsVisibleTo("Mirage.Tests")]
Expand Down
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/SocketLayer/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]

[assembly: InternalsVisibleTo("Mirage.SocketLayer.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Samples~/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]
2 changes: 1 addition & 1 deletion Assets/Mirage/Weaver/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyVersion("149.4.3")]
[assembly: AssemblyVersion("149.5.0")]

[assembly: InternalsVisibleTo("Mirage.Tests")]
2 changes: 1 addition & 1 deletion Assets/Mirage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.miragenet.mirage",
"displayName": "Mirage",
"version": "149.4.3",
"version": "149.5.0",
"unity": "2020.3",
"description": "Mirage is a high level Networking API for Unity, supporting different low level Transports.",
"author": "Mirage",
Expand Down

0 comments on commit 32a061c

Please sign in to comment.