Merge remote-tracking branch 'refs/remotes/origin/v14/dev' into release/14.1

# Conflicts:
#	src/Umbraco.Web.UI.Client
This commit is contained in:
Jacob Overgaard
2024-06-26 14:26:04 +02:00
3 changed files with 1420 additions and 359 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -15,8 +15,8 @@
"dependencies": {
},
"devDependencies": {
"@umbraco-cms/backoffice": "file:../Umbraco.Web.UI.Client",
"@umbraco-ui/uui-css": "^1.8.0-rc.0",
"@umbraco-cms/backoffice": "^14.0.0",
"@umbraco-ui/uui-css": "^1.8.0",
"msw": "^2.3.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",

View File

@@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/
const PACKAGE_VERSION = '2.3.0'
const PACKAGE_VERSION = '2.3.1'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()