Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #226 from Orange-OpenSource/features/version-8.1
Browse files Browse the repository at this point in the history
version 8.1.0
  • Loading branch information
JosselinRousseau authored Feb 5, 2021
2 parents 70024e2 + e1357c4 commit e4ba9fc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="8.1.0"></a> (2021-02-05)
# [8.1.0](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/8.0.0...8.1.0) (2021-02-05)

### Features

* **angular:** update angular 10 ([6da00fd](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/commit/6da00fd))
* **ng-bootstrap:** update ng-bootstrap ([5066cad](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/commit/5066cad))

<a name="8.0.0"></a> (2020-11-20)
# [8.0.0](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/7.1.1...8.0.0) (2020-11-20)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "8.0.0",
"version": "8.1.0",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"keywords": [
"boosted",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-boosted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "8.0.0",
"version": "8.1.0",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"keywords": [
"boosted",
Expand Down
4 changes: 2 additions & 2 deletions src/app/directives/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Injectable } from '@angular/core';

@Injectable()
export class Globals {
public ngBoostedVersion = '8.0.0';
public ngBoostedVersion = '8.1.0';
public boostedVersion = '4.5.3';
public angularVersion = ' > 10.0.0' ;
public ngBootstrapVersion = '8.0.0';
public ngBootstrapVersion = '8.0.4';
}

0 comments on commit e4ba9fc

Please sign in to comment.