Skip to content

Commit d62c185

Browse files
committedOct 16, 2020
Version bumps
1 parent f78cfb8 commit d62c185

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:background-sync:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:background-sync:6.0.0-alpha.3']&&_()}catch(e){}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:broadcast-update:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:6.0.0-alpha.3']&&_()}catch(e){}

‎packages/workbox-build/src/cdn-details.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"origin": "https://storage.googleapis.com",
33
"bucketName": "workbox-cdn",
44
"releasesDir": "releases",
5-
"latestVersion": "6.0.0-alpha.2"
5+
"latestVersion": "6.0.0-alpha.3"
66
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:cacheable-response:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:cacheable-response:6.0.0-alpha.3']&&_()}catch(e){}

‎packages/workbox-core/src/_version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:core:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:core:6.0.0-alpha.3']&&_()}catch(e){}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:expiration:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:expiration:6.0.0-alpha.3']&&_()}catch(e){}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:google-analytics:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:google-analytics:6.0.0-alpha.3']&&_()}catch(e){}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:navigation-preload:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:navigation-preload:6.0.0-alpha.3']&&_()}catch(e){}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:precaching:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:precaching:6.0.0-alpha.3']&&_()}catch(e){}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:range-requests:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:range-requests:6.0.0-alpha.3']&&_()}catch(e){}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:routing:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:routing:6.0.0-alpha.3']&&_()}catch(e){}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:strategies:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:strategies:6.0.0-alpha.3']&&_()}catch(e){}
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:streams:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:streams:6.0.0-alpha.3']&&_()}catch(e){}

‎packages/workbox-sw/_version.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
try{self['workbox:sw:6.0.0-alpha.2']&&_()}catch(e){}// eslint-disable-line
1+
try{self['workbox:sw:6.0.0-alpha.3']&&_()}catch(e){}// eslint-disable-line
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:window:6.0.0-alpha.2']&&_()}catch(e){}
2+
try{self['workbox:window:6.0.0-alpha.3']&&_()}catch(e){}

0 commit comments

Comments
 (0)
Please sign in to comment.