Skip to content

Commit 5159a81

Browse files
authored
Merge pull request #394 from umbraco/v1/release/next
V1/release/next
2 parents be41090 + 2c08ea8 commit 5159a81

File tree

257 files changed

+15053
-4517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+15053
-4517
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
build_and_deploy_job:
19-
if: github.repository_owner == 'Umbraco' && (github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
19+
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
2020
runs-on: ubuntu-latest
2121
name: Build and Deploy Job
2222
steps:
@@ -41,7 +41,7 @@ jobs:
4141
###### End of Repository/Build Configurations ######
4242

4343
close_pull_request_job:
44-
if: github.repository_owner == 'Umbraco' && github.event_name == 'pull_request' && github.event.action == 'closed'
44+
if: github.event_name == 'pull_request' && github.event.action == 'closed'
4545
runs-on: ubuntu-latest
4646
name: Close Pull Request Job
4747
steps:

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
- 'main'
2323
- 'v*/main'
2424
- 'v*/release'
25+
- 'v*/contrib'
2526

2627
# Allows you to run this workflow manually from the Actions tab
2728
workflow_dispatch:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ on:
77
- dev
88
- 'v*/dev'
99
- 'v*/main'
10+
- 'v*/contrib'
1011
pull_request:
1112
# The branches below must be a subset of the branches above
1213
branches:
1314
- dev
1415
- 'v*/dev'
16+
- 'v*/contrib'
1517
schedule:
1618
- cron: '39 20 * * 3'
1719

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@v3
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@v2
20+
uses: actions/dependency-review-action@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ name: Tests
66
on:
77
# Triggers the workflow on push or pull request events but only for the dev branch
88
pull_request:
9-
branches:
10-
- dev
11-
- 'v*/dev'
9+
branches-ignore:
10+
- 'v*/main'
1211

1312
# Allows you to run this workflow manually from the Actions tab
1413
workflow_dispatch:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ If you want to develop a component or contribute to the repository go to ["Get s
6262
| [`<uui-pagination>`](packages/uui-pagination) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-pagination?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-pagination) |
6363
| [`<uui-popover>`](packages/uui-popover) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-popover?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-popover) |
6464
| [`<uui-progress-bar>`](packages/uui-progress-bar) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-progress-bar?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-progress-bar) |
65+
| [`<uui-range-slider>`](packages/uui-range-slider) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-range-slider?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-range-slider) |
6566
| [`<uui-radio>`](packages/uui-radio) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-radio?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-radio) |
6667
| [`<uui-ref>`](packages/uui-ref) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-ref?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-ref) |
6768
| [`<uui-ref-list>`](packages/uui-ref-list) | [![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-ref-list?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-ref-list) |
@@ -100,6 +101,7 @@ This project uses nodejs, so you should install `nodejs` as the package manager
100101

101102
```sh
102103
git clone https://github.com/umbraco/Umbraco.UI.git
104+
cd .\Umbraco.UI\
103105
npm install
104106
```
105107

0 commit comments

Comments
 (0)