Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Sep 6, 2017
1 parent 6240f52 commit d365053
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 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.0.0",
"version": "2.0.1",
"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.0",
"version": "2.0.1",
"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.0.js",
"module": "build/modules/workbox-background-sync.prod.v2.0.0.mjs"
"main": "build/importScripts/workbox-background-sync.prod.v2.0.1.js",
"module": "build/modules/workbox-background-sync.prod.v2.0.1.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.0.0",
"version": "2.0.1",
"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.0.0"
"workbox-sw": "^2.0.1"
}
}
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.0.0",
"version": "2.0.1",
"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.0.0"
"workbox-build": "^2.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/workbox-range-requests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-range-requests",
"version": "2.0.0",
"version": "2.0.1",
"description": "This library creates a new Response, given a source Response and a Range header value.",
"keywords": [
"workbox",
Expand All @@ -23,6 +23,6 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-range-requests",
"main": "build/importScripts/workbox-range-requests.prod.v2.0.0.js",
"module": "build/modules/workbox-range-requests.prod.v2.0.0.mjs"
"main": "build/importScripts/workbox-range-requests.prod.v2.0.1.js",
"module": "build/modules/workbox-range-requests.prod.v2.0.1.mjs"
}
6 changes: 3 additions & 3 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.0.0",
"version": "2.0.1",
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",
"keywords": [
"workbox",
Expand All @@ -21,8 +21,8 @@
"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.0.0.js",
"module": "build/modules/workbox-sw.prod.v2.0.0.mjs",
"main": "build/importScripts/workbox-sw.prod.v2.0.1.js",
"module": "build/modules/workbox-sw.prod.v2.0.1.mjs",
"devDependencies": {
"workbox-broadcast-cache-update": "^2.0.0",
"workbox-cache-expiration": "^2.0.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.0.0",
"version": "2.0.1",
"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.0.0"
"workbox-build": "^2.0.1"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit d365053

Please sign in to comment.