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 #296 from Orange-OpenSource/feature/version
Browse files Browse the repository at this point in the history
version 11.0.0
  • Loading branch information
BehnooshShiva authored Feb 24, 2022
2 parents de8ca51 + 3d72d19 commit 7bf275e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="11.0.0"></a> (2022-02-24)
# [11.0.0](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/10.3.0...11.0.0) (2022-02-24)

* **Angular:** update to angular 13 ([ce1c191](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/commit/ce1c191))

<a name="10.3.0"></a> (2022-02-24)
# [10.3.0](https://github.com/Orange-OpenSource/Orange-Boosted-Angular/compare/10.2.1...10.3.0) (2022-02-24)

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": "10.3.0",
"version": "11.0.0",
"description": "Orange Boosted with Bootstrap 4 and Angular",
"keywords": [
"boosted",
Expand Down
12 changes: 6 additions & 6 deletions projects/ng-boosted/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-boosted",
"version": "10.3.0",
"version": "11.0.0",
"description": "Orange Boosted with Bootstrap 5 and Angular",
"keywords": [
"boosted",
Expand All @@ -11,15 +11,15 @@
"homepage": "https://ng-boosted.orange.com",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/localize": "^12.0.0",
"@angular/common": "^13.0.0",
"@angular/core": "^13.0.0",
"@angular/forms": "^13.0.0",
"@angular/localize": "^13.0.0",
"rxjs": "^6.6.7",
"sass": "^1.43.4"
},
"dependencies": {
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"boosted": "^4.6.0",
"tslib": "^2.3.0"
},
Expand Down
6 changes: 3 additions & 3 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 = '10.3.0';
public ngBoostedVersion = '11.0.0';
public boostedVersion = '4.6.0';
public angularVersion = ' > 12.0.0' ;
public ngBootstrapVersion = '^10.0.0';
public angularVersion = ' > 13.0.0' ;
public ngBootstrapVersion = '^11.0.0';
}
2 changes: 2 additions & 0 deletions src/app/start/start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h2>Dependencies</h2>
<tr><td>7.x.x, 8.x.x</td><td>10.0.0</td><td>4.5.0</td></tr>
<tr><td>9.x.x</td><td>11.0.0</td><td>4.5.0</td></tr>
<tr><td>10.x.x</td><td>12.0.0</td><td>4.5.0</td></tr>
<tr><td>11.x.x</td><td>13.0.0</td><td>4.6.0</td></tr>
</tbody>
</table>
</div>
Expand All @@ -53,6 +54,7 @@ <h2>Dependencies</h2>
<tr><td>7.x.x, 8.x.x</td><td>10.0.0</td><td>4.5.0</td></tr>
<tr><td>9.x.x</td><td>11.0.0</td><td>4.6.0</td></tr>
<tr><td>10.3.0</td><td>12.0.0</td><td>4.6.0</td></tr>
<tr><td>11.x.x</td><td>13.0.0</td><td>4.6.0</td></tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 7bf275e

Please sign in to comment.