Skip to content

Commit c6408d2

Browse files
committed
Merge branch 'main' into dev
2 parents fd290a4 + d91d346 commit c6408d2

File tree

139 files changed

+1027
-742
lines changed

Some content is hidden

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

139 files changed

+1027
-742
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
with:
4545
node-version: 16.x
4646
cache: 'npm'
47+
- run: npm config set unsafe-perm true
4748
- name: Install dependencies
4849
run: npm ci
4950
- name: Publish to Chromatic

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- run: npm -v
31+
- run: npm config set unsafe-perm true
3132
- run: npm ci
3233

3334
- run: sudo npx playwright install-deps

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
with:
3232
node-version: ${{ matrix.node-version }}
3333
cache: 'npm'
34-
- run: npm install
34+
- run: npm config set unsafe-perm true
35+
- run: npm ci
3536
- run: npm run lint
3637
- run: sudo npx playwright install-deps
3738
- run: npm run test

lerna.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"**/tsconfig.json",
1313
"**/*.story.ts",
1414
"**/*.test.ts",
15-
"**/*.md"
15+
"**/*.md",
16+
"lerna.json",
17+
".storybook/**/*",
18+
"storyhelpers/**/*",
19+
"templates/**/*",
20+
"docs/**/*"
1621
]
1722
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"rollup-plugin-postcss": "4.0.2",
114114
"storybook-builder-vite": "0.1.21",
115115
"tsc-files": "1.1.3",
116-
"turbo": "1.1.10",
116+
"turbo": "1.1.5",
117117
"typescript": "4.5.2",
118118
"vite": "2.8.6",
119119
"vite-tsconfig-paths": "3.4.1",

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+
## [0.1.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-01)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-action-bar
9+
610
# [0.1.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-03-31)
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": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.1.0",
34-
"@umbraco-ui/uui-button-group": "0.1.0"
33+
"@umbraco-ui/uui-base": "0.1.1",
34+
"@umbraco-ui/uui-button-group": "0.1.1"
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+
## [0.1.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-01)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-avatar-group
9+
610
# [0.1.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-03-31)
711

812
### Features

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": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -30,8 +30,8 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-avatar": "0.1.0",
34-
"@umbraco-ui/uui-base": "0.1.0"
33+
"@umbraco-ui/uui-avatar": "0.1.1",
34+
"@umbraco-ui/uui-base": "0.1.1"
3535
},
3636
"scripts": {
3737
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

0 commit comments

Comments
 (0)