From 57d45faa5f7acd92f4700215170024b2f87f1707 Mon Sep 17 00:00:00 2001 From: Matt Gaunt Date: Mon, 12 Mar 2018 18:42:20 -0700 Subject: [PATCH] v3.0.0 --- 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 cf9c6932f..ff81398b0 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.0.0-beta.2" + "version": "3.0.0" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index 70352115a..6cf3ec10b 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-broadcast-cache-update/package.json b/packages/workbox-broadcast-cache-update/package.json index d11d62748..7222350be 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index abd3d100f..2d9d0500e 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -1,6 +1,6 @@ { "name": "workbox-build", - "version": "3.0.0-beta.2", + "version": "3.0.0", "description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -27,16 +27,16 @@ "joi": "^11.1.1", "lodash.template": "^4.4.0", "pretty-bytes": "^4.0.2", - "workbox-background-sync": "^3.0.0-beta.2", - "workbox-broadcast-cache-update": "^3.0.0-beta.2", - "workbox-cache-expiration": "^3.0.0-beta.2", - "workbox-cacheable-response": "^3.0.0-beta.2", - "workbox-core": "^3.0.0-beta.2", - "workbox-google-analytics": "^3.0.0-beta.2", - "workbox-precaching": "^3.0.0-beta.2", - "workbox-routing": "^3.0.0-beta.2", - "workbox-strategies": "^3.0.0-beta.2", - "workbox-sw": "^3.0.0-beta.2" + "workbox-background-sync": "^3.0.0", + "workbox-broadcast-cache-update": "^3.0.0", + "workbox-cache-expiration": "^3.0.0", + "workbox-cacheable-response": "^3.0.0", + "workbox-core": "^3.0.0", + "workbox-google-analytics": "^3.0.0", + "workbox-precaching": "^3.0.0", + "workbox-routing": "^3.0.0", + "workbox-strategies": "^3.0.0", + "workbox-sw": "^3.0.0" }, "main": "build/index.js", "scripts": { diff --git a/packages/workbox-cache-expiration/package.json b/packages/workbox-cache-expiration/package.json index 4f1770550..1061f7432 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index 42f466ba3..f04eab6a7 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 3d6c5a961..1305e4912 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cli", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-build": "^3.0.0" }, "workbox": { "packageType": "node" diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 2ae745213..2818785b1 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -1,6 +1,6 @@ { "name": "workbox-core", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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 62e199819..2f373614a 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-beta.2", + "version": "3.0.0", "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-beta.2", - "workbox-core": "^3.0.0-beta.2", - "workbox-routing": "^3.0.0-beta.2", - "workbox-strategies": "^3.0.0-beta.2" + "workbox-background-sync": "^3.0.0", + "workbox-core": "^3.0.0", + "workbox-routing": "^3.0.0", + "workbox-strategies": "^3.0.0" } } diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 7d5146874..7370c1c78 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -1,6 +1,6 @@ { "name": "workbox-precaching", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index 30b32b7a2..e22827766 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index 8cb5c84af..032fb9645 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -1,6 +1,6 @@ { "name": "workbox-routing", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index 796a2b27f..56f30393d 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -1,6 +1,6 @@ { "name": "workbox-strategies", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-core": "^3.0.0" } } diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index 192de2a18..a08dce9c6 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -1,6 +1,6 @@ { "name": "workbox-sw", - "version": "3.0.0-beta.2", + "version": "3.0.0", "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 2b830ff31..a084e3bba 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-beta.2", + "version": "3.0.0", "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-beta.2" + "workbox-build": "^3.0.0" }, "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"