Skip to content

Commit 48b40b1

Browse files
committed
v1.7.1
1 parent 4e7a3cb commit 48b40b1

File tree

21 files changed

+96
-49
lines changed

21 files changed

+96
-49
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)
7+
8+
### Bug Fixes
9+
10+
- export elements for UMD bundle ([4e7a3cb](https://github.com/umbraco/Umbraco.UI/commit/4e7a3cb7578935a01f0b12e37c572780010158df))
11+
- **uui-button:** conditionally render aria-label ([9f4d928](https://github.com/umbraco/Umbraco.UI/commit/9f4d9286b13af9f22ce7900d58cbaa3938aff2f1))
12+
613
# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

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

packages/uui-button/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)
7+
8+
### Bug Fixes
9+
10+
- **uui-button:** conditionally render aria-label ([9f4d928](https://github.com/umbraco/Umbraco.UI/commit/9f4d9286b13af9f22ce7900d58cbaa3938aff2f1))
11+
612
# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
713

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

packages/uui-button/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",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"license": "MIT",
55
"description": "All-round button, Umbraco backoffice style.",
66
"keywords": [

packages/uui-combobox/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-combobox
9+
610
# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
711

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

packages/uui-combobox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-combobox",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.7.0",
34-
"@umbraco-ui/uui-button": "1.7.0",
34+
"@umbraco-ui/uui-button": "1.7.1",
3535
"@umbraco-ui/uui-combobox-list": "1.7.0",
3636
"@umbraco-ui/uui-icon": "1.7.0",
3737
"@umbraco-ui/uui-popover-container": "1.7.0",

packages/uui-input-file/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-file
9+
610
# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
711

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

packages/uui-input-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-input-file",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@umbraco-ui/uui-action-bar": "1.7.0",
3434
"@umbraco-ui/uui-base": "1.7.0",
35-
"@umbraco-ui/uui-button": "1.7.0",
35+
"@umbraco-ui/uui-button": "1.7.1",
3636
"@umbraco-ui/uui-file-dropzone": "1.7.0",
3737
"@umbraco-ui/uui-icon": "1.7.0",
3838
"@umbraco-ui/uui-icon-registry-essential": "1.7.0"

packages/uui-input-lock/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-lock
9+
610
# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)
711

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

0 commit comments

Comments
 (0)