Skip to content

Commit

Permalink
v1.9.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Jul 12, 2024
1 parent b56438e commit 39d5e62
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.9.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.1...v1.9.0-rc.2) (2024-07-12)

**Note:** Version bump only for package uui-monorepo

# [1.9.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.0...v1.9.0-rc.1) (2024-07-11)

### 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.9.0-rc.1",
"version": "1.9.0-rc.2",
"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-file-dropzone/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.9.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.1...v1.9.0-rc.2) (2024-07-12)

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

# [1.9.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.0...v1.9.0-rc.1) (2024-07-11)

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

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

# [1.9.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.0...v1.9.0-rc.1) (2024-07-11)

**Note:** Version bump only for package @umbraco-ui/uui-input-file
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-input-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-input-file",
"version": "1.9.0-rc.1",
"version": "1.9.0-rc.2",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@umbraco-ui/uui-action-bar": "1.9.0-rc.1",
"@umbraco-ui/uui-base": "1.9.0-rc.1",
"@umbraco-ui/uui-button": "1.9.0-rc.1",
"@umbraco-ui/uui-file-dropzone": "1.9.0-rc.1",
"@umbraco-ui/uui-file-dropzone": "1.9.0-rc.2",
"@umbraco-ui/uui-icon": "1.9.0-rc.1",
"@umbraco-ui/uui-icon-registry-essential": "1.9.0-rc.1"
},
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.9.0-rc.2](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.1...v1.9.0-rc.2) (2024-07-12)

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

# [1.9.0-rc.1](https://github.com/umbraco/Umbraco.UI/compare/v1.9.0-rc.0...v1.9.0-rc.1) (2024-07-11)

**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.9.0-rc.1",
"version": "1.9.0-rc.2",
"license": "MIT",
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
"keywords": [
Expand Down Expand Up @@ -65,7 +65,7 @@
"@umbraco-ui/uui-css": "1.9.0-rc.0",
"@umbraco-ui/uui-dialog": "1.9.0-rc.1",
"@umbraco-ui/uui-dialog-layout": "1.9.0-rc.1",
"@umbraco-ui/uui-file-dropzone": "1.9.0-rc.1",
"@umbraco-ui/uui-file-dropzone": "1.9.0-rc.2",
"@umbraco-ui/uui-file-preview": "1.9.0-rc.1",
"@umbraco-ui/uui-form": "1.9.0-rc.1",
"@umbraco-ui/uui-form-layout-item": "1.9.0-rc.1",
Expand All @@ -74,7 +74,7 @@
"@umbraco-ui/uui-icon-registry": "1.9.0-rc.1",
"@umbraco-ui/uui-icon-registry-essential": "1.9.0-rc.1",
"@umbraco-ui/uui-input": "1.9.0-rc.1",
"@umbraco-ui/uui-input-file": "1.9.0-rc.1",
"@umbraco-ui/uui-input-file": "1.9.0-rc.2",
"@umbraco-ui/uui-input-lock": "1.9.0-rc.1",
"@umbraco-ui/uui-input-password": "1.9.0-rc.1",
"@umbraco-ui/uui-keyboard-shortcut": "1.9.0-rc.1",
Expand Down

0 comments on commit 39d5e62

Please sign in to comment.