Skip to content

Commit

Permalink
update readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
lombardi-gux committed Dec 5, 2022
1 parent e113a95 commit a86cc1a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 3.0.0-beta.1

- Updated to use Bootstrap 5 and Design System 7 beta. See [pb-design-system changelog](https://github.com/PBGUX/pb-design-system/blob/7.0.0-beta.1/CHANGELOG.md) for more info

## 2.9.0 – January 3, 2022

- Changed app.component.html to use new "sticky footer" as available in DS 6.8.4+
Expand Down
12 changes: 6 additions & 6 deletions client/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 client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starter",
"version": "2.11.0",
"version": "3.0.0-beta.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -29,11 +29,11 @@
"@ngx-loading-bar/core": "6.0.2",
"@ngx-loading-bar/http-client": "6.0.2",
"@ngx-loading-bar/router": "6.0.2",
"bootstrap": "4.6.0",
"bootstrap": "5.2.3",
"core-js": "3.26.1",
"d3": "7.6.1",
"jquery": "3.6.1",
"pb-design-system": "6.16.0",
"pb-design-system": "7.0.0-beta.1",
"popper.js": "1.16.1",
"rxjs": "6.6.7",
"topojson-client": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-starter-app",
"version": "2.11.0",
"version": "3.0.0-beta.1",
"description": "PBDS Angular Starter Application",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit a86cc1a

Please sign in to comment.