Bump version to 16.3.0

This commit is contained in:
Laura Neto
2025-10-16 08:22:11 +02:00
parent dab9df3f10
commit a504fd1ef8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@umbraco-cms/backoffice",
"version": "16.3.0-rc",
"version": "16.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@umbraco-cms/backoffice",
"version": "16.3.0-rc",
"version": "16.3.0",
"license": "MIT",
"workspaces": [
"./src/packages/*",

View File

@@ -1,7 +1,7 @@
{
"name": "@umbraco-cms/backoffice",
"license": "MIT",
"version": "16.3.0-rc",
"version": "16.3.0",
"type": "module",
"exports": {
".": null,

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "16.3.0-rc4",
"version": "16.3.0",
"assemblyVersion": {
"precision": "build"
},