Skip to content

Commit

Permalink
prepare 2.9.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Lombardi <[email protected]>
  • Loading branch information
lombardi-gux committed Jan 3, 2022
1 parent 9be519f commit 046d59a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 2.9.0 – January 3, 2022

- Changed app.component.html to use new "sticky footer" as available in DS 6.8.4+
- Updated to Angular 13
- Updated ng-bootstrap to 10.0.0

## 2.6.0 - March 2, 2021

- Updated to use Design System 6.6.2
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Starter App
# PBDS Angular Starter App

This project was generated with [Angular CLI](https://cli.angular.io/) version 10.1.0.

## To use this as a starter for your projects
## To use this as a starter for your projects:

### 1. Download the zip file

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starter",
"version": "3.0.0",
"version": "2.9.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-starter-app",
"version": "2.7.0",
"description": "PB starter application with DS 6.7",
"version": "2.9.0",
"description": "PBDS Angular Starter Application",
"main": "index.html",
"scripts": {
"start": "cd client && npm start",
Expand Down

0 comments on commit 046d59a

Please sign in to comment.