diff --git a/lerna.json b/lerna.json index 72fd27823..34b363ab5 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.6.2" + "version": "3.6.3" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index 97d564ca0..c093fe1c5 100644 --- a/packages/workbox-background-sync/package.json +++ b/packages/workbox-background-sync/package.json @@ -1,6 +1,6 @@ { "name": "workbox-background-sync", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", @@ -27,6 +27,6 @@ "main": "build/workbox-background-sync.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-broadcast-cache-update/package.json b/packages/workbox-broadcast-cache-update/package.json index 50b24badf..b7c1c1d0c 100644 --- a/packages/workbox-broadcast-cache-update/package.json +++ b/packages/workbox-broadcast-cache-update/package.json @@ -1,6 +1,6 @@ { "name": "workbox-broadcast-cache-update", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated", @@ -25,6 +25,6 @@ "main": "build/workbox-broadcast-cache-update.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index ef87c2590..46e1e00ad 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -1,6 +1,6 @@ { "name": "workbox-build", - "version": "3.6.2", + "version": "3.6.3", "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -29,19 +29,19 @@ "pretty-bytes": "^4.0.2", "stringify-object": "^3.2.2", "strip-comments": "^1.0.2", - "workbox-background-sync": "^3.6.2", - "workbox-broadcast-cache-update": "^3.6.2", - "workbox-cache-expiration": "^3.6.2", - "workbox-cacheable-response": "^3.6.2", - "workbox-core": "^3.6.2", - "workbox-google-analytics": "^3.6.2", - "workbox-navigation-preload": "^3.6.2", - "workbox-precaching": "^3.6.2", - "workbox-range-requests": "^3.6.2", - "workbox-routing": "^3.6.2", - "workbox-strategies": "^3.6.2", - "workbox-streams": "^3.6.2", - "workbox-sw": "^3.6.2" + "workbox-background-sync": "^3.6.3", + "workbox-broadcast-cache-update": "^3.6.3", + "workbox-cache-expiration": "^3.6.3", + "workbox-cacheable-response": "^3.6.3", + "workbox-core": "^3.6.3", + "workbox-google-analytics": "^3.6.3", + "workbox-navigation-preload": "^3.6.3", + "workbox-precaching": "^3.6.3", + "workbox-range-requests": "^3.6.3", + "workbox-routing": "^3.6.3", + "workbox-strategies": "^3.6.3", + "workbox-streams": "^3.6.3", + "workbox-sw": "^3.6.3" }, "main": "build/index.js", "scripts": { diff --git a/packages/workbox-cache-expiration/package.json b/packages/workbox-cache-expiration/package.json index e5e67a156..4c54cc5f7 100644 --- a/packages/workbox-cache-expiration/package.json +++ b/packages/workbox-cache-expiration/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cache-expiration", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "A service worker helper library that expires cached responses based on age or maximum number of entries.", @@ -25,6 +25,6 @@ "main": "build/workbox-cache-expiration.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index fdb485195..05e34eb30 100755 --- a/packages/workbox-cacheable-response/package.json +++ b/packages/workbox-cacheable-response/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cacheable-response", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.", @@ -25,6 +25,6 @@ "main": "build/workbox-cacheable-response.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 393f2a157..4445e8959 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cli", - "version": "3.6.2", + "version": "3.6.3", "description": "workbox-cli is the command line interface for Workbox.", "keywords": [ "workbox", @@ -38,7 +38,7 @@ "ora": "^1.3.0", "pretty-bytes": "^4.0.2", "update-notifier": "^2.3.0", - "workbox-build": "^3.6.2" + "workbox-build": "^3.6.3" }, "workbox": { "packageType": "node" diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 6cf6dcba1..54c6c2ae4 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -1,6 +1,6 @@ { "name": "workbox-core", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This module is used by a number of the other Workbox modules to share common code.", diff --git a/packages/workbox-google-analytics/package.json b/packages/workbox-google-analytics/package.json index 05d1c1127..919ff797a 100644 --- a/packages/workbox-google-analytics/package.json +++ b/packages/workbox-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "workbox-google-analytics", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", @@ -28,9 +28,9 @@ "main": "build/workbox-google-analytics.prod.js", "module": "index.mjs", "dependencies": { - "workbox-background-sync": "^3.6.2", - "workbox-core": "^3.6.2", - "workbox-routing": "^3.6.2", - "workbox-strategies": "^3.6.2" + "workbox-background-sync": "^3.6.3", + "workbox-core": "^3.6.3", + "workbox-routing": "^3.6.3", + "workbox-strategies": "^3.6.3" } } diff --git a/packages/workbox-navigation-preload/package.json b/packages/workbox-navigation-preload/package.json index 6e38b1244..3e976a87e 100755 --- a/packages/workbox-navigation-preload/package.json +++ b/packages/workbox-navigation-preload/package.json @@ -1,6 +1,6 @@ { "name": "workbox-navigation-preload", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This library allows developers to opt-in to using Navigation Preload in their service worker.", @@ -26,6 +26,6 @@ "main": "build/workbox-navigation-preload.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 9043e3698..4c0c3494c 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -1,6 +1,6 @@ { "name": "workbox-precaching", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This module efficiently precaches assets.", @@ -25,6 +25,6 @@ "main": "build/workbox-precaching.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index dccaa78db..0d25ad2eb 100755 --- a/packages/workbox-range-requests/package.json +++ b/packages/workbox-range-requests/package.json @@ -1,6 +1,6 @@ { "name": "workbox-range-requests", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This library creates a new Response, given a source Response and a Range header value.", @@ -29,6 +29,6 @@ "main": "build/workbox-range-requests.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index e82a75238..7a0fdea87 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -1,6 +1,6 @@ { "name": "workbox-routing", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "A service worker helper library to route request URLs to handlers.", @@ -27,6 +27,6 @@ "main": "build/workbox-routing.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index 593ef6360..922a83142 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -1,6 +1,6 @@ { "name": "workbox-strategies", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "A service worker helper library implementing common caching strategies.", @@ -27,6 +27,6 @@ "main": "build/workbox-strategies.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-streams/package.json b/packages/workbox-streams/package.json index 1ca739af6..b9e3f8efb 100644 --- a/packages/workbox-streams/package.json +++ b/packages/workbox-streams/package.json @@ -1,6 +1,6 @@ { "name": "workbox-streams", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "A library that makes it easier to work with Streams in the browser.", @@ -27,6 +27,6 @@ "main": "build/workbox-streams.prod.js", "module": "index.mjs", "dependencies": { - "workbox-core": "^3.6.2" + "workbox-core": "^3.6.3" } } diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index 68d9f11fb..3cb9e6012 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -1,6 +1,6 @@ { "name": "workbox-sw", - "version": "3.6.2", + "version": "3.6.3", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This module makes it easy to get started with the Workbox service worker libraries.", diff --git a/packages/workbox-webpack-plugin/package.json b/packages/workbox-webpack-plugin/package.json index 20a026662..c7b85669b 100644 --- a/packages/workbox-webpack-plugin/package.json +++ b/packages/workbox-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "workbox-webpack-plugin", - "version": "3.6.2", + "version": "3.6.3", "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -30,7 +30,7 @@ "dependencies": { "babel-runtime": "^6.26.0", "json-stable-stringify": "^1.0.1", - "workbox-build": "^3.6.2" + "workbox-build": "^3.6.3" }, "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"