Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed May 24, 2024
1 parent e2b9efa commit d3a7c76
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 13 deletions.
4 changes: 4 additions & 0 deletions 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.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

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

### 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.8.0",
"version": "1.8.1",
"preid": "rc",
"exact": true,
"noPush": true,
Expand Down
12 changes: 6 additions & 6 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-form-layout-item/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.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-form-layout-item

# [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-form-layout-item
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-form-layout-item/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-form-layout-item",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.8.0",
"@umbraco-ui/uui-form-validation-message": "1.8.0"
"@umbraco-ui/uui-form-validation-message": "1.8.1"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-form-validation-message/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.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-form-validation-message

# [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-form-validation-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-form-validation-message",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"keywords": [
"Umbraco",
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.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

# [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
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.8.1",
"license": "MIT",
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
"keywords": [
Expand Down Expand Up @@ -68,8 +68,8 @@
"@umbraco-ui/uui-file-dropzone": "1.8.0",
"@umbraco-ui/uui-file-preview": "1.8.0",
"@umbraco-ui/uui-form": "1.8.0",
"@umbraco-ui/uui-form-layout-item": "1.8.0",
"@umbraco-ui/uui-form-validation-message": "1.8.0",
"@umbraco-ui/uui-form-layout-item": "1.8.1",
"@umbraco-ui/uui-form-validation-message": "1.8.1",
"@umbraco-ui/uui-icon": "1.8.0",
"@umbraco-ui/uui-icon-registry": "1.8.0",
"@umbraco-ui/uui-icon-registry-essential": "1.8.0",
Expand Down

0 comments on commit d3a7c76

Please sign in to comment.