mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-02-07 07:53:00 -05:00
## [7.3.0](https://github.com/mediacms-io/mediacms/compare/v7.2.0...v7.3.0) (2026-02-06) ### Features * add package json for semantic release ([b405a04](b405a04e34)) * add semantic release github actions ([76a27ae](76a27ae256)) * frontend unit tests ([1c15880](1c15880ae3)) * Implement persistent "Embed Mode" to hide UI shell via Session Storage ([#1484](https://github.com/mediacms-io/mediacms/issues/1484)) ([223e870](223e87073f)) * Improve Visual Distinction Between Trim and Chapters Editors ([#1445](https://github.com/mediacms-io/mediacms/issues/1445)) ([d9b1d6c](d9b1d6cab1)) * semantic release ([b76282f](b76282f9e4)) ### Bug Fixes * add delay to task creation ([1b3cdfd](1b3cdfd302)) * Add regex denoter and improve celerybeat gitignore ([#1446](https://github.com/mediacms-io/mediacms/issues/1446)) ([90331f3](90331f3b4a)) * adjust poster url for audio ([01912ea](01912ea1f9)) * Chapter numbering and preserve custom titles on segment reorder ([#1435](https://github.com/mediacms-io/mediacms/issues/1435)) ([cd7dd4f](cd7dd4f72c)) * Show default chapter names in textarea instead of placeholder text ([#1428](https://github.com/mediacms-io/mediacms/issues/1428)) ([5eb6faf](5eb6fafb8c)) * static files ([#1429](https://github.com/mediacms-io/mediacms/issues/1429)) ([ba2c31b](ba2c31b1e6)) ### Documentation * update page link ([aeef828](aeef8284bf))
14 lines
406 B
JSON
14 lines
406 B
JSON
{
|
|
"name": "mediacms",
|
|
"version": "7.3.0",
|
|
"devDependencies": {
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^11.0.3",
|
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
"semantic-release": "^24.2.6",
|
|
"semantic-release-replace-plugin": "^1.2.7"
|
|
}
|
|
}
|