Skip to content

Commit 571ffde

Browse files
committed
v5.0.0
1 parent e8136d1 commit 571ffde

File tree

50 files changed

+83
-83
lines changed

Some content is hidden

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

50 files changed

+83
-83
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.0.0-rc.2"
6+
"version": "5.0.0"
77
}

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": "5.0.0-rc.2",
3+
"version": "5.0.0",
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",
@@ -29,6 +29,6 @@
2929
"module": "index.mjs",
3030
"types": "index.d.ts",
3131
"dependencies": {
32-
"workbox-core": "^5.0.0-rc.2"
32+
"workbox-core": "^5.0.0"
3333
}
3434
}
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:5.0.0-rc.2']&&_()}catch(e){}
2+
try{self['workbox:background-sync:5.0.0']&&_()}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": "5.0.0-rc.2",
3+
"version": "5.0.0",
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",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.0.0-rc.2"
30+
"workbox-core": "^5.0.0"
3131
}
3232
}
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:5.0.0-rc.2']&&_()}catch(e){}
2+
try{self['workbox:broadcast-update:5.0.0']&&_()}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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "5.0.0-rc.2",
3+
"version": "5.0.0",
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,20 +42,20 @@
4242
"strip-comments": "^1.0.2",
4343
"tempy": "^0.3.0",
4444
"upath": "^1.1.2",
45-
"workbox-background-sync": "^5.0.0-rc.2",
46-
"workbox-broadcast-update": "^5.0.0-rc.2",
47-
"workbox-cacheable-response": "^5.0.0-rc.2",
48-
"workbox-core": "^5.0.0-rc.2",
49-
"workbox-expiration": "^5.0.0-rc.2",
50-
"workbox-google-analytics": "^5.0.0-rc.2",
51-
"workbox-navigation-preload": "^5.0.0-rc.2",
52-
"workbox-precaching": "^5.0.0-rc.2",
53-
"workbox-range-requests": "^5.0.0-rc.2",
54-
"workbox-routing": "^5.0.0-rc.2",
55-
"workbox-strategies": "^5.0.0-rc.2",
56-
"workbox-streams": "^5.0.0-rc.2",
57-
"workbox-sw": "^5.0.0-rc.2",
58-
"workbox-window": "^5.0.0-rc.2"
45+
"workbox-background-sync": "^5.0.0",
46+
"workbox-broadcast-update": "^5.0.0",
47+
"workbox-cacheable-response": "^5.0.0",
48+
"workbox-core": "^5.0.0",
49+
"workbox-expiration": "^5.0.0",
50+
"workbox-google-analytics": "^5.0.0",
51+
"workbox-navigation-preload": "^5.0.0",
52+
"workbox-precaching": "^5.0.0",
53+
"workbox-range-requests": "^5.0.0",
54+
"workbox-routing": "^5.0.0",
55+
"workbox-strategies": "^5.0.0",
56+
"workbox-streams": "^5.0.0",
57+
"workbox-sw": "^5.0.0",
58+
"workbox-window": "^5.0.0"
5959
},
6060
"main": "build/index.js",
6161
"scripts": {

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": "5.0.0-rc.2"
5+
"latestVersion": "5.0.0"
66
}

0 commit comments

Comments
 (0)