Skip to content

Commit 97dcc90

Browse files
committed
Merge branch 'refs/heads/v14/dev' into release/14.0
2 parents e352be1 + 70cc0a5 commit 97dcc90

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.github/release.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# .github/release.yml
2+
3+
changelog:
4+
exclude:
5+
labels:
6+
- ignore-for-release
7+
- duplicate
8+
- wontfix
9+
categories:
10+
- title: 🙌 Notable Changes
11+
labels:
12+
- category/notable
13+
- title: 💥 Breaking Changes
14+
labels:
15+
- category/breaking
16+
- title: 🐛 Bug Fixes
17+
labels:
18+
- type/bug
19+
- category/bug
20+
- title: 📄 Documentation
21+
labels:
22+
- category/documentation
23+
- title: 🏠 Internal
24+
labels:
25+
- internal
26+
- title: 📦 Dependencies
27+
labels:
28+
- dependencies
29+
- title: 🌈 A11Y
30+
labels:
31+
- category/accessibility
32+
- title: 🚀 New Features
33+
labels:
34+
- '*'

src/Umbraco.Infrastructure/Migrations/Upgrade/V_14_0_0/AddEditorUiToDataType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected override void Migrate()
6767
Constants.PropertyEditors.Aliases.MediaPicker3 => "Umb.PropertyEditorUi.MediaPicker",
6868
Constants.PropertyEditors.Aliases.MemberPicker => "Umb.PropertyEditorUi.MemberPicker",
6969
Constants.PropertyEditors.Aliases.MemberGroupPicker => "Umb.PropertyEditorUi.MemberGroupPicker",
70-
Constants.PropertyEditors.Aliases.MultiNodeTreePicker => "Umb.PropertyEditorUi.TreePicker",
70+
Constants.PropertyEditors.Aliases.MultiNodeTreePicker => "Umb.PropertyEditorUi.ContentPicker",
7171
Constants.PropertyEditors.Aliases.MultipleTextstring => "Umb.PropertyEditorUi.MultipleTextString",
7272
Constants.PropertyEditors.Aliases.Label => "Umb.PropertyEditorUi.Label",
7373
Constants.PropertyEditors.Aliases.RadioButtonList => "Umb.PropertyEditorUi.RadioButtonList",

0 commit comments

Comments
 (0)