Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
5.0.0-beta.0 release (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Kingman <alex.kingman@blackbaud.me>
  • Loading branch information
Blackbaud-AlexKingman and Alex Kingman committed Jul 7, 2021
1 parent bf4fc6f commit c9fbd78
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 5.0.0-beta.0 (2021-07-07)

- Initial beta release.
- Added support for `@angular/core@^12`. [#277](https://github.com/blackbaud/skyux-forms/pull/277)
- Added support for `5.0.0-beta.*` versions of SKY UX component libraries. [#277](https://github.com/blackbaud/skyux-forms/pull/277)

# 4.20.0 (2021-07-01)

- Added a layout to the input box component that supports the search component in modern theme. [#273](https://github.com/blackbaud/skyux-forms/pull/273)
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skyux/forms",
"version": "4.20.0",
"version": "5.0.0-beta.0",
"description": "SKY UX Forms",
"scripts": {
"build": "skyux build-public-library",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@skyux-sdk/builder": "4.9.0",
"@skyux-sdk/builder-plugin-skyux": "4.2.0",
"@skyux-sdk/e2e": "4.0.2",
"@skyux-sdk/testing": "4.2.3",
"@skyux-sdk/testing": "4.3.0",
"@skyux/animations": "4.0.1",
"@skyux/assets": "4.0.1",
"@skyux/config": "4.4.0",
Expand All @@ -59,7 +59,7 @@
"@skyux/indicators": "4.10.0",
"@skyux/inline-form": "4.1.1",
"@skyux/layout": "4.7.1",
"@skyux/lists": "4.7.2",
"@skyux/lists": "4.8.0",
"@skyux/lookup": "4.16.0",
"@skyux/modals": "4.5.4",
"@skyux/omnibar-interop": "4.0.1",
Expand Down

0 comments on commit c9fbd78

Please sign in to comment.