Skip to content

Commit 9b1f32b

Browse files
committed
v1.8.2
1 parent 12bcd06 commit 9b1f32b

File tree

19 files changed

+84
-35
lines changed

19 files changed

+84
-35
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)
7+
8+
### Bug Fixes
9+
10+
- Hide the native input for boolean elements in firefox ([#808](https://github.com/umbraco/Umbraco.UI/issues/808)) ([81c0a95](https://github.com/umbraco/Umbraco.UI/commit/81c0a95a24b6df903f5382cb3b735cfa4a27f381))
11+
- prevent overflow when not hovered ([#816](https://github.com/umbraco/Umbraco.UI/issues/816)) ([b3fcd2b](https://github.com/umbraco/Umbraco.UI/commit/b3fcd2b535ce3d7049739d13a6b56a9cc2036e8a))
12+
13+
### Features
14+
15+
- **uui-slider:** Hide label property + fix error for floating point numbers ([#813](https://github.com/umbraco/Umbraco.UI/issues/813)) ([12bcd06](https://github.com/umbraco/Umbraco.UI/commit/12bcd06f978f0937b9d697c4c16f449779038b56))
16+
617
## [1.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)
718

819
**Note:** Version bump only for package uui-monorepo

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.8.1",
4+
"version": "1.8.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

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

packages/uui-boolean-input/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.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)
7+
8+
### Bug Fixes
9+
10+
- Hide the native input for boolean elements in firefox ([#808](https://github.com/umbraco/Umbraco.UI/issues/808)) ([81c0a95](https://github.com/umbraco/Umbraco.UI/commit/81c0a95a24b6df903f5382cb3b735cfa4a27f381))
11+
612
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
713

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

packages/uui-boolean-input/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-boolean-input",
3-
"version": "1.8.0",
3+
"version": "1.8.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-card-media/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.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-card-media
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

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

packages/uui-card-media/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-card-media",
3-
"version": "1.8.0",
3+
"version": "1.8.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",

packages/uui-checkbox/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.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-checkbox
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

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

packages/uui-checkbox/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-checkbox",
3-
"version": "1.8.0",
3+
"version": "1.8.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"@umbraco-ui/uui-base": "1.8.0",
37-
"@umbraco-ui/uui-boolean-input": "1.8.0",
37+
"@umbraco-ui/uui-boolean-input": "1.8.2",
3838
"@umbraco-ui/uui-icon-registry-essential": "1.8.0"
3939
},
4040
"scripts": {

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.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-lock
9+
610
# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)
711

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

0 commit comments

Comments
 (0)