Skip to content

Commit 428aaef

Browse files
author
Matt Gaunt
committed
v3.0.0-alpha.3
1 parent b843094 commit 428aaef

File tree

15 files changed

+39
-39
lines changed

15 files changed

+39
-39
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": "3.0.0-alpha.2"
6+
"version": "3.0.0-alpha.3"
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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
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": "^3.0.0-alpha.2"
30+
"workbox-core": "^3.0.0-alpha.3"
3131
}
3232
}

packages/workbox-broadcast-cache-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-cache-update",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
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-cache-update.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^3.0.0-alpha.2"
28+
"workbox-core": "^3.0.0-alpha.3"
2929
}
3030
}

packages/workbox-build/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
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",
@@ -26,16 +26,16 @@
2626
"glob": "^7.1.2",
2727
"joi": "^11.1.1",
2828
"lodash.template": "^4.4.0",
29-
"workbox-background-sync": "^3.0.0-alpha.2",
30-
"workbox-broadcast-cache-update": "^3.0.0-alpha.2",
31-
"workbox-cache-expiration": "^3.0.0-alpha.2",
32-
"workbox-cacheable-response": "^3.0.0-alpha.2",
33-
"workbox-core": "^3.0.0-alpha.2",
34-
"workbox-google-analytics": "^3.0.0-alpha.2",
35-
"workbox-precaching": "^3.0.0-alpha.2",
36-
"workbox-routing": "^3.0.0-alpha.2",
37-
"workbox-strategies": "^3.0.0-alpha.2",
38-
"workbox-sw": "^3.0.0-alpha.2"
29+
"workbox-background-sync": "^3.0.0-alpha.3",
30+
"workbox-broadcast-cache-update": "^3.0.0-alpha.3",
31+
"workbox-cache-expiration": "^3.0.0-alpha.3",
32+
"workbox-cacheable-response": "^3.0.0-alpha.3",
33+
"workbox-core": "^3.0.0-alpha.3",
34+
"workbox-google-analytics": "^3.0.0-alpha.3",
35+
"workbox-precaching": "^3.0.0-alpha.3",
36+
"workbox-routing": "^3.0.0-alpha.3",
37+
"workbox-strategies": "^3.0.0-alpha.3",
38+
"workbox-sw": "^3.0.0-alpha.3"
3939
},
4040
"main": "build/index.js",
4141
"scripts": {

packages/workbox-cache-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-cache-expiration",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
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-cache-expiration.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^3.0.0-alpha.2"
28+
"workbox-core": "^3.0.0-alpha.3"
2929
}
3030
}

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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
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": "^3.0.0-alpha.2"
28+
"workbox-core": "^3.0.0-alpha.3"
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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -38,7 +38,7 @@
3838
"ora": "^1.3.0",
3939
"pretty-bytes": "^4.0.2",
4040
"update-notifier": "^2.3.0",
41-
"workbox-build": "^3.0.0-alpha.2"
41+
"workbox-build": "^3.0.0-alpha.3"
4242
},
4343
"workbox": {
4444
"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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
55
"author": "Google's Web DevRel Team",
66
"description": "This module is used by a number of the other workboxjs.org modules to share common code.",

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": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
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",
@@ -28,9 +28,9 @@
2828
"main": "build/workbox-google-analytics.prod.js",
2929
"module": "index.mjs",
3030
"dependencies": {
31-
"workbox-background-sync": "^3.0.0-alpha.2",
32-
"workbox-core": "^3.0.0-alpha.2",
33-
"workbox-routing": "^3.0.0-alpha.2",
34-
"workbox-strategies": "^3.0.0-alpha.2"
31+
"workbox-background-sync": "^3.0.0-alpha.3",
32+
"workbox-core": "^3.0.0-alpha.3",
33+
"workbox-routing": "^3.0.0-alpha.3",
34+
"workbox-strategies": "^3.0.0-alpha.3"
3535
}
3636
}

packages/workbox-precaching/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-precaching",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"license": "Apache-2.0",
55
"author": "Google's Web DevRel Team",
66
"description": "This module efficiently precaches assets.",
@@ -25,6 +25,6 @@
2525
"main": "build/workbox-precaching.prod.js",
2626
"module": "index.mjs",
2727
"dependencies": {
28-
"workbox-core": "^3.0.0-alpha.2"
28+
"workbox-core": "^3.0.0-alpha.3"
2929
}
3030
}

0 commit comments

Comments
 (0)