From b37fc818ade1d6fbd953ff115d74683a0c289876 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Wed, 5 Jun 2019 15:58:31 -0700 Subject: [PATCH] chore(appengine): Bump version to 0.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit e2b4d8e9371d5d2f1f9b60e2a592e10b47df73e2 refactor(*): remove unused local storage caches (#6665) 49affe7e21e0cccd73d269600fb0bf744a9dd4cb fix(appengine): allow sequence to be suppressed in servergroup names (#6667) 7d5fc346bca54c5d53f9eb46d823cd993c102058 chore(prettier): Just Use Prettierâ„¢ (#6600) 5cf6c79da63404bb7238291d38bb7f5cfd10c26b chore(prettier): Just Use Prettierâ„¢ 3ffa4fb7498df815014d61071e8588f0b34bf8b9 chore(angularjs): Do not use .component('foo', new Foo()) cc52bee0b9956693f948806322658f225efa5546 chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation b6bab1e16bb46697fec347cd30934f00fb2e9807 chore(prettier): Just Use Prettierâ„¢ f3fd790e20a4c3056edcb2c41282517e1cf35004 chore(angularjs): Explicitly annotate all AngularJS injection points e1b6663c1960ebc7b2a9754713d6c0e502817cbc fix(eslint): Fix eslint warnings for @typescript-eslint/no-use-before-define ddbe208282f96c73239a32bddd4af6f9d098b088 fix(eslint): Fix eslint warnings for no-useless-escape a35088ab28cc3b25c9e6731f6fb70bf7d0e14ef0 chore(webpack): Switch to TerserPlugin. Split bundles into ~5mb chunks 5c49dd2ab3c4226295a7e8041c25dabdbeee6a2c chore(typescript): Switch module from 'commonjs' to 'esnext' to emit raw dynamic 'import()' 0451046c241b450ae4b05df0b67b61758c16acce chore(package): Add .npmignore to all packages 6f608a0ab43616eb130c7417e560bc3df780f335 fix(*): Remove all self closing tags in AngularJS templates Reference: https://github.com/angular/angular.js/issues/1953#issuecomment-13135021 93f1209b105e46f423125e879784ab007e6cda25 fix(appengine/google/kubernetes): change logo background colors to official brand colors (#6347) 86baac96af19a15b1339cd5f1856ee1e78d9d800 refactor(*): use mask-image CSS for cloud provider logos (#6280) 8cef885dd57537f92c86988597165c9632e3c228 fix(appengine): move artifact account dropdown below radio buttons (#6255) 6b8188bb54ea2e70987841079a8aff7debd8bd66 chore(*): Add core alias to module tsconfigs c190c41450c91d101cd8a896449a30e126fa5620 fix(appengine): the selectedProvider is received as null when Create Server Group btn clicked (#5908) 351d4fb27360511eb2850e556ab702402b235a3d feat(appengine): unflag container image url deployments (#5894) 0a6d3f92733736c6ee75d679971afc3eb62bb33f feat(provider/appengine): enable artifacts as config files (#5888) bdca8aa3c573f4b80a6c6bc1afbfaa22c890c01a feat(appengine): move config template into html file (#5870) --- app/scripts/modules/appengine/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/modules/appengine/package.json b/app/scripts/modules/appengine/package.json index 26c4d12c04f..0f0969e4209 100644 --- a/app/scripts/modules/appengine/package.json +++ b/app/scripts/modules/appengine/package.json @@ -1,6 +1,6 @@ { "name": "@spinnaker/appengine", - "version": "0.0.5", + "version": "0.0.6", "main": "lib/lib.js", "typings": "lib/index.d.ts", "scripts": {