Skip to content

Commit 7d643a3

Browse files
authored
Merge pull request #305 from umbraco/v1/release/rc3
V1/release/rc3
2 parents 436dd8d + 44a1216 commit 7d643a3

File tree

165 files changed

+1413
-1147
lines changed

Some content is hidden

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

165 files changed

+1413
-1147
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.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
19+
if: github.repository_owner == 'Umbraco' && (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.event_name == 'pull_request' && github.event.action == 'closed'
44+
if: github.repository_owner == 'Umbraco' && 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ on:
3636
# List of jobs
3737
jobs:
3838
chromatic-deployment:
39+
if: github.repository_owner == 'Umbraco'
3940
# Operating System
4041
runs-on: ubuntu-latest
4142
# Job steps
@@ -59,6 +60,6 @@ jobs:
5960
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
6061
buildScriptName: 'storybook:build'
6162
exitOnceUploaded: true
62-
onlyChanged: '!(dev)'
63+
onlyChanged: '!(v*/dev)'
6364
externals: 'packages/uui-css/lib/**/*.css'
64-
untraced: '.storybook/images'
65+
untraced: '.storybook/images/**/*,storyhelpers/**/*'

README.md

Lines changed: 75 additions & 75 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 534 additions & 619 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"pack": "node ./scripts/pack-package.js",
4747
"chromatic": "npx chromatic --build-script-name storybook:build",
4848
"storybook": "npm run bootstrap && npm run storybook:analyze && start-storybook -p 6006",
49-
"storybook:build": "npm run bootstrap && npm run storybook:analyze && build-storybook",
49+
"storybook:build": "npm run bootstrap && npm run storybook:analyze && build-storybook --webpack-stats-json",
5050
"storybook:analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json",
5151
"postinstall": "npm run bootstrap"
5252
},
@@ -72,7 +72,7 @@
7272
"@storybook/web-components": "6.5.10",
7373
"@types/chai": "4.3.3",
7474
"@typescript-eslint/eslint-plugin": "5.32.0",
75-
"@typescript-eslint/parser": "5.30.7",
75+
"@typescript-eslint/parser": "5.33.0",
7676
"@web/dev-server-esbuild": "0.3.2",
7777
"@web/test-runner": "0.14.0",
7878
"@web/test-runner-playwright": "0.8.10",
@@ -82,7 +82,7 @@
8282
"element-internals-polyfill": "1.1.6",
8383
"eslint": "8.20.0",
8484
"eslint-config-prettier": "8.5.0",
85-
"eslint-import-resolver-typescript": "3.3.0",
85+
"eslint-import-resolver-typescript": "3.4.1",
8686
"eslint-plugin-html": "7.0.0",
8787
"eslint-plugin-import": "2.26.0",
8888
"eslint-plugin-lit": "1.6.1",
@@ -110,7 +110,7 @@
110110
"react-syntax-highlighter": "15.5.0",
111111
"remark-gfm": "3.0.1",
112112
"rimraf": "3.0.2",
113-
"rollup": "2.77.0",
113+
"rollup": "2.78.0",
114114
"rollup-plugin-esbuild": "4.9.1",
115115
"rollup-plugin-import-css": "3.0.3",
116116
"rollup-plugin-minify-html-literals": "1.2.6",

packages/uui-action-bar/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.0.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-action-bar
9+
610
# [1.0.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-10)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-action-bar

packages/uui-action-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-action-bar",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "1.0.0-rc.2",
34-
"@umbraco-ui/uui-button-group": "1.0.0-rc.2"
33+
"@umbraco-ui/uui-base": "1.0.0-rc.3",
34+
"@umbraco-ui/uui-button-group": "1.0.0-rc.3"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-avatar-group/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.0.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-avatar-group
9+
610
# [1.0.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-10)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-avatar-group

packages/uui-avatar-group/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-avatar-group",
3-
"version": "1.0.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-avatar": "1.0.0-rc.2",
34-
"@umbraco-ui/uui-base": "1.0.0-rc.2"
33+
"@umbraco-ui/uui-avatar": "1.0.0-rc.3",
34+
"@umbraco-ui/uui-base": "1.0.0-rc.3"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-avatar/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.0.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-avatar
9+
610
# [1.0.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-10)
711

812
**Note:** Version bump only for package @umbraco-ui/uui-avatar

0 commit comments

Comments
 (0)