Skip to content

Commit

Permalink
v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Mar 18, 2024
1 parent 2c6ccea commit cb68e78
Show file tree
Hide file tree
Showing 21 changed files with 95 additions and 45 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

### Bug Fixes

- **uui-css:** do not import the lato font here as it means you cannot import only the custom properties without getting the font ([ed8659c](https://github.com/umbraco/Umbraco.UI/commit/ed8659c707ecdce0507a3c22bec1af95e7523950))
- **uui-tab-group:** Unable to remove tab ([#753](https://github.com/umbraco/Umbraco.UI/issues/753)) ([07c0045](https://github.com/umbraco/Umbraco.UI/commit/07c00452ed9668799a9b4edef01103959e6c7d90))
- **uui-textarea:** Don't hide placeholder text on focus ([#751](https://github.com/umbraco/Umbraco.UI/issues/751)) ([a90a510](https://github.com/umbraco/Umbraco.UI/commit/a90a510a01ce8a752167e5f455571e010c9cb9ed))

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

### Bug Fixes
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.7.1",
"version": "1.7.2",
"preid": "rc",
"exact": true,
"noPush": true,
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/uui-box/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-box",
"version": "1.7.0",
"version": "1.7.2",
"license": "MIT",
"description": "A box web component for grouping elements",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-css": "1.7.0"
"@umbraco-ui/uui-css": "1.7.2"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/uui-css/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

### Bug Fixes

- **uui-css:** do not import the lato font here as it means you cannot import only the custom properties without getting the font ([ed8659c](https://github.com/umbraco/Umbraco.UI/commit/ed8659c707ecdce0507a3c22bec1af95e7523950))

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-css
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-css",
"version": "1.7.0",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-dialog/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-dialog
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-dialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-dialog",
"version": "1.7.0",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-css": "1.7.0"
"@umbraco-ui/uui-css": "1.7.2"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/uui-tabs/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

### Bug Fixes

- **uui-tab-group:** Unable to remove tab ([#753](https://github.com/umbraco/Umbraco.UI/issues/753)) ([07c0045](https://github.com/umbraco/Umbraco.UI/commit/07c00452ed9668799a9b4edef01103959e6c7d90))

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-tabs
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-tabs",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
6 changes: 6 additions & 0 deletions packages/uui-textarea/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

### Bug Fixes

- **uui-textarea:** Don't hide placeholder text on focus ([#751](https://github.com/umbraco/Umbraco.UI/issues/751)) ([a90a510](https://github.com/umbraco/Umbraco.UI/commit/a90a510a01ce8a752167e5f455571e010c9cb9ed))

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-textarea
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-textarea",
"version": "1.7.0",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toast-notification-container/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-toast-notification-container
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-toast-notification-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-toast-notification-container",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-toast-notification": "1.7.1"
"@umbraco-ui/uui-toast-notification": "1.7.2"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toast-notification-layout/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-toast-notification-layout
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-toast-notification-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-toast-notification-layout",
"version": "1.7.0",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-css": "1.7.0"
"@umbraco-ui/uui-css": "1.7.2"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toast-notification/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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-toast-notification
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-toast-notification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-toast-notification",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-css": "1.7.0",
"@umbraco-ui/uui-css": "1.7.2",
"@umbraco-ui/uui-icon": "1.7.0",
"@umbraco-ui/uui-icon-registry-essential": "1.7.0"
},
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.7.2](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.7.2) (2024-03-18)

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

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

### Bug Fixes
Expand Down
Loading

0 comments on commit cb68e78

Please sign in to comment.