Skip to content

Commit f03f71e

Browse files
committed
v5.0.0-rc.1
1 parent 368bc4b commit f03f71e

File tree

49 files changed

+82
-82
lines changed

Some content is hidden

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

49 files changed

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

packages/workbox-cacheable-response/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.

0 commit comments

Comments
 (0)