Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 2, 2017
1 parent 7ecec75 commit d723bad
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.0",
"version": "2.1.1",
"packages": [
"packages/*"
]
Expand Down
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.0",
"version": "2.1.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.1.0"
"workbox-sw": "^2.1.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.1.0",
"version": "2.1.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.1.0"
"workbox-build": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/workbox-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-google-analytics",
"version": "2.1.0",
"version": "2.1.1",
"description": "A service worker helper library to retry offline Google Analytics requests when a connection is available.",
"keywords": [
"workbox",
Expand All @@ -25,5 +25,5 @@
"files": [
"build"
],
"main": "build/importScripts/workbox-google-analytics.prod.v2.1.0.js"
"main": "build/importScripts/workbox-google-analytics.prod.v2.1.1.js"
}
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.1.0",
"version": "2.1.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.1.0.js",
"module": "build/modules/workbox-sw.prod.v2.1.0.mjs",
"main": "build/importScripts/workbox-sw.prod.v2.1.1.js",
"module": "build/modules/workbox-sw.prod.v2.1.1.mjs",
"devDependencies": {
"workbox-broadcast-cache-update": "^2.0.3",
"workbox-cache-expiration": "^2.0.3",
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.0",
"version": "2.1.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.1.0"
"workbox-build": "^2.1.1"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit d723bad

Please sign in to comment.