Skip to content

Commit

Permalink
CHANGES VERSION 1.3.1
Browse files Browse the repository at this point in the history
FIX: Update to latest WAS to fix UserService bug.
  • Loading branch information
wickeym committed Feb 1, 2018
1 parent 51fb23b commit 83bfc67
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 91 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

This shows all commits since last release.

## [1.3.1](https://github.com/wickeyware/was-tutorial/compare/1.3.1...1.3.0) - 2018-01-02

### Fixed

* **package** Update to latest WAS to fix UserService bug.

## [1.3.0](https://github.com/wickeyware/was-tutorial/compare/1.3.0...1.2.1) - 2018-26-01

### Changed
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "was-tutorial",
"version": "1.3.0",
"version": "1.3.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -20,17 +20,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.2.2",
"@angular/cdk": "^5.1.0",
"@angular/common": "^5.2.2",
"@angular/compiler": "^5.2.2",
"@angular/core": "^5.2.2",
"@angular/forms": "^5.2.2",
"@angular/material": "^5.1.0",
"@angular/platform-browser": "^5.2.2",
"@angular/platform-browser-dynamic": "^5.2.2",
"@angular/router": "^5.2.2",
"@angular/service-worker": "^5.2.2",
"@angular/animations": "^5.2.3",
"@angular/cdk": "^5.1.1",
"@angular/common": "^5.2.3",
"@angular/compiler": "^5.2.3",
"@angular/core": "^5.2.3",
"@angular/forms": "^5.2.3",
"@angular/material": "^5.1.1",
"@angular/platform-browser": "^5.2.3",
"@angular/platform-browser-dynamic": "^5.2.3",
"@angular/router": "^5.2.3",
"@angular/service-worker": "^5.2.3",
"@types/howler": "^2.0.5",
"angular2-useful-swiper": "^5.0.1",
"core-js": "^2.4.1",
Expand All @@ -40,17 +40,17 @@
"rxjs": "^5.5.6",
"swiper": "3.4.2",
"web-animations-js": "^2.3.1",
"wickeyappstore": "^1.14.0",
"wickeyappstore": "^1.14.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.6",
"@angular/compiler-cli": "^5.2.2",
"@angular/language-service": "^5.2.2",
"@angular/cli": "1.6.7",
"@angular/compiler-cli": "^5.2.3",
"@angular/language-service": "^5.2.3",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~9.3.0",
"codelyzer": "~4.0.2",
"codelyzer": "~4.1.0",
"http-server": "^0.11.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export class AppComponent implements OnInit {
private test_alert = 0;
public userMessage = '';
public verifiedUser = false;
public version = '1.3.0';
public whats_new = 'Added ability to catch new site versions and ask to update in an app modal.';
public version = '1.3.1';
public whats_new = 'Update to WAS lib.';
private oneSignal: any;
private sound = new Howl({
src: ['assets/sounds/airhorn.mp3']
Expand Down
2 changes: 1 addition & 1 deletion src/ngsw-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"index": "/index.html",
"appData": {"title": "New Service Worker", "description": "Added ability to catch new site versions and ask to update in an app modal.", "version": "1.3.0", "askToUpdate": true},
"appData": {"title": "Bug Fix", "description": "Update WAS lib.", "version": "1.3.1", "askToUpdate": true},
"assetGroups": [{
"name": "app",
"installMode": "prefetch",
Expand Down
133 changes: 62 additions & 71 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@angular-devkit/build-optimizer@~0.0.42":
"@angular-devkit/build-optimizer@0.0.42":
version "0.0.42"
resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.0.42.tgz#402b0dda4883db91e2381c3ddc55888408a7894e"
dependencies:
Expand All @@ -11,7 +11,7 @@
typescript "~2.6.2"
webpack-sources "^1.0.1"

"@angular-devkit/core@~0.0.29":
"@angular-devkit/core@0.0.29":
version "0.0.29"
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.0.29.tgz#6fb319b45a62eff172318cbe256fdb24ef20af2b"
dependencies:
Expand All @@ -20,35 +20,35 @@
rxjs "^5.5.6"
source-map "^0.5.6"

"@angular-devkit/schematics@~0.0.52":
"@angular-devkit/schematics@0.0.52":
version "0.0.52"
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.0.52.tgz#cbd2f42778b50d6422a254ffaec05ad4ef3cb6c0"
dependencies:
"@ngtools/json-schema" "^1.1.0"
rxjs "^5.5.6"

"@angular/animations@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.2.tgz#3364a0c4f355d3313dda9bde526e376c137fa169"
"@angular/animations@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.2.3.tgz#e0eb8d55f807e799df128af9150c075c9ab82adf"
dependencies:
tslib "^1.7.1"

"@angular/cdk@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.1.0.tgz#e04547609d96d8b6fe0dac17bed323760c3952e9"
"@angular/cdk@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.1.1.tgz#a278b44ec02145a4691aa466dde06a1ae8c0fe88"
dependencies:
tslib "^1.7.1"

"@angular/cli@1.6.6":
version "1.6.6"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.6.tgz#002119ab2ed804bbdc86075e0095eadda2a0baa0"
"@angular/cli@1.6.7":
version "1.6.7"
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.6.7.tgz#e2323753c144b5de6c699bbebee688105a394641"
dependencies:
"@angular-devkit/build-optimizer" "~0.0.42"
"@angular-devkit/core" "~0.0.29"
"@angular-devkit/schematics" "~0.0.52"
"@angular-devkit/build-optimizer" "0.0.42"
"@angular-devkit/core" "0.0.29"
"@angular-devkit/schematics" "0.0.52"
"@ngtools/json-schema" "1.1.0"
"@ngtools/webpack" "1.9.6"
"@schematics/angular" "~0.1.17"
"@ngtools/webpack" "1.9.7"
"@schematics/angular" "0.1.17"
autoprefixer "^7.2.3"
chalk "~2.2.0"
circular-dependency-plugin "^4.2.1"
Expand Down Expand Up @@ -87,7 +87,6 @@
sass-loader "^6.0.6"
semver "^5.1.0"
silent-error "^1.0.0"
source-map-loader "^0.2.0"
source-map-support "^0.4.1"
style-loader "^0.13.1"
stylus "^0.54.5"
Expand All @@ -103,80 +102,80 @@
optionalDependencies:
node-sass "^4.7.2"

"@angular/common@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.2.tgz#24f0f21dbc29a8b2dbfe93d19ec5a18defca9edf"
"@angular/common@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.2.3.tgz#f2a5c12ec44b73a248d8dcb2d37ac2749f091cf7"
dependencies:
tslib "^1.7.1"

"@angular/compiler-cli@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.2.tgz#0929463252adcf3f8094b1689cc5cbdcb6f8ceaa"
"@angular/compiler-cli@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.2.3.tgz#75b39a346f1b2a95ebc403016d19fc33d5315221"
dependencies:
chokidar "^1.4.2"
minimist "^1.2.0"
reflect-metadata "^0.1.2"
tsickle "^0.26.0"

"@angular/compiler@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.2.tgz#cf6ef310c5ca2fdae9551af62d10ab24d4feb51a"
"@angular/compiler@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.2.3.tgz#49167adb35bdb5e7e915cce912c432300fc16816"
dependencies:
tslib "^1.7.1"

"@angular/core@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.2.tgz#54950023b971d9e01f6f6fdbc30d2b68e4d05eb2"
"@angular/core@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.2.3.tgz#157dcb437d085b325513689e0e4ae70182f3f708"
dependencies:
tslib "^1.7.1"

"@angular/forms@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.2.tgz#eca24f15d96de285cd0726601db4bffec39c01f3"
"@angular/forms@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.2.3.tgz#4992419191a3800516085209be331fc0d63bd099"
dependencies:
tslib "^1.7.1"

"@angular/language-service@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.2.tgz#2829214885096c4168566a9f74364a8fed641a49"
"@angular/language-service@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.2.3.tgz#b858c1cd3740b29de145a6d60b2562eef391d3b3"

"@angular/material@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.1.0.tgz#038803b6a52e484c6bf9bb413714795952d61d49"
"@angular/material@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.1.1.tgz#fafbd6bd98f2521ac5e3e2b2f720214386e3f31d"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser-dynamic@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.2.tgz#2ddd7fa28bb34ae9e181e6f286dfe4c96bde95a6"
"@angular/platform-browser-dynamic@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.2.3.tgz#87d5172da2c102c3cf48da29d39e9b4b9414b419"
dependencies:
tslib "^1.7.1"

"@angular/platform-browser@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.2.tgz#3eedcbbcc8c0e6c91eba7ed2b32de7c6679d9b62"
"@angular/platform-browser@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.2.3.tgz#953df896839879e2b8ca89a364d66e3ac1dcd167"
dependencies:
tslib "^1.7.1"

"@angular/router@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.2.tgz#b0ffd7121290e8c01f20862b4a2638ebcebc61cf"
"@angular/router@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.2.3.tgz#c56bce42817c67aeb65291e5adf293300038069e"
dependencies:
tslib "^1.7.1"

"@angular/service-worker@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-5.2.2.tgz#bb0f174292bfce953af6ff971499c846e4d4f991"
"@angular/service-worker@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-5.2.3.tgz#f093c770fa29777944931cad9116ef7a8878a66a"
dependencies:
tslib "^1.7.1"

"@ngtools/json-schema@1.1.0", "@ngtools/json-schema@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"

"@ngtools/webpack@1.9.6":
version "1.9.6"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.6.tgz#102c60ee4b8a84a26ddc1e2b334f327e91821a4d"
"@ngtools/webpack@1.9.7":
version "1.9.7"
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.9.7.tgz#ef15b90142ddf2a2c9072fe3d58c6bf500163fe5"
dependencies:
chalk "~2.2.0"
enhanced-resolve "^3.1.0"
Expand All @@ -187,7 +186,7 @@
tree-kill "^1.0.0"
webpack-sources "^1.1.0"

"@schematics/angular@~0.1.17":
"@schematics/angular@0.1.17":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.17.tgz#084a7cbe2de6f94a856bd08d95c9d35ef8905e2b"
dependencies:
Expand Down Expand Up @@ -506,7 +505,7 @@ async@^1.4.0, async@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"

async@^2.1.2, async@^2.1.4, async@^2.1.5, async@^2.4.1, async@^2.5.0:
async@^2.1.2, async@^2.1.4, async@^2.1.5, async@^2.4.1:
version "2.6.0"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
dependencies:
Expand Down Expand Up @@ -1153,9 +1152,9 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codelyzer@~4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.0.2.tgz#d5e2390b97d95e73a7b1e6f0cf03e16cbf35b06f"
codelyzer@~4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/codelyzer/-/codelyzer-4.1.0.tgz#3117754538d8f5ffa36dff91d340573a836cf373"
dependencies:
app-root-path "^2.0.1"
css-selector-tokenizer "^0.7.0"
Expand Down Expand Up @@ -3788,7 +3787,7 @@ loader-utils@1.1.0, loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.
emojis-list "^2.0.0"
json5 "^0.5.0"

loader-utils@^0.2.15, loader-utils@^0.2.16, loader-utils@~0.2.2:
loader-utils@^0.2.15, loader-utils@^0.2.16:
version "0.2.17"
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.17.tgz#f86e6374d43205a6e6c60e9196f17c0299bfb348"
dependencies:
Expand Down Expand Up @@ -5927,14 +5926,6 @@ source-list-map@~0.1.7:
version "0.1.8"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"

source-map-loader@^0.2.0:
version "0.2.3"
resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-0.2.3.tgz#d4b0c8cd47d54edce3e6bfa0f523f452b5b0e521"
dependencies:
async "^2.5.0"
loader-utils "~0.2.2"
source-map "~0.6.1"

source-map-resolve@^0.5.0:
version "0.5.1"
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.1.tgz#7ad0f593f2281598e854df80f19aae4b92d7a11a"
Expand Down Expand Up @@ -6926,9 +6917,9 @@ which@1, which@^1.2.1, which@^1.2.9:
dependencies:
isexe "^2.0.0"

wickeyappstore@^1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/wickeyappstore/-/wickeyappstore-1.14.0.tgz#62940d05859c4d98a5739d06c9470ba03b78dfaf"
wickeyappstore@^1.14.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/wickeyappstore/-/wickeyappstore-1.14.1.tgz#830c8282fb70fd05158a3ab40c57d88cad6fe3cc"

wide-align@^1.1.0:
version "1.1.2"
Expand Down

0 comments on commit 83bfc67

Please sign in to comment.