Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Mar 7, 2019
1 parent 5e04a62 commit 6fd1909
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0"
"version": "4.1.0"
}
4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "4.0.0",
"version": "4.1.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",
Expand All @@ -27,6 +27,6 @@
"main": "build/workbox-background-sync.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-broadcast-update/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-update",
"version": "4.0.0",
"version": "4.1.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",
Expand All @@ -25,6 +25,6 @@
"main": "build/workbox-broadcast-update.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
30 changes: 15 additions & 15 deletions packages/workbox-build/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "4.0.0",
"version": "4.1.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",
Expand Down Expand Up @@ -29,20 +29,20 @@
"pretty-bytes": "^4.0.2",
"stringify-object": "^3.2.2",
"strip-comments": "^1.0.2",
"workbox-background-sync": "^4.0.0",
"workbox-broadcast-update": "^4.0.0",
"workbox-cacheable-response": "^4.0.0",
"workbox-core": "^4.0.0",
"workbox-expiration": "^4.0.0",
"workbox-google-analytics": "^4.0.0",
"workbox-navigation-preload": "^4.0.0",
"workbox-precaching": "^4.0.0",
"workbox-range-requests": "^4.0.0",
"workbox-routing": "^4.0.0",
"workbox-strategies": "^4.0.0",
"workbox-streams": "^4.0.0",
"workbox-sw": "^4.0.0",
"workbox-window": "^4.0.0"
"workbox-background-sync": "^4.1.0",
"workbox-broadcast-update": "^4.1.0",
"workbox-cacheable-response": "^4.1.0",
"workbox-core": "^4.1.0",
"workbox-expiration": "^4.1.0",
"workbox-google-analytics": "^4.1.0",
"workbox-navigation-preload": "^4.1.0",
"workbox-precaching": "^4.1.0",
"workbox-range-requests": "^4.1.0",
"workbox-routing": "^4.1.0",
"workbox-strategies": "^4.1.0",
"workbox-streams": "^4.1.0",
"workbox-sw": "^4.1.0",
"workbox-window": "^4.1.0"
},
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-cacheable-response/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-cacheable-response",
"version": "4.0.0",
"version": "4.1.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.",
Expand All @@ -25,6 +25,6 @@
"main": "build/workbox-cacheable-response.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-cli",
"version": "4.0.0",
"version": "4.1.0",
"description": "workbox-cli is the command line interface for Workbox.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -40,7 +40,7 @@
"ora": "^3.0.0",
"pretty-bytes": "^5.1.0",
"update-notifier": "^2.5.0",
"workbox-build": "^4.0.0"
"workbox-build": "^4.1.0"
},
"workbox": {
"packageType": "node"
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-core/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-core",
"version": "4.0.0",
"version": "4.1.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.",
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-expiration/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-expiration",
"version": "4.0.0",
"version": "4.1.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.",
Expand All @@ -25,6 +25,6 @@
"main": "build/workbox-expiration.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
10 changes: 5 additions & 5 deletions packages/workbox-google-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-google-analytics",
"version": "4.0.0",
"version": "4.1.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",
Expand Down Expand Up @@ -29,9 +29,9 @@
"main": "build/workbox-offline-ga.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-background-sync": "^4.0.0",
"workbox-core": "^4.0.0",
"workbox-routing": "^4.0.0",
"workbox-strategies": "^4.0.0"
"workbox-background-sync": "^4.1.0",
"workbox-core": "^4.1.0",
"workbox-routing": "^4.1.0",
"workbox-strategies": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-navigation-preload/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-navigation-preload",
"version": "4.0.0",
"version": "4.1.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.",
Expand All @@ -26,6 +26,6 @@
"main": "build/workbox-navigation-preload.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-precaching/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-precaching",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module efficiently precaches assets.",
Expand All @@ -25,6 +25,6 @@
"main": "build/workbox-precaching.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-range-requests/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-range-requests",
"version": "4.0.0",
"version": "4.1.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.",
Expand Down Expand Up @@ -29,6 +29,6 @@
"main": "build/workbox-range-requests.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-routing/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-routing",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library to route request URLs to handlers.",
Expand All @@ -27,6 +27,6 @@
"main": "build/workbox-routing.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-strategies/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-strategies",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library implementing common caching strategies.",
Expand All @@ -27,6 +27,6 @@
"main": "build/workbox-strategies.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-streams/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-streams",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A library that makes it easier to work with Streams in the browser.",
Expand All @@ -27,6 +27,6 @@
"main": "build/workbox-streams.prod.js",
"module": "index.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-sw/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-sw",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module makes it easy to get started with the Workbox service worker libraries.",
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-webpack-plugin",
"version": "4.0.0",
"version": "4.1.0",
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime": "^7.0.0",
"json-stable-stringify": "^1.0.1",
"workbox-build": "^4.0.0"
"workbox-build": "^4.1.0"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-window/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-window",
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Simplifies communications with Workbox packages running in the service worker",
Expand Down Expand Up @@ -28,6 +28,6 @@
"main": "build/workbox-window.prod.umd.js",
"module": "build/workbox-window.prod.es5.mjs",
"dependencies": {
"workbox-core": "^4.0.0"
"workbox-core": "^4.1.0"
}
}

0 comments on commit 6fd1909

Please sign in to comment.