Skip to content

Commit 923a608

Browse files
authored
Merge branch 'main' into fix-issue-700
2 parents 4ab5b40 + a6f3820 commit 923a608

39 files changed

+1442
-1490
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://github.com/umbraco/Umbraco.UI/discussions/new?category=ideas
55
about: Start a new discussion when you have ideas or feature requests, eventually discussions can turn into plans.
66
- name: ❓ Support Question
7-
url: https://our.umbraco.com
7+
url: https://forum.umbraco.com
88
about: This issue tracker is NOT meant for support questions. If you have a question, please join us on the forum.

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
build_and_deploy_job:
20-
if: github.actor != 'dependabot[bot]' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
20+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed' && github.repository == github.event.pull_request.head.repo.full_name)
2121
runs-on: ubuntu-latest
2222
name: Build and Deploy Job
2323
steps:
@@ -50,7 +50,7 @@ jobs:
5050
###### End of Repository/Build Configurations ######
5151

5252
close_pull_request_job:
53-
if: github.event_name == 'pull_request' && github.event.action == 'closed'
53+
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.repository == github.event.pull_request.head.repo.full_name
5454
runs-on: ubuntu-latest
5555
name: Close Pull Request Job
5656
steps:

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
# List of jobs
3636
jobs:
3737
chromatic-deployment:
38-
if: github.repository_owner == 'Umbraco'
38+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name)
3939
# Operating System
4040
runs-on: ubuntu-latest
4141
# Job steps

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.14.2](https://github.com/umbraco/Umbraco/compare/v1.14.1...v1.14.2) (2025-07-03)
7+
8+
**Note:** Version bump only for package uui-monorepo
9+
610
## [1.14.1](https://github.com/umbraco/Umbraco.UI/compare/v1.14.0...v1.14.1) (2025-06-30)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.14.1",
4+
"version": "1.14.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

0 commit comments

Comments
 (0)