diff --git a/lerna.json b/lerna.json index 97595cc60..163560c9c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "3.1.0" + "version": "3.2.0" } diff --git a/packages/workbox-background-sync/package.json b/packages/workbox-background-sync/package.json index 8f5d68398..9f5909f56 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.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-broadcast-cache-update/package.json b/packages/workbox-broadcast-cache-update/package.json index e4ebec108..453be968b 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.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-build/package.json b/packages/workbox-build/package.json index 3dd88694a..bb2e0e721 100644 --- a/packages/workbox-build/package.json +++ b/packages/workbox-build/package.json @@ -1,6 +1,6 @@ { "name": "workbox-build", - "version": "3.1.0", + "version": "3.2.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,18 +27,18 @@ "joi": "^11.1.1", "lodash.template": "^4.4.0", "pretty-bytes": "^4.0.2", - "workbox-background-sync": "^3.1.0", - "workbox-broadcast-cache-update": "^3.1.0", - "workbox-cache-expiration": "^3.1.0", - "workbox-cacheable-response": "^3.1.0", - "workbox-core": "^3.1.0", - "workbox-google-analytics": "^3.1.0", - "workbox-precaching": "^3.1.0", - "workbox-range-requests": "^3.1.0", - "workbox-routing": "^3.1.0", - "workbox-strategies": "^3.1.0", - "workbox-streams": "^3.1.0", - "workbox-sw": "^3.1.0" + "workbox-background-sync": "^3.2.0", + "workbox-broadcast-cache-update": "^3.2.0", + "workbox-cache-expiration": "^3.2.0", + "workbox-cacheable-response": "^3.2.0", + "workbox-core": "^3.2.0", + "workbox-google-analytics": "^3.2.0", + "workbox-precaching": "^3.2.0", + "workbox-range-requests": "^3.2.0", + "workbox-routing": "^3.2.0", + "workbox-strategies": "^3.2.0", + "workbox-streams": "^3.2.0", + "workbox-sw": "^3.2.0" }, "main": "build/index.js", "scripts": { diff --git a/packages/workbox-cache-expiration/package.json b/packages/workbox-cache-expiration/package.json index 24120b235..3014207d1 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.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-cacheable-response/package.json b/packages/workbox-cacheable-response/package.json index d9539bba5..eca1f4f3d 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.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-cli/package.json b/packages/workbox-cli/package.json index ef5ba656f..0c47fa3e5 100644 --- a/packages/workbox-cli/package.json +++ b/packages/workbox-cli/package.json @@ -1,6 +1,6 @@ { "name": "workbox-cli", - "version": "3.1.0", + "version": "3.2.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.1.0" + "workbox-build": "^3.2.0" }, "workbox": { "packageType": "node" diff --git a/packages/workbox-core/package.json b/packages/workbox-core/package.json index 0715bf3b2..70360c1e3 100644 --- a/packages/workbox-core/package.json +++ b/packages/workbox-core/package.json @@ -1,6 +1,6 @@ { "name": "workbox-core", - "version": "3.1.0", + "version": "3.2.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 91aac1345..afad7f37b 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.1.0", + "version": "3.2.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.1.0", - "workbox-core": "^3.1.0", - "workbox-routing": "^3.1.0", - "workbox-strategies": "^3.1.0" + "workbox-background-sync": "^3.2.0", + "workbox-core": "^3.2.0", + "workbox-routing": "^3.2.0", + "workbox-strategies": "^3.2.0" } } diff --git a/packages/workbox-precaching/package.json b/packages/workbox-precaching/package.json index 201829245..0809dc9fb 100644 --- a/packages/workbox-precaching/package.json +++ b/packages/workbox-precaching/package.json @@ -1,6 +1,6 @@ { "name": "workbox-precaching", - "version": "3.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-range-requests/package.json b/packages/workbox-range-requests/package.json index 114f1bef4..8f03d9aea 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.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-routing/package.json b/packages/workbox-routing/package.json index c95ce663d..dafca12e8 100644 --- a/packages/workbox-routing/package.json +++ b/packages/workbox-routing/package.json @@ -1,6 +1,6 @@ { "name": "workbox-routing", - "version": "3.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-strategies/package.json b/packages/workbox-strategies/package.json index 3c9c752ea..2bbf0c741 100644 --- a/packages/workbox-strategies/package.json +++ b/packages/workbox-strategies/package.json @@ -1,6 +1,6 @@ { "name": "workbox-strategies", - "version": "3.1.0", + "version": "3.2.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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-streams/package.json b/packages/workbox-streams/package.json index fc3688b18..f9607cc55 100644 --- a/packages/workbox-streams/package.json +++ b/packages/workbox-streams/package.json @@ -1,6 +1,6 @@ { "name": "workbox-streams", - "version": "3.1.0", + "version": "3.2.0", "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.1.0" + "workbox-core": "^3.2.0" } } diff --git a/packages/workbox-sw/package.json b/packages/workbox-sw/package.json index b39e53a02..8b601a219 100644 --- a/packages/workbox-sw/package.json +++ b/packages/workbox-sw/package.json @@ -1,6 +1,6 @@ { "name": "workbox-sw", - "version": "3.1.0", + "version": "3.2.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 d95c21c01..2d395a1aa 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.1.0", + "version": "3.2.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.1.0" + "workbox-build": "^3.2.0" }, "peerDependencies": { "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"