diff --git a/lerna.json b/lerna.json index 39535304b..99e2333be 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "5.0.0-alpha.2" + "version": "5.0.0-beta.0" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index 848b5b096..9731857b8 100644 --- a/packages/workbox-background-sync/package.json +++ b/packages/workbox-background-sync/package.json @@ -1,6 +1,6 @@ { "name": "workbox-background-sync", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", @@ -29,6 +29,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-broadcast-update/package.json b/packages/workbox-broadcast-update/package.json index 0cab83b91..73b1216cc 100644 --- a/packages/workbox-broadcast-update/package.json +++ b/packages/workbox-broadcast-update/package.json @@ -1,6 +1,6 @@ { "name": "workbox-broadcast-update", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "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", @@ -27,6 +27,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index 6a2c877dc..1c9f1c1b2 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -1,6 +1,6 @@ { "name": "workbox-build", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.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", @@ -39,20 +39,20 @@ "strip-comments": "^1.0.2", "tempy": "^0.3.0", "upath": "^1.1.2", - "workbox-background-sync": "^5.0.0-alpha.2", - "workbox-broadcast-update": "^5.0.0-alpha.2", - "workbox-cacheable-response": "^5.0.0-alpha.2", - "workbox-core": "^5.0.0-alpha.2", - "workbox-expiration": "^5.0.0-alpha.2", - "workbox-google-analytics": "^5.0.0-alpha.2", - "workbox-navigation-preload": "^5.0.0-alpha.2", - "workbox-precaching": "^5.0.0-alpha.2", - "workbox-range-requests": "^5.0.0-alpha.2", - "workbox-routing": "^5.0.0-alpha.2", - "workbox-strategies": "^5.0.0-alpha.2", - "workbox-streams": "^5.0.0-alpha.2", - "workbox-sw": "^5.0.0-alpha.2", - "workbox-window": "^5.0.0-alpha.2" + "workbox-background-sync": "^5.0.0-beta.0", + "workbox-broadcast-update": "^5.0.0-beta.0", + "workbox-cacheable-response": "^5.0.0-beta.0", + "workbox-core": "^5.0.0-beta.0", + "workbox-expiration": "^5.0.0-beta.0", + "workbox-google-analytics": "^5.0.0-beta.0", + "workbox-navigation-preload": "^5.0.0-beta.0", + "workbox-precaching": "^5.0.0-beta.0", + "workbox-range-requests": "^5.0.0-beta.0", + "workbox-routing": "^5.0.0-beta.0", + "workbox-strategies": "^5.0.0-beta.0", + "workbox-streams": "^5.0.0-beta.0", + "workbox-sw": "^5.0.0-beta.0", + "workbox-window": "^5.0.0-beta.0" }, "main": "build/index.js", "scripts": { diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index 742812ab4..68162ddee 100755 --- a/packages/workbox-cacheable-response/package.json +++ b/packages/workbox-cacheable-response/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cacheable-response", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.", @@ -27,6 +27,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index 7a6efc0d0..f9ba94c4d 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cli", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "description": "workbox-cli is the command line interface for Workbox.", "keywords": [ "workbox", @@ -41,7 +41,7 @@ "pretty-bytes": "^5.2.0", "upath": "^1.1.2", "update-notifier": "^3.0.1", - "workbox-build": "^5.0.0-alpha.2" + "workbox-build": "^5.0.0-beta.0" }, "workbox": { "packageType": "node" diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 8f43a42ee..3e8dbe77d 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -1,6 +1,6 @@ { "name": "workbox-core", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "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-expiration/package.json b/packages/workbox-expiration/package.json index 34ff8070b..84374774d 100644 --- a/packages/workbox-expiration/package.json +++ b/packages/workbox-expiration/package.json @@ -1,6 +1,6 @@ { "name": "workbox-expiration", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "A service worker helper library that expires cached responses based on age or maximum number of entries.", @@ -27,6 +27,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-google-analytics/package.json b/packages/workbox-google-analytics/package.json index b147b8bb6..c96662ad9 100644 --- a/packages/workbox-google-analytics/package.json +++ b/packages/workbox-google-analytics/package.json @@ -1,6 +1,6 @@ { "name": "workbox-google-analytics", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available", @@ -30,9 +30,9 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-background-sync": "^5.0.0-alpha.2", - "workbox-core": "^5.0.0-alpha.2", - "workbox-routing": "^5.0.0-alpha.2", - "workbox-strategies": "^5.0.0-alpha.2" + "workbox-background-sync": "^5.0.0-beta.0", + "workbox-core": "^5.0.0-beta.0", + "workbox-routing": "^5.0.0-beta.0", + "workbox-strategies": "^5.0.0-beta.0" } } diff --git a/packages/workbox-navigation-preload/package.json b/packages/workbox-navigation-preload/package.json index 9d3b07780..71f41bd08 100755 --- a/packages/workbox-navigation-preload/package.json +++ b/packages/workbox-navigation-preload/package.json @@ -1,6 +1,6 @@ { "name": "workbox-navigation-preload", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "This library allows developers to opt-in to using Navigation Preload in their service worker.", @@ -27,6 +27,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 5c1f10f2a..0eecc8939 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -1,6 +1,6 @@ { "name": "workbox-precaching", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "This module efficiently precaches assets.", @@ -26,6 +26,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index 17d14b194..439846e53 100755 --- a/packages/workbox-range-requests/package.json +++ b/packages/workbox-range-requests/package.json @@ -1,6 +1,6 @@ { "name": "workbox-range-requests", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "This library creates a new Response, given a source Response and a Range header value.", @@ -31,6 +31,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index 11c079c36..297ba3731 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -1,6 +1,6 @@ { "name": "workbox-routing", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "A service worker helper library to route request URLs to handlers.", @@ -28,6 +28,6 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } } diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index d7a641e90..94dfbc16e 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -1,6 +1,6 @@ { "name": "workbox-strategies", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "A service worker helper library implementing common caching strategies.", @@ -28,7 +28,7 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2", - "workbox-routing": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0", + "workbox-routing": "^5.0.0-beta.0" } } diff --git a/packages/workbox-streams/package.json b/packages/workbox-streams/package.json index 7bef34f30..35c42b19f 100644 --- a/packages/workbox-streams/package.json +++ b/packages/workbox-streams/package.json @@ -1,6 +1,6 @@ { "name": "workbox-streams", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "A library that makes it easier to work with Streams in the browser.", @@ -28,7 +28,7 @@ "module": "index.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2", - "workbox-routing": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0", + "workbox-routing": "^5.0.0-beta.0" } } diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index a55782c97..e4a189e13 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -1,6 +1,6 @@ { "name": "workbox-sw", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "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 37ba17c55..ca45250d1 100644 --- a/packages/workbox-webpack-plugin/package.json +++ b/packages/workbox-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "workbox-webpack-plugin", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", @@ -32,7 +32,7 @@ "fast-json-stable-stringify": "^2.0.0", "upath": "^1.1.2", "webpack-sources": "^1.3.0", - "workbox-build": "^5.0.0-alpha.2" + "workbox-build": "^5.0.0-beta.0" }, "peerDependencies": { "webpack": "^4.0.0" diff --git a/packages/workbox-window/package.json b/packages/workbox-window/package.json index b0419b437..b551cce9a 100644 --- a/packages/workbox-window/package.json +++ b/packages/workbox-window/package.json @@ -1,6 +1,6 @@ { "name": "workbox-window", - "version": "5.0.0-alpha.2", + "version": "5.0.0-beta.0", "license": "MIT", "author": "Google's Web DevRel Team", "description": "Simplifies communications with Workbox packages running in the service worker", @@ -29,6 +29,6 @@ "module": "build/workbox-window.prod.es5.mjs", "types": "index.d.ts", "dependencies": { - "workbox-core": "^5.0.0-alpha.2" + "workbox-core": "^5.0.0-beta.0" } }