Skip to content

Commit 207119e

Browse files
committed
v1.12.2
1 parent dc7a416 commit 207119e

File tree

167 files changed

+954
-605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+954
-605
lines changed

CHANGELOG.md

+7
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.12.2](https://github.com/umbraco/Umbraco.UI/compare/v1.12.1...v1.12.2) (2024-11-27)
7+
8+
### Bug Fixes
9+
10+
- selectable mixin only be selective when selectabletarget is this ([#971](https://github.com/umbraco/Umbraco.UI/issues/971)) ([dc7a416](https://github.com/umbraco/Umbraco.UI/commit/dc7a4165cc7b4b09f6ad172e796c4cd54ee07eea))
11+
- **uui-action-bar:** target any slotted element ([#964](https://github.com/umbraco/Umbraco.UI/issues/964)) ([03fe69c](https://github.com/umbraco/Umbraco.UI/commit/03fe69cef43863a2f21ee4bad2b14a5958640163))
12+
613
## [1.12.1](https://github.com/umbraco/Umbraco.UI/compare/v1.12.0...v1.12.1) (2024-11-25)
714

815
### Bug Fixes

lerna.json

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

0 commit comments

Comments
 (0)