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 #239 from Orange-OpenSource/version-9.1.1
Browse files Browse the repository at this point in the history
version 9.1.1
  • Loading branch information
JosselinRousseau authored May 17, 2021
2 parents 2f0aa69 + 7e10a6e commit 7cc5567
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="9.1.1"></a> (2021-05-17)

## [9.1.1](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/9.1.0...9.1.1) (2021-05-17)


### Features

* **angular:** update angular ([529be9d](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/commit/529be9d0a0a7529b8f6d452cb6a0e95693c5c634))
* **ng-bootstrap:** update ng bootstrap ([e42e937](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/commit/e42e9373acb835271cfd6b157694e13b13bae62c))



<a name="9.1.0"></a> (2021-03-25)

# [9.1.0](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/9.0.0...9.1.0) (2021-03-25)
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": "9.1.0",
"version": "9.1.1",
"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": "9.1.0",
"version": "9.1.1",
"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 = '9.1.0';
public ngBoostedVersion = '9.1.1';
public boostedVersion = '4.6.0';
public angularVersion = ' > 11.0.0' ;
public ngBootstrapVersion = '9.1.0';
public ngBootstrapVersion = '9.1.1';
}

0 comments on commit 7cc5567

Please sign in to comment.