From f01ee1fa8d2f624e63e00735e4d05e3de56c0a11 Mon Sep 17 00:00:00 2001 From: Matt Gaunt Date: Fri, 12 Jan 2018 11:25:49 -0800 Subject: [PATCH] v3.0.0-alpha.5 --- lerna.json | 2 +- packages/workbox-background-sync/package.json | 4 ++-- .../package.json | 4 ++-- packages/workbox-build/package.json | 22 +++++++++---------- .../workbox-cache-expiration/package.json | 4 ++-- .../workbox-cacheable-response/package.json | 4 ++-- packages/workbox-cli/package.json | 4 ++-- packages/workbox-core/package.json | 2 +- .../workbox-google-analytics/package.json | 10 ++++----- packages/workbox-precaching/package.json | 4 ++-- packages/workbox-range-requests/package.json | 4 ++-- packages/workbox-routing/package.json | 4 ++-- packages/workbox-strategies/package.json | 4 ++-- packages/workbox-sw/package.json | 2 +- packages/workbox-webpack-plugin/package.json | 4 ++-- 15 files changed, 39 insertions(+), 39 deletions(-) diff --git a/lerna.json b/lerna.json index cf761ae69..d8f6a7c45 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.0.0-alpha.4" + "version": "3.0.0-alpha.5" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index eff48a24b..601f7942a 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-broadcast-cache-update/package.json b/packages/workbox-broadcast-cache-update/package.json index 481ee1cef..f59e5ab70 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index 082bc88c3..02b11f826 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -1,6 +1,6 @@ { "name": "workbox-build", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -26,16 +26,16 @@ "glob": "^7.1.2", "joi": "^11.1.1", "lodash.template": "^4.4.0", - "workbox-background-sync": "^3.0.0-alpha.4", - "workbox-broadcast-cache-update": "^3.0.0-alpha.4", - "workbox-cache-expiration": "^3.0.0-alpha.4", - "workbox-cacheable-response": "^3.0.0-alpha.4", - "workbox-core": "^3.0.0-alpha.4", - "workbox-google-analytics": "^3.0.0-alpha.4", - "workbox-precaching": "^3.0.0-alpha.4", - "workbox-routing": "^3.0.0-alpha.4", - "workbox-strategies": "^3.0.0-alpha.4", - "workbox-sw": "^3.0.0-alpha.4" + "workbox-background-sync": "^3.0.0-alpha.5", + "workbox-broadcast-cache-update": "^3.0.0-alpha.5", + "workbox-cache-expiration": "^3.0.0-alpha.5", + "workbox-cacheable-response": "^3.0.0-alpha.5", + "workbox-core": "^3.0.0-alpha.5", + "workbox-google-analytics": "^3.0.0-alpha.5", + "workbox-precaching": "^3.0.0-alpha.5", + "workbox-routing": "^3.0.0-alpha.5", + "workbox-strategies": "^3.0.0-alpha.5", + "workbox-sw": "^3.0.0-alpha.5" }, "main": "build/index.js", "scripts": { diff --git a/packages/workbox-cache-expiration/package.json b/packages/workbox-cache-expiration/package.json index bdfad91b6..9aed8fe8f 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index e9f231ce0..543092435 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 3478b4270..d0b8f0371 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cli", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-build": "^3.0.0-alpha.5" }, "workbox": { "packageType": "node" diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 49741bf96..410a1aa7a 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -1,6 +1,6 @@ { "name": "workbox-core", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "license": "Apache-2.0", "author": "Google's Web DevRel Team", "description": "This module is used by a number of the other workboxjs.org modules to share common code.", diff --git a/packages/workbox-google-analytics/package.json b/packages/workbox-google-analytics/package.json index d04ca4865..2730cc49e 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4", - "workbox-core": "^3.0.0-alpha.4", - "workbox-routing": "^3.0.0-alpha.4", - "workbox-strategies": "^3.0.0-alpha.4" + "workbox-background-sync": "^3.0.0-alpha.5", + "workbox-core": "^3.0.0-alpha.5", + "workbox-routing": "^3.0.0-alpha.5", + "workbox-strategies": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 8468abab8..a5df21ff7 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -1,6 +1,6 @@ { "name": "workbox-precaching", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index e1ba42017..43a90b003 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index a4b6788d0..93d3bc5f5 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -1,6 +1,6 @@ { "name": "workbox-routing", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index 887c0f76e..92901f9bc 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -1,6 +1,6 @@ { "name": "workbox-strategies", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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.0.0-alpha.4" + "workbox-core": "^3.0.0-alpha.5" } } diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index 2ca81c0ce..2bd3f7afb 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -1,6 +1,6 @@ { "name": "workbox-sw", - "version": "3.0.0-alpha.4", + "version": "3.0.0-alpha.5", "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 8e99af4e9..9a3048627 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.0.0-alpha.4", + "version": "3.0.0-alpha.5", "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -29,7 +29,7 @@ }, "dependencies": { "json-stable-stringify": "^1.0.1", - "workbox-build": "^3.0.0-alpha.4" + "workbox-build": "^3.0.0-alpha.5" }, "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0"