Skip to content

Commit 7c095b4

Browse files
committed
v6.5.1
1 parent 2a7294b commit 7c095b4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+97
-95
lines changed

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"lerna": "3.4.0",
3-
"packages": ["packages/*"],
4-
"version": "6.5.0"
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "6.5.1"
57
}

packages/workbox-background-sync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-background-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -25,6 +25,6 @@
2525
"types": "index.d.ts",
2626
"dependencies": {
2727
"idb": "^6.1.4",
28-
"workbox-core": "6.5.0"
28+
"workbox-core": "6.5.1"
2929
}
3030
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:background-sync:6.5.0']&&_()}catch(e){}
2+
try{self['workbox:background-sync:6.5.1']&&_()}catch(e){}

packages/workbox-broadcast-update/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-broadcast-update/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-broadcast-update",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "6.5.0"
25+
"workbox-core": "6.5.1"
2626
}
2727
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// @ts-ignore
2-
try{self['workbox:broadcast-update:6.5.0']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:6.5.1']&&_()}catch(e){}

packages/workbox-build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-build/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
55
"keywords": [
66
"workbox",
@@ -42,21 +42,21 @@
4242
"strip-comments": "^2.0.1",
4343
"tempy": "^0.6.0",
4444
"upath": "^1.2.0",
45-
"workbox-background-sync": "6.5.0",
46-
"workbox-broadcast-update": "6.5.0",
47-
"workbox-cacheable-response": "6.5.0",
48-
"workbox-core": "6.5.0",
49-
"workbox-expiration": "6.5.0",
50-
"workbox-google-analytics": "6.5.0",
51-
"workbox-navigation-preload": "6.5.0",
52-
"workbox-precaching": "6.5.0",
53-
"workbox-range-requests": "6.5.0",
54-
"workbox-recipes": "6.5.0",
55-
"workbox-routing": "6.5.0",
56-
"workbox-strategies": "6.5.0",
57-
"workbox-streams": "6.5.0",
58-
"workbox-sw": "6.5.0",
59-
"workbox-window": "6.5.0"
45+
"workbox-background-sync": "6.5.1",
46+
"workbox-broadcast-update": "6.5.1",
47+
"workbox-cacheable-response": "6.5.1",
48+
"workbox-core": "6.5.1",
49+
"workbox-expiration": "6.5.1",
50+
"workbox-google-analytics": "6.5.1",
51+
"workbox-navigation-preload": "6.5.1",
52+
"workbox-precaching": "6.5.1",
53+
"workbox-range-requests": "6.5.1",
54+
"workbox-recipes": "6.5.1",
55+
"workbox-routing": "6.5.1",
56+
"workbox-strategies": "6.5.1",
57+
"workbox-streams": "6.5.1",
58+
"workbox-sw": "6.5.1",
59+
"workbox-window": "6.5.1"
6060
},
6161
"main": "build/index.js",
6262
"workbox": {

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

Lines changed: 1 addition & 1 deletion
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.5.0"
5+
"latestVersion": "6.5.1"
66
}

0 commit comments

Comments
 (0)