Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Jun 18, 2024
1 parent bef030f commit ff7f8bf
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 35 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

### Bug Fixes

- 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))
- prevent overflow when not hovered ([#816](https://github.com/umbraco/Umbraco.UI/issues/816)) ([b3fcd2b](https://github.com/umbraco/Umbraco.UI/commit/b3fcd2b535ce3d7049739d13a6b56a9cc2036e8a))

### Features

- **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))

## [1.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)

**Note:** Version bump only for package uui-monorepo
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "1.8.1",
"version": "1.8.2",
"preid": "rc",
"exact": true,
"noPush": true,
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/uui-boolean-input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

### Bug Fixes

- 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))

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

**Note:** Version bump only for package @umbraco-ui/uui-boolean-input
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-boolean-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-boolean-input",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-card-media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

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

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

**Note:** Version bump only for package @umbraco-ui/uui-card-media
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-card-media/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-card-media",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

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

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

**Note:** Version bump only for package @umbraco-ui/uui-checkbox
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-checkbox",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.8.0",
"@umbraco-ui/uui-boolean-input": "1.8.0",
"@umbraco-ui/uui-boolean-input": "1.8.2",
"@umbraco-ui/uui-icon-registry-essential": "1.8.0"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-input-lock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

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

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

**Note:** Version bump only for package @umbraco-ui/uui-input-lock
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-input-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-input-lock",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
6 changes: 6 additions & 0 deletions packages/uui-menu-item/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

### Bug Fixes

- prevent overflow when not hovered ([#816](https://github.com/umbraco/Umbraco.UI/issues/816)) ([b3fcd2b](https://github.com/umbraco/Umbraco.UI/commit/b3fcd2b535ce3d7049739d13a6b56a9cc2036e8a))

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-menu-item/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-menu-item",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
6 changes: 6 additions & 0 deletions packages/uui-slider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

### Features

- **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))

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-slider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-slider",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toggle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

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

# [1.8.0](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.3...v1.8.0) (2024-05-23)

**Note:** Version bump only for package @umbraco-ui/uui-toggle
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-toggle",
"version": "1.8.0",
"version": "1.8.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.8.0",
"@umbraco-ui/uui-boolean-input": "1.8.0"
"@umbraco-ui/uui-boolean-input": "1.8.2"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.1...v1.8.2) (2024-06-18)

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

## [1.8.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0...v1.8.1) (2024-05-24)

**Note:** Version bump only for package @umbraco-ui/uui
Expand Down
16 changes: 8 additions & 8 deletions packages/uui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui",
"version": "1.8.1",
"version": "1.8.2",
"license": "MIT",
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"@umbraco-ui/uui-avatar-group": "1.8.0",
"@umbraco-ui/uui-badge": "1.8.0",
"@umbraco-ui/uui-base": "1.8.0",
"@umbraco-ui/uui-boolean-input": "1.8.0",
"@umbraco-ui/uui-boolean-input": "1.8.2",
"@umbraco-ui/uui-box": "1.8.0",
"@umbraco-ui/uui-breadcrumbs": "1.8.0",
"@umbraco-ui/uui-button": "1.8.0",
Expand All @@ -51,10 +51,10 @@
"@umbraco-ui/uui-card": "1.8.0",
"@umbraco-ui/uui-card-block-type": "1.8.0",
"@umbraco-ui/uui-card-content-node": "1.8.0",
"@umbraco-ui/uui-card-media": "1.8.0",
"@umbraco-ui/uui-card-media": "1.8.2",
"@umbraco-ui/uui-card-user": "1.8.0",
"@umbraco-ui/uui-caret": "1.8.0",
"@umbraco-ui/uui-checkbox": "1.8.0",
"@umbraco-ui/uui-checkbox": "1.8.2",
"@umbraco-ui/uui-color-area": "1.8.0",
"@umbraco-ui/uui-color-picker": "1.8.0",
"@umbraco-ui/uui-color-slider": "1.8.0",
Expand All @@ -75,14 +75,14 @@
"@umbraco-ui/uui-icon-registry-essential": "1.8.0",
"@umbraco-ui/uui-input": "1.8.0",
"@umbraco-ui/uui-input-file": "1.8.0",
"@umbraco-ui/uui-input-lock": "1.8.0",
"@umbraco-ui/uui-input-lock": "1.8.2",
"@umbraco-ui/uui-input-password": "1.8.0",
"@umbraco-ui/uui-keyboard-shortcut": "1.8.0",
"@umbraco-ui/uui-label": "1.8.0",
"@umbraco-ui/uui-loader": "1.8.0",
"@umbraco-ui/uui-loader-bar": "1.8.0",
"@umbraco-ui/uui-loader-circle": "1.8.0",
"@umbraco-ui/uui-menu-item": "1.8.0",
"@umbraco-ui/uui-menu-item": "1.8.2",
"@umbraco-ui/uui-modal": "1.8.0",
"@umbraco-ui/uui-pagination": "1.8.0",
"@umbraco-ui/uui-popover": "1.8.0",
Expand All @@ -101,7 +101,7 @@
"@umbraco-ui/uui-ref-node-user": "1.8.0",
"@umbraco-ui/uui-scroll-container": "1.8.0",
"@umbraco-ui/uui-select": "1.8.0",
"@umbraco-ui/uui-slider": "1.8.0",
"@umbraco-ui/uui-slider": "1.8.2",
"@umbraco-ui/uui-symbol-expand": "1.8.0",
"@umbraco-ui/uui-symbol-file": "1.8.0",
"@umbraco-ui/uui-symbol-file-dropzone": "1.8.0",
Expand All @@ -117,7 +117,7 @@
"@umbraco-ui/uui-toast-notification": "1.8.0",
"@umbraco-ui/uui-toast-notification-container": "1.8.0",
"@umbraco-ui/uui-toast-notification-layout": "1.8.0",
"@umbraco-ui/uui-toggle": "1.8.0",
"@umbraco-ui/uui-toggle": "1.8.2",
"@umbraco-ui/uui-visually-hidden": "1.8.0"
},
"scripts": {
Expand Down

0 comments on commit ff7f8bf

Please sign in to comment.