Skip to content

Commit

Permalink
chore(oracle): Bump version to 0.0.2
Browse files Browse the repository at this point in the history
0a5fd58 refactor(*): remove cache-clearing calls that do not do anything (#6861)
72e164d refactor(core): de-angularize ApplicationModelBuilder, fix project executions (#6802)
e2b4d8e refactor(*): remove unused local storage caches (#6665)
0cdcb1e fix(bake/oracle): Added extendedAttributes (#6627)
7d5fc34 chore(prettier): Just Use Prettier™ (#6600)
cc52bee chore(angularjs): Remove all 'ngInject'; in favor of explicit DI annotation
b6bab1e chore(prettier): Just Use Prettier™
f3fd790 chore(angularjs): Explicitly annotate all AngularJS injection points
d72bc17 fix(eslint): Fix eslint warnings for @typescript-eslint/camelcase
a8c1749 chore(package): Just Update Prettier™
5c49dd2 chore(typescript): Switch module from 'commonjs' to 'esnext' to emit raw dynamic 'import()'
0451046 chore(package): Add .npmignore to all packages
6f608a0 fix(*): Remove all self closing tags in AngularJS templates Reference: angular/angular.js#1953 (comment)
35be1f0 refactor(*): Don't use js or ts file extension in require()
ca71ab6 fix(oracle/pipeline): Rename ng module to spinnaker.oracle.* (#6219)
6b8188b chore(*): Add core alias to module tsconfigs
af292f6 fix(imports): Avoid "import { thing } from 'core'"
d1acd1b fix(provider/oracle): fix update/edit LoadBalancer (#6043)
72e1e8d fix(provider/oracle): add ssh key (#5901)
2f3ca8d feat(provider/oracle): create/delete LoadBalancer (#5868)
55987ec fix(bake): Execution details Rebake was always false when force rebaking
a74a7f3 fix(bakery/oracle): use read-only text field for bake region (#5843)
  • Loading branch information
christopherthielen committed Jun 5, 2019
1 parent bf964c0 commit b51ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/oracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/oracle",
"version": "0.0.1",
"version": "0.0.2",
"main": "lib/lib.js",
"typings": "lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit b51ca4b

Please sign in to comment.