Skip to content

Commit 2acb523

Browse files
committed
v2.0.3
1 parent 5652570 commit 2acb523

File tree

14 files changed

+45
-45
lines changed

14 files changed

+45
-45
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-rc.5",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"packages": [
55
"packages/*"
66
]

packages/workbox-background-sync/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
55
"keywords": [
66
"workbox",
@@ -21,6 +21,6 @@
2121
"repository": "googlechrome/sw-helpers",
2222
"bugs": "https://github.com/GoogleChrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-background-sync",
24-
"main": "build/importScripts/workbox-background-sync.prod.v2.0.2.js",
25-
"module": "build/modules/workbox-background-sync.prod.v2.0.2.mjs"
24+
"main": "build/importScripts/workbox-background-sync.prod.v2.0.3.js",
25+
"module": "build/modules/workbox-background-sync.prod.v2.0.3.mjs"
2626
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-broadcast-cache-update",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A service worker helper library that uses the Broadcast Channel API to announce when two Response objects differ.",
55
"keywords": [
66
"workbox",
@@ -21,6 +21,6 @@
2121
"repository": "googlechrome/workbox",
2222
"bugs": "https://github.com/googlechrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-broadcast-cache-update",
24-
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v2.0.2.js",
25-
"module": "build/modules/workbox-broadcast-cache-update.prod.v2.0.2.mjs"
24+
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v2.0.3.js",
25+
"module": "build/modules/workbox-broadcast-cache-update.prod.v2.0.3.mjs"
2626
}

packages/workbox-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "2.0.2",
3+
"version": "2.0.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",
@@ -32,6 +32,6 @@
3232
"glob": "^7.1.1",
3333
"lodash.template": "^4.4.0",
3434
"mkdirp": "^0.5.1",
35-
"workbox-sw": "^2.0.2"
35+
"workbox-sw": "^2.0.3"
3636
}
3737
}

packages/workbox-cache-expiration/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cache-expiration",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
55
"keywords": [
66
"workbox",
@@ -21,9 +21,9 @@
2121
"repository": "googlechrome/workbox",
2222
"bugs": "https://github.com/googlechrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cache-expiration",
24-
"main": "build/importScripts/workbox-cache-expiration.prod.v2.0.2.js",
25-
"module": "build/modules/workbox-cache-expiration.prod.v2.0.2.mjs",
24+
"main": "build/importScripts/workbox-cache-expiration.prod.v2.0.3.js",
25+
"module": "build/modules/workbox-cache-expiration.prod.v2.0.3.mjs",
2626
"devDependencies": {
27-
"workbox-runtime-caching": "^2.0.2"
27+
"workbox-runtime-caching": "^2.0.3"
2828
}
2929
}

packages/workbox-cacheable-response/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cacheable-response",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
55
"keywords": [
66
"workbox",
@@ -21,6 +21,6 @@
2121
"repository": "googlechrome/workbox",
2222
"bugs": "https://github.com/googlechrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cacheable-response",
24-
"main": "build/importScripts/workbox-cacheable-response.prod.v2.0.2.js",
25-
"module": "build/modules/workbox-cacheable-response.prod.v2.0.2.mjs"
24+
"main": "build/importScripts/workbox-cacheable-response.prod.v2.0.3.js",
25+
"module": "build/modules/workbox-cacheable-response.prod.v2.0.3.mjs"
2626
}

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": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A CLI tool to generate a service worker and a file manifest making use of the workbox-sw module.",
55
"keywords": [
66
"workbox",
@@ -36,6 +36,6 @@
3636
"lodash.template": "^4.4.0",
3737
"meow": "^3.7.0",
3838
"update-notifier": "^1.0.3",
39-
"workbox-build": "^2.0.2"
39+
"workbox-build": "^2.0.3"
4040
}
4141
}

packages/workbox-google-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-google-analytics",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A service worker helper library to retry offline Google Analytics requests when a connection is available.",
55
"keywords": [
66
"workbox",
@@ -25,5 +25,5 @@
2525
"files": [
2626
"build"
2727
],
28-
"main": "build/importScripts/workbox-google-analytics.prod.v2.0.2.js"
28+
"main": "build/importScripts/workbox-google-analytics.prod.v2.0.3.js"
2929
}

packages/workbox-precaching/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-precaching",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A lower-level server worker library to precache a manifest of URLs.",
55
"keywords": [
66
"workbox",
@@ -24,9 +24,9 @@
2424
"bugs": "https://github.com/googlechrome/workbox/issues",
2525
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-precaching",
2626
"devDependencies": {
27-
"workbox-routing": "^2.0.2",
28-
"workbox-runtime-caching": "^2.0.2"
27+
"workbox-routing": "^2.0.3",
28+
"workbox-runtime-caching": "^2.0.3"
2929
},
30-
"main": "build/importScripts/workbox-precaching.prod.v2.0.2.js",
31-
"module": "build/modules/workbox-precaching.prod.v2.0.2.mjs"
30+
"main": "build/importScripts/workbox-precaching.prod.v2.0.3.js",
31+
"module": "build/modules/workbox-precaching.prod.v2.0.3.mjs"
3232
}

packages/workbox-range-requests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-range-requests",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "This library creates a new Response, given a source Response and a Range header value.",
55
"keywords": [
66
"workbox",
@@ -23,6 +23,6 @@
2323
"repository": "googlechrome/workbox",
2424
"bugs": "https://github.com/googlechrome/workbox/issues",
2525
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-range-requests",
26-
"main": "build/importScripts/workbox-range-requests.prod.v2.0.2.js",
27-
"module": "build/modules/workbox-range-requests.prod.v2.0.2.mjs"
26+
"main": "build/importScripts/workbox-range-requests.prod.v2.0.3.js",
27+
"module": "build/modules/workbox-range-requests.prod.v2.0.3.mjs"
2828
}

0 commit comments

Comments
 (0)