Skip to content

Commit be41090

Browse files
committed
chore: Publish new release
- @umbraco-ui/[email protected] - @umbraco-ui/[email protected] - @umbraco-ui/[email protected] - @umbraco-ui/[email protected]
1 parent 160f3db commit be41090

File tree

9 files changed

+37
-17
lines changed

9 files changed

+37
-17
lines changed

package-lock.json

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

packages/uui-button-inline-create/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.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-29)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-button-inline-create
9+
610
## [1.0.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
711

812
### Bug Fixes

packages/uui-button-inline-create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-button-inline-create",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-combobox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-29)
7+
8+
### Bug Fixes
9+
10+
- **uui-combobox:** fix for small resolutions ([#327](https://github.com/umbraco/Umbraco.UI/issues/327)) ([0180ee2](https://github.com/umbraco/Umbraco.UI/commit/0180ee21e405e8609465a74dd2cdb2847696379f))
11+
612
# [1.1.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
713

814
### Features

packages/uui-combobox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-combobox",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-input-password/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-29)
7+
8+
### Bug Fixes
9+
10+
- uui-input-password sets spellcheck to false ([#339](https://github.com/umbraco/Umbraco.UI/issues/339)) ([160f3db](https://github.com/umbraco/Umbraco.UI/commit/160f3dba9cc435a44d664bcc55be965e326e8793))
11+
612
# [1.0.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-22)
713

814
**Note:** Version bump only for package @umbraco-ui/uui-input-password

packages/uui-input-password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-input-password",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui/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.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-29)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
## [1.0.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
711

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

packages/uui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -45,14 +45,14 @@
4545
"@umbraco-ui/uui-breadcrumbs": "1.0.0",
4646
"@umbraco-ui/uui-button": "1.0.0",
4747
"@umbraco-ui/uui-button-group": "1.0.0",
48-
"@umbraco-ui/uui-button-inline-create": "1.0.1",
48+
"@umbraco-ui/uui-button-inline-create": "1.0.2",
4949
"@umbraco-ui/uui-card": "1.0.0",
5050
"@umbraco-ui/uui-card-content-node": "1.0.0",
5151
"@umbraco-ui/uui-card-media": "1.0.0",
5252
"@umbraco-ui/uui-card-user": "1.0.0",
5353
"@umbraco-ui/uui-caret": "1.0.0",
5454
"@umbraco-ui/uui-checkbox": "1.0.0",
55-
"@umbraco-ui/uui-combobox": "1.1.0",
55+
"@umbraco-ui/uui-combobox": "1.1.1",
5656
"@umbraco-ui/uui-combobox-list": "1.0.0",
5757
"@umbraco-ui/uui-css": "1.0.0",
5858
"@umbraco-ui/uui-dialog": "1.0.0",
@@ -68,7 +68,7 @@
6868
"@umbraco-ui/uui-input": "1.0.0",
6969
"@umbraco-ui/uui-input-file": "1.0.0",
7070
"@umbraco-ui/uui-input-lock": "1.0.0",
71-
"@umbraco-ui/uui-input-password": "1.0.0",
71+
"@umbraco-ui/uui-input-password": "1.0.1",
7272
"@umbraco-ui/uui-keyboard-shortcut": "1.0.0",
7373
"@umbraco-ui/uui-label": "1.0.0",
7474
"@umbraco-ui/uui-loader": "1.0.0",

0 commit comments

Comments
 (0)