Skip to content

Commit 7feaa96

Browse files
committed
chore: Publish new release
- @umbraco-ui/[email protected] - @umbraco-ui/[email protected] - @umbraco-ui/[email protected]
1 parent 97bd7f2 commit 7feaa96

File tree

7 files changed

+28
-12
lines changed

7 files changed

+28
-12
lines changed

package-lock.json

Lines changed: 7 additions & 7 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: 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-19)
7+
8+
### Bug Fixes
9+
10+
- **uui-inline-button-create:** ensure there is a border-color on horizontal ([#328](https://github.com/umbraco/Umbraco.UI/issues/328)) ([91ecd17](https://github.com/umbraco/Umbraco.UI/commit/91ecd178eb2e25ed07b277838d76e6f70e0b86a6))
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-button-inline-create

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.0",
3+
"version": "1.0.1",
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.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
7+
8+
### Features
9+
10+
- **uui-combobox:** add requirement for uui-popover ([447f15f](https://github.com/umbraco/Umbraco.UI/commit/447f15ffde2c7e2bebaaab74024ea6769093a9ca))
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
### Bug Fixes

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.0.0",
3+
"version": "1.1.0",
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.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-09-19)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui
9+
610
# [1.0.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-08-22)
711

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

packages/uui/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",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
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.0",
48+
"@umbraco-ui/uui-button-inline-create": "1.0.1",
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.0.0",
55+
"@umbraco-ui/uui-combobox": "1.1.0",
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",

0 commit comments

Comments
 (0)