Skip to content

Commit

Permalink
Merge pull request #1200 from damienbod/release_12_0_2
Browse files Browse the repository at this point in the history
Release 12.0.2
  • Loading branch information
damienbod authored Jul 18, 2021
2 parents 015d90f + 7b9ab04 commit c616ada
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Angular Lib for OpenID Connect/OAuth2 Changelog

### 2021-07-18 12.0.2

- Added fix overwriting prompt param
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1193)
- Unclear error message when providing improper config to module
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1186)
- added multiple configs documentation
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1183)
- Expose PopupService and PopupOptions as public
- [PR](https://github.com/damienbod/angular-auth-oidc-client/pull/1199)

### 2021-07-06 12.0.1

- Fix #1168 userInfoEndpoint Typo
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
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/damienbod/angular-auth-oidc-client/issues"
},
"version": "12.0.1",
"version": "12.0.2",
"scripts": {
"ng": "ng",
"build": "npm run build-lib",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-auth-oidc-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"authorization"
],
"license": "MIT",
"version": "12.0.1",
"version": "12.0.2",
"description": "Angular Lib for OpenID Connect & OAuth2",
"schematics": "./schematics/collection.json",
"ng-add": {
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/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 projects/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schematics",
"version": "12.0.1",
"version": "12.0.2",
"description": "A schematic for the Angular Lib for OpenID Connect & OAuth2",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion projects/schematics/src/ng-add/actions/add-dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { addPackageJsonDependency, NodeDependency, NodeDependencyType } from '@s
const dependenciesToAdd = [
{
name: 'angular-auth-oidc-client',
version: '12.0.1',
version: '12.0.2',
},
];

Expand Down

0 comments on commit c616ada

Please sign in to comment.