Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Oct 16, 2020
1 parent f78cfb8 commit d62c185
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:background-sync:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:background-sync:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:broadcast-update:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:broadcast-update:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-build/src/cdn-details.json
Expand Up @@ -2,5 +2,5 @@
"origin": "https://storage.googleapis.com",
"bucketName": "workbox-cdn",
"releasesDir": "releases",
"latestVersion": "6.0.0-alpha.2"
"latestVersion": "6.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:cacheable-response:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:cacheable-response:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-core/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:core:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:core:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-expiration/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:expiration:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:expiration:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:google-analytics:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:google-analytics:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:navigation-preload:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:navigation-preload:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:precaching:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:precaching:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:range-requests:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:range-requests:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-routing/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:routing:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:routing:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-strategies/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:strategies:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:strategies:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-streams/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:streams:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:streams:6.0.0-alpha.3']&&_()}catch(e){}
2 changes: 1 addition & 1 deletion packages/workbox-sw/_version.mjs
@@ -1 +1 @@
try{self['workbox:sw:6.0.0-alpha.2']&&_()}catch(e){}// eslint-disable-line
try{self['workbox:sw:6.0.0-alpha.3']&&_()}catch(e){}// eslint-disable-line
2 changes: 1 addition & 1 deletion packages/workbox-window/src/_version.ts
@@ -1,2 +1,2 @@
// @ts-ignore
try{self['workbox:window:6.0.0-alpha.2']&&_()}catch(e){}
try{self['workbox:window:6.0.0-alpha.3']&&_()}catch(e){}

0 comments on commit d62c185

Please sign in to comment.