{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "migration-v10": {
      "version": "10.0.0",
      "description": "Update sbb-angular to v10",
      "factory": "./ng-update/index#updateToV10"
    },
    "migration-v11": {
      "version": "11.0.0-0",
      "description": "Update sbb-angular to v11",
      "factory": "./ng-update/index#updateToV11"
    },
    "migration-v12": {
      "version": "12.0.0-0",
      "description": "Update sbb-angular to v12",
      "factory": "./ng-update/index#updateToV12"
    }
  }
}
