Skip to content

Commit

Permalink
update version 1.0.4 to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-andru committed Dec 5, 2018
1 parent c869ff8 commit b06440f
Show file tree
Hide file tree
Showing 5 changed files with 8,313 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.5] - 2018-12-05
### Added
- Upgrade to Angular 7
### Fixex
- Removed log messages

## [1.0.4] - 2018-10-18
### Fixed
- Fix issue with AoT builds of importing project

## [1.0.3] - 2018-10-18
### Fixed
- Resolve dependencies for OidcService
Expand All @@ -30,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First release

[1.0.5]: https://github.com/fileless/ng-oidc-client/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/fileless/ng-oidc-client/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/fileless/ng-oidc-client/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/fileless/ng-oidc-client/compare/v1.0.1...v1.0.2
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,50 +18,50 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^7.0.0",
"@angular/cdk": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/forms": "^7.0.0",
"@angular/http": "^7.0.0",
"@angular/material": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@ngrx/effects": "^6.1.0",
"@ngrx/router-store": "^6.1.0",
"@ngrx/store": "^6.1.0",
"@ngrx/store-devtools": "^6.1.0",
"core-js": "^2.5.7",
"oidc-client": "^1.5.3",
"@angular/animations": "^7.1.1",
"@angular/cdk": "^7.1.1",
"@angular/common": "^7.1.1",
"@angular/compiler": "^7.1.1",
"@angular/core": "^7.1.1",
"@angular/forms": "^7.1.1",
"@angular/http": "^7.1.1",
"@angular/material": "^7.1.1",
"@angular/platform-browser": "^7.1.1",
"@angular/platform-browser-dynamic": "^7.1.1",
"@angular/router": "^7.1.1",
"@ngrx/effects": "^6.1.2",
"@ngrx/router-store": "^6.1.2",
"@ngrx/store": "^6.1.2",
"@ngrx/store-devtools": "^6.1.2",
"core-js": "^2.6.0",
"oidc-client": "^1.5.4",
"rxjs": "^6.3.3",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/build-ng-packagr": "~0.10.2",
"@angular/cli": "^7.0.1",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@types/jasmine": "~2.8.9",
"@types/jasminewd2": "^2.0.5",
"@types/node": "^10.12.0",
"@angular-devkit/build-angular": "~0.11.1",
"@angular-devkit/build-ng-packagr": "~0.11.1",
"@angular/cli": "^7.1.1",
"@angular/compiler-cli": "^7.1.1",
"@angular/language-service": "^7.1.1",
"@types/jasmine": "~3.3.1",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.12.12",
"codelyzer": "~4.5.0",
"copyfiles": "^2.1.0",
"jasmine-core": "~3.2.1",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma": "~3.1.3",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.4",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^1.3.1",
"ng-packagr": "^4.3.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^4.4.5",
"protractor": "~5.4.1",
"ts-node": "~7.0.1",
"tsickle": ">=0.33.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.3",
"tslint": "~5.11.0",
"typescript": "3.1.3"
"typescript": "3.1.6"
}
}
2 changes: 1 addition & 1 deletion projects/ng-oidc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-oidc-client",
"version": "1.0.4",
"version": "1.0.5",
"main": "index.js",
"description": "An Angular 6+ package wrapping oidc-client library to manage authentication with OpenID Connect (OIDC) and OAuth2 in a reactive way using NgRx.",
"author": "Alexandru Gogan & David Turner",
Expand Down
4 changes: 4 additions & 0 deletions projects/ng-oidc-client/yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


Loading

0 comments on commit b06440f

Please sign in to comment.