Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Oct 20, 2024
1 parent 0315d40 commit 02137ff
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 23 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.3] - 2024-10-20

### Added

- Added `AudioMute`

### Changed

- Update CEF to 130.1.2
- Bump deps
- Change ready signal to fire when cef calls OnAfterCreated

## [2.2.2] - 2024-10-16

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Packages/UnityWebBrowser.Communication.Pipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.communication.pipes",
"displayName": "Unity Web Browser Pipes Communication",
"description": "Adds support to use pipes in UWB.",
"version": "2.2.2",
"version": "2.2.3",
"unity": "2021.3",
"author": {
"name": "Voltstro",
Expand All @@ -18,7 +18,7 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.2.2",
"dev.voltstro.unitywebbrowser": "2.2.3",
"org.nuget.voltrpc.communication.pipes": "3.1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.engine.cef.linux.x64",
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
"description": "CEF engine for Unity Web Browser (Linux x64).",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"unity": "2021.3",
"author": {
"name": "Voltstro",
Expand All @@ -17,6 +17,6 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.engine.cef.macos.arm64",
"displayName": "Unity Web Browser CEF Engine (MacOS arm64)",
"description": "CEF engine for Unity Web Browser (MacOS arm64).",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"unity": "2021.2",
"author": {
"name": "Voltstro",
Expand All @@ -17,6 +17,6 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.engine.cef.macos.x64",
"displayName": "Unity Web Browser CEF Engine (MacOS x64)",
"description": "CEF engine for Unity Web Browser (MacOS x64).",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"unity": "2021.2",
"author": {
"name": "Voltstro",
Expand All @@ -17,6 +17,6 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
}
4 changes: 2 additions & 2 deletions src/Packages/UnityWebBrowser.Engine.Cef.Win-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.engine.cef.win.x64",
"displayName": "Unity Web Browser CEF Engine (Win x64)",
"description": "CEF engine for Unity Web Browser (Win x64).",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"unity": "2021.2",
"author": {
"name": "Voltstro",
Expand All @@ -17,6 +17,6 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
}
4 changes: 2 additions & 2 deletions src/Packages/UnityWebBrowser.Engine.Cef/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser.engine.cef",
"displayName": "Unity Web Browser CEF Engine",
"description": "CEF engine for Unity Web Browser.",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"unity": "2021.3",
"author": {
"name": "Voltstro",
Expand All @@ -18,6 +18,6 @@
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/latest/articles/user/engines/#cef-engine",
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.2.2"
"dev.voltstro.unitywebbrowser": "2.2.3"
}
}
4 changes: 2 additions & 2 deletions src/Packages/UnityWebBrowser/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyVersion("2.2.3")]
[assembly: AssemblyFileVersion("2.2.3")]

[assembly: InternalsVisibleTo("VoltstroStudios.UnityWebBrowser.Prj")]
[assembly: InternalsVisibleTo("VoltstroStudios.UnityWebBrowser.Editor")]
Expand Down
2 changes: 1 addition & 1 deletion src/Packages/UnityWebBrowser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dev.voltstro.unitywebbrowser",
"displayName": "Unity Web Browser",
"description": "Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.",
"version": "2.2.2",
"version": "2.2.3",
"unity": "2021.3",
"author": {
"name": "Voltstro",
Expand Down
2 changes: 1 addition & 1 deletion src/UnityWebBrowser.Engine.Cef/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.2.2-129.0.11",
"version": "2.2.3-130.1.2",
"publicReleaseRefSpec": [
"^refs/heads/master$"
],
Expand Down
12 changes: 6 additions & 6 deletions src/UnityWebBrowser.UnityProject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.2.2",
"dev.voltstro.unitywebbrowser": "2.2.3",
"org.nuget.voltrpc.communication.pipes": "3.1.0"
}
},
Expand All @@ -167,39 +167,39 @@
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser": "2.2.2"
"dev.voltstro.unitywebbrowser": "2.2.3"
}
},
"dev.voltstro.unitywebbrowser.engine.cef.linux.x64": {
"version": "file:../../Packages/UnityWebBrowser.Engine.Cef.Linux-x64",
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
},
"dev.voltstro.unitywebbrowser.engine.cef.macos.arm64": {
"version": "file:../../Packages/UnityWebBrowser.Engine.Cef.MacOS-arm64",
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
},
"dev.voltstro.unitywebbrowser.engine.cef.macos.x64": {
"version": "file:../../Packages/UnityWebBrowser.Engine.Cef.MacOS-x64",
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
},
"dev.voltstro.unitywebbrowser.engine.cef.win.x64": {
"version": "file:../../Packages/UnityWebBrowser.Engine.Cef.Win-x64",
"depth": 0,
"source": "local",
"dependencies": {
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.2-129.0.11"
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.3-130.1.2"
}
},
"dev.voltstro.unitywebbrowser.unix-support": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.2.2",
"version": "2.2.3",
"publicReleaseRefSpec": [
"^refs/heads/release$"
],
Expand Down

0 comments on commit 02137ff

Please sign in to comment.