Skip to content

Commit cddab54

Browse files
committed
v4.0.0-rc.4
1 parent 76f3e0f commit cddab54

File tree

18 files changed

+49
-49
lines changed

18 files changed

+49
-49
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": "4.0.0-rc.3"
6+
"version": "4.0.0-rc.4"
77
}

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": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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",
@@ -27,6 +27,6 @@
2727
"main": "build/workbox-background-sync.prod.js",
2828
"module": "index.mjs",
2929
"dependencies": {
30-
"workbox-core": "^4.0.0-rc.3"
30+
"workbox-core": "^4.0.0-rc.4"
3131
}
3232
}

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": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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",
@@ -25,6 +25,6 @@
2525
"main": "build/workbox-broadcast-update.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^4.0.0-rc.3"
28+
"workbox-core": "^4.0.0-rc.4"
2929
}
3030
}

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": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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",
@@ -29,20 +29,20 @@
2929
"pretty-bytes": "^4.0.2",
3030
"stringify-object": "^3.2.2",
3131
"strip-comments": "^1.0.2",
32-
"workbox-background-sync": "^4.0.0-rc.3",
33-
"workbox-broadcast-update": "^4.0.0-rc.3",
34-
"workbox-cacheable-response": "^4.0.0-rc.3",
35-
"workbox-core": "^4.0.0-rc.3",
36-
"workbox-expiration": "^4.0.0-rc.3",
37-
"workbox-google-analytics": "^4.0.0-rc.3",
38-
"workbox-navigation-preload": "^4.0.0-rc.3",
39-
"workbox-precaching": "^4.0.0-rc.3",
40-
"workbox-range-requests": "^4.0.0-rc.3",
41-
"workbox-routing": "^4.0.0-rc.3",
42-
"workbox-strategies": "^4.0.0-rc.3",
43-
"workbox-streams": "^4.0.0-rc.3",
44-
"workbox-sw": "^4.0.0-rc.3",
45-
"workbox-window": "^4.0.0-rc.3"
32+
"workbox-background-sync": "^4.0.0-rc.4",
33+
"workbox-broadcast-update": "^4.0.0-rc.4",
34+
"workbox-cacheable-response": "^4.0.0-rc.4",
35+
"workbox-core": "^4.0.0-rc.4",
36+
"workbox-expiration": "^4.0.0-rc.4",
37+
"workbox-google-analytics": "^4.0.0-rc.4",
38+
"workbox-navigation-preload": "^4.0.0-rc.4",
39+
"workbox-precaching": "^4.0.0-rc.4",
40+
"workbox-range-requests": "^4.0.0-rc.4",
41+
"workbox-routing": "^4.0.0-rc.4",
42+
"workbox-strategies": "^4.0.0-rc.4",
43+
"workbox-streams": "^4.0.0-rc.4",
44+
"workbox-sw": "^4.0.0-rc.4",
45+
"workbox-window": "^4.0.0-rc.4"
4646
},
4747
"main": "build/index.js",
4848
"scripts": {

packages/workbox-cacheable-response/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cacheable-response",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
@@ -25,6 +25,6 @@
2525
"main": "build/workbox-cacheable-response.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^4.0.0-rc.3"
28+
"workbox-core": "^4.0.0-rc.4"
2929
}
3030
}

packages/workbox-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cli",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -40,7 +40,7 @@
4040
"ora": "^3.0.0",
4141
"pretty-bytes": "^5.1.0",
4242
"update-notifier": "^2.5.0",
43-
"workbox-build": "^4.0.0-rc.3"
43+
"workbox-build": "^4.0.0-rc.4"
4444
},
4545
"workbox": {
4646
"packageType": "node"

packages/workbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-core",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This module is used by a number of the other Workbox modules to share common code.",

packages/workbox-expiration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-expiration",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
@@ -25,6 +25,6 @@
2525
"main": "build/workbox-expiration.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^4.0.0-rc.3"
28+
"workbox-core": "^4.0.0-rc.4"
2929
}
3030
}

packages/workbox-google-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-google-analytics",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
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,9 +29,9 @@
2929
"main": "build/workbox-offline-ga.prod.js",
3030
"module": "index.mjs",
3131
"dependencies": {
32-
"workbox-background-sync": "^4.0.0-rc.3",
33-
"workbox-core": "^4.0.0-rc.3",
34-
"workbox-routing": "^4.0.0-rc.3",
35-
"workbox-strategies": "^4.0.0-rc.3"
32+
"workbox-background-sync": "^4.0.0-rc.4",
33+
"workbox-core": "^4.0.0-rc.4",
34+
"workbox-routing": "^4.0.0-rc.4",
35+
"workbox-strategies": "^4.0.0-rc.4"
3636
}
3737
}

packages/workbox-navigation-preload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-navigation-preload",
3-
"version": "4.0.0-rc.3",
3+
"version": "4.0.0-rc.4",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
@@ -26,6 +26,6 @@
2626
"main": "build/workbox-navigation-preload.prod.js",
2727
"module": "index.mjs",
2828
"dependencies": {
29-
"workbox-core": "^4.0.0-rc.3"
29+
"workbox-core": "^4.0.0-rc.4"
3030
}
3131
}

0 commit comments

Comments
 (0)