Skip to content

Commit

Permalink
v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Feb 13, 2024
1 parent 4e7a3cb commit 48b40b1
Show file tree
Hide file tree
Showing 21 changed files with 96 additions and 49 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

### Bug Fixes

- export elements for UMD bundle ([4e7a3cb](https://github.com/umbraco/Umbraco.UI/commit/4e7a3cb7578935a01f0b12e37c572780010158df))
- **uui-button:** conditionally render aria-label ([9f4d928](https://github.com/umbraco/Umbraco.UI/commit/9f4d9286b13af9f22ce7900d58cbaa3938aff2f1))

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

### 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.7.0",
"version": "1.7.1",
"preid": "rc",
"exact": true,
"noPush": true,
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/uui-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

### Bug Fixes

- **uui-button:** conditionally render aria-label ([9f4d928](https://github.com/umbraco/Umbraco.UI/commit/9f4d9286b13af9f22ce7900d58cbaa3938aff2f1))

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-button
Expand Down
2 changes: 1 addition & 1 deletion packages/uui-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-button",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"description": "All-round button, Umbraco backoffice style.",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-combobox/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-combobox
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-combobox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-combobox",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-combobox-list": "1.7.0",
"@umbraco-ui/uui-icon": "1.7.0",
"@umbraco-ui/uui-popover-container": "1.7.0",
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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**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.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@umbraco-ui/uui-action-bar": "1.7.0",
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-file-dropzone": "1.7.0",
"@umbraco-ui/uui-icon": "1.7.0",
"@umbraco-ui/uui-icon-registry-essential": "1.7.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-input-lock/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-input-lock
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-input-lock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-input-lock",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-icon": "1.7.0",
"@umbraco-ui/uui-input": "1.7.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-pagination/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-pagination
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-pagination",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-button-group": "1.7.0"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-tabs/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-tabs",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-button": "1.7.0",
"@umbraco-ui/uui-button": "1.7.1",
"@umbraco-ui/uui-popover-container": "1.7.0",
"@umbraco-ui/uui-symbol-more": "1.7.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toast-notification-container/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-toast-notification-container
Expand Down
4 changes: 2 additions & 2 deletions packages/uui-toast-notification-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umbraco-ui/uui-toast-notification-container",
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",
"keywords": [
"Umbraco",
Expand Down Expand Up @@ -31,7 +31,7 @@
],
"dependencies": {
"@umbraco-ui/uui-base": "1.7.0",
"@umbraco-ui/uui-toast-notification": "1.7.0"
"@umbraco-ui/uui-toast-notification": "1.7.1"
},
"scripts": {
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/uui-toast-notification/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.7.1](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0...v1.7.1) (2024-02-13)

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

# [1.7.0](https://github.com/umbraco/Umbraco.UI/compare/v1.7.0-rc.0...v1.7.0) (2024-02-13)

**Note:** Version bump only for package @umbraco-ui/uui-toast-notification
Expand Down
Loading

0 comments on commit 48b40b1

Please sign in to comment.