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

version 9.1.1 #239

Merged
merged 1 commit into from
May 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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';
}