Skip to content

Commit d37c2c4

Browse files
committed
v1.8.0-rc.2
1 parent 7cd5a76 commit d37c2c4

File tree

23 files changed

+104
-53
lines changed

23 files changed

+104
-53
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.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15)
7+
8+
### Bug Fixes
9+
10+
- **uui-button:** :ambulance: add back missing animation ([#782](https://github.com/umbraco/Umbraco.UI/issues/782)) ([5a1fea7](https://github.com/umbraco/Umbraco.UI/commit/5a1fea7d84a01193ab1af479ae389411584dead2))
11+
- **uui-dialog:** remove background ([#781](https://github.com/umbraco/Umbraco.UI/issues/781)) ([13fd470](https://github.com/umbraco/Umbraco.UI/commit/13fd470e233c51b0312ebde2ad77934108d15202))
12+
613
# [1.8.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.0...v1.8.0-rc.1) (2024-04-11)
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.8.0-rc.1",
4+
"version": "1.8.0-rc.2",
55
"preid": "rc",
66
"exact": true,
77
"noPush": true,

package-lock.json

Lines changed: 26 additions & 26 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.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15)
7+
8+
### Bug Fixes
9+
10+
- **uui-button:** :ambulance: add back missing animation ([#782](https://github.com/umbraco/Umbraco.UI/issues/782)) ([5a1fea7](https://github.com/umbraco/Umbraco.UI/commit/5a1fea7d84a01193ab1af479ae389411584dead2))
11+
612
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
713

814
### Features

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.8.0-rc.0",
3+
"version": "1.8.0-rc.2",
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.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-combobox
9+
610
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
711

812
### Features

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.8.0-rc.0",
3+
"version": "1.8.0-rc.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -31,7 +31,7 @@
3131
],
3232
"dependencies": {
3333
"@umbraco-ui/uui-base": "1.8.0-rc.0",
34-
"@umbraco-ui/uui-button": "1.8.0-rc.0",
34+
"@umbraco-ui/uui-button": "1.8.0-rc.2",
3535
"@umbraco-ui/uui-combobox-list": "1.8.0-rc.0",
3636
"@umbraco-ui/uui-icon": "1.8.0-rc.0",
3737
"@umbraco-ui/uui-popover-container": "1.8.0-rc.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.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-file
9+
610
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
711

812
### Features

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.8.0-rc.0",
3+
"version": "1.8.0-rc.2",
44
"license": "MIT",
55
"keywords": [
66
"Umbraco",
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@umbraco-ui/uui-action-bar": "1.8.0-rc.0",
3434
"@umbraco-ui/uui-base": "1.8.0-rc.0",
35-
"@umbraco-ui/uui-button": "1.8.0-rc.0",
35+
"@umbraco-ui/uui-button": "1.8.0-rc.2",
3636
"@umbraco-ui/uui-file-dropzone": "1.8.0-rc.0",
3737
"@umbraco-ui/uui-icon": "1.8.0-rc.0",
3838
"@umbraco-ui/uui-icon-registry-essential": "1.8.0-rc.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.8.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.8.0-rc.1...v1.8.0-rc.2) (2024-04-15)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-input-lock
9+
610
# [1.8.0-rc.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.1...v1.8.0-rc.0) (2024-04-05)
711

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

0 commit comments

Comments
 (0)