Skip to content

Commit 63727d3

Browse files
authored
Merge pull request #67 from umbraco/chore/bump-uui-base-in-text-area
chore: bump uui-base in uui-textarea
2 parents d5f378c + bab66f6 commit 63727d3

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

package-lock.json

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

packages/uui-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"custom-elements.json"
3030
],
3131
"dependencies": {
32-
"@umbraco-ui/uui-base": "0.0.11"
32+
"@umbraco-ui/uui-base": "0.0.12"
3333
},
3434
"scripts": {
3535
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",

packages/uui-textarea/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"custom-elements.json"
3131
],
3232
"dependencies": {
33-
"@umbraco-ui/uui-base": "0.0.11"
33+
"@umbraco-ui/uui-base": "0.0.12"
3434
},
3535
"scripts": {
3636
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -41,4 +41,4 @@
4141
"access": "public"
4242
},
4343
"homepage": "https://uui.umbraco.com/?path=/story/uui-textarea"
44-
}
44+
}

0 commit comments

Comments
 (0)