Skip to content

Commit 3cbe514

Browse files
committed
Publish
- @umbraco-ui/[email protected] - @umbraco-ui/[email protected]
1 parent cbb74c6 commit 3cbe514

File tree

5 files changed

+19
-235
lines changed

5 files changed

+19
-235
lines changed

package-lock.json

Lines changed: 6 additions & 232 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui-box/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.2.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-11)
7+
8+
**Note:** Version bump only for package @umbraco-ui/uui-box
9+
610
# [0.2.0](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-01)
711

812
### Bug Fixes

packages/uui-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui-box",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"description": "A box web component for grouping elements",
66
"keywords": [

packages/uui/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+
## [0.1.2](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-11)
7+
8+
### Bug Fixes
9+
10+
- **uui:** add missing reference to uui-popover ([cbb74c6](https://github.com/umbraco/Umbraco.UI/commit/cbb74c6050a85241ac19e651a9eecfd6ecfe9c99)), closes [#194](https://github.com/umbraco/Umbraco.UI/issues/194)
11+
612
## [0.1.1](https://github.com/umbraco/Umbraco.UI/compare/@umbraco-ui/[email protected]...@umbraco-ui/[email protected]) (2022-04-01)
713

814
### Bug Fixes

packages/uui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umbraco-ui/uui",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
66
"keywords": [
@@ -41,7 +41,7 @@
4141
"@umbraco-ui/uui-badge": "0.1.1",
4242
"@umbraco-ui/uui-base": "0.1.1",
4343
"@umbraco-ui/uui-boolean-input": "0.1.1",
44-
"@umbraco-ui/uui-box": "0.2.0",
44+
"@umbraco-ui/uui-box": "0.2.1",
4545
"@umbraco-ui/uui-breadcrumbs": "0.1.1",
4646
"@umbraco-ui/uui-button": "0.2.1",
4747
"@umbraco-ui/uui-button-group": "0.1.1",

0 commit comments

Comments
 (0)