Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
project-path: src/Umbraco.Community.BackOfficeOrganiser/Umbraco.Community.BackOfficeOrganiser.csproj
npm-working-dir: src/Umbraco.Community.BackOfficeOrganiser.Client
npm-enabled: true
umbraco-version: 15
umbraco-version: 16
dotnet-version: "9"
npm-version: "22.x"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
project-path: src/Umbraco.Community.BackOfficeOrganiser/Umbraco.Community.BackOfficeOrganiser.csproj
npm-working-dir: src/Umbraco.Community.BackOfficeOrganiser.Client
npm-enabled: true
umbraco-version: 15
umbraco-version: 16
dotnet-version: "9"
npm-version: "22.x"
- name: Release
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ The following table outlines the versions of the project that are currently supp
| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- |
| [10.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v10) | 10 | 2024-06-16 | 2025-06-16 |
| [13.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v13) | 13 | 2025-12-14 | 2026-12-14 |
| [14.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v14) | 14 | 2025-03-02 | 2025-05-30 |
| [15.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v15) | 15 | 2025-08-14 | 2025-11-14 |
| [16.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
## Unsupported Versions

| Package Version | Umbraco Version | End of Life |
| ---------------------------------------------------------------------------------- | --------------- | ----------- |
| [12.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v12) | 12 | 2024-06-29 |
| [14.x](https://github.com/jcdcdev/Umbraco.Community.BackOfficeOrganiser/tree/v14) | 14 | 2025-05-30 |


## Future Support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ export default defineConfig({
input: 'http://localhost:54813/umbraco/swagger/BackOfficeOrganiser/swagger.json',
plugins: [
...defaultPlugins,
'legacy/fetch',
'@hey-api/schemas',
{
dates: true,
name: '@hey-api/transformers',
name: '@hey-api/client-fetch',
exportFromIndex: true,
throwOnError: true,
},
{
enums: 'javascript',
name: '@hey-api/typescript',
enums: 'typescript',
readOnlyWriteOnlyBehavior: 'off',
},
{
name: '@hey-api/sdk',
transformer: true,
},
asClass: true,
}
],
output: {
format: 'prettier',
Expand Down
Loading
Loading