Skip to content

Commit 78ce6df

Browse files
committed
v1.2.0
1 parent c5c5e28 commit 78ce6df

File tree

163 files changed

+1125
-797
lines changed

Some content is hidden

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

163 files changed

+1125
-797
lines changed

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.2.0](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.3...v1.2.0) (2023-04-20)
7+
8+
### Features
9+
10+
- adds min, max, and step property to the uui-input ([#457](https://github.com/umbraco/Umbraco.UI/issues/457)) ([c8e8798](https://github.com/umbraco/Umbraco.UI/commit/c8e8798b3f961bdf57893c9b02d0b6bb10dcd252))
11+
612
# [1.2.0-rc.3](https://github.com/umbraco/Umbraco.UI/compare/v1.2.0-rc.2...v1.2.0-rc.3) (2023-04-14)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "1.2.0-rc.3",
3+
"version": "1.2.0",
44
"npmClient": "npm",
55
"useWorkspaces": true,
66
"command": {

0 commit comments

Comments
 (0)