Skip to content

Commit

Permalink
v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Feb 28, 2018
1 parent 5be4fcf commit 5b97922
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.5",
"version": "2.1.2",
"version": "2.1.3",
"packages": [
"packages/*"
]
Expand Down
6 changes: 3 additions & 3 deletions packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "2.0.3",
"version": "2.1.3",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
"keywords": [
"workbox",
Expand All @@ -21,6 +21,6 @@
"repository": "googlechrome/sw-helpers",
"bugs": "https://github.com/GoogleChrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-background-sync",
"main": "build/importScripts/workbox-background-sync.prod.v2.0.3.js",
"module": "build/modules/workbox-background-sync.prod.v2.0.3.mjs"
"main": "build/importScripts/workbox-background-sync.prod.v2.1.3.js",
"module": "build/modules/workbox-background-sync.prod.v2.1.3.mjs"
}
6 changes: 3 additions & 3 deletions packages/workbox-broadcast-cache-update/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-cache-update",
"version": "2.0.3",
"version": "2.1.3",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when two Response objects differ.",
"keywords": [
"workbox",
Expand All @@ -21,6 +21,6 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-broadcast-cache-update",
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v2.0.3.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v2.0.3.mjs"
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v2.1.3.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v2.1.3.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "2.1.2",
"version": "2.1.3",
"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 @@ -32,6 +32,6 @@
"glob": "^7.1.1",
"lodash.template": "^4.4.0",
"mkdirp": "^0.5.1",
"workbox-sw": "^2.1.2"
"workbox-sw": "^2.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cli",
"version": "2.1.2",
"version": "2.1.3",
"description": "A CLI tool to generate a service worker and a file manifest making use of the workbox-sw module.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -36,6 +36,6 @@
"lodash.template": "^4.4.0",
"meow": "^3.7.0",
"update-notifier": "^1.0.3",
"workbox-build": "^2.1.2"
"workbox-build": "^2.1.3"
}
}
8 changes: 4 additions & 4 deletions packages/workbox-sw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-sw",
"version": "2.1.2",
"version": "2.1.3",
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",
"keywords": [
"workbox",
Expand All @@ -21,10 +21,10 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-sw",
"main": "build/importScripts/workbox-sw.prod.v2.1.2.js",
"module": "build/modules/workbox-sw.prod.v2.1.2.mjs",
"main": "build/importScripts/workbox-sw.prod.v2.1.3.js",
"module": "build/modules/workbox-sw.prod.v2.1.3.mjs",
"devDependencies": {
"workbox-broadcast-cache-update": "^2.0.3",
"workbox-broadcast-cache-update": "^2.1.3",
"workbox-cache-expiration": "^2.0.3",
"workbox-cacheable-response": "^2.0.3",
"workbox-precaching": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-webpack-plugin",
"version": "2.1.2",
"version": "2.1.3",
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
"keywords": [
"workbox",
Expand All @@ -23,7 +23,7 @@
"node": ">=4.0.0"
},
"dependencies": {
"workbox-build": "^2.1.2"
"workbox-build": "^2.1.3"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 5b97922

Please sign in to comment.