Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jul 26, 2017
1 parent 10c51e7 commit ccd7c15
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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": "1.1.0",
"version": "1.2.0",
"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": "1.1.0",
"version": "1.2.0",
"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.v1.1.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-background-sync.prod.v1.2.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.2.0.mjs"
}
2 changes: 1 addition & 1 deletion packages/workbox-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "1.1.0",
"version": "1.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",
Expand Down
8 changes: 4 additions & 4 deletions packages/workbox-cache-expiration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cache-expiration",
"version": "1.1.0",
"version": "1.2.0",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
"keywords": [
"workbox",
Expand All @@ -21,9 +21,9 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cache-expiration",
"main": "build/importScripts/workbox-cache-expiration.prod.v1.1.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.1.0.mjs",
"main": "build/importScripts/workbox-cache-expiration.prod.v1.2.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.2.0.mjs",
"devDependencies": {
"workbox-runtime-caching": "^1.1.0"
"workbox-runtime-caching": "^1.2.0"
}
}
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": "1.1.0",
"version": "1.2.0",
"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 @@ -35,6 +35,6 @@
"lodash.template": "^4.4.0",
"meow": "^3.7.0",
"update-notifier": "^1.0.3",
"workbox-build": "^1.1.0"
"workbox-build": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/workbox-precaching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-precaching",
"version": "1.1.0",
"version": "1.2.0",
"description": "A lower-level server worker library to precache a manifest of URLs.",
"keywords": [
"workbox",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-precaching",
"devDependencies": {
"workbox-routing": "^1.1.0",
"workbox-runtime-caching": "^1.1.0"
"workbox-runtime-caching": "^1.2.0"
},
"main": "build/importScripts/workbox-precaching.prod.v1.1.0.js",
"module": "build/modules/workbox-precaching.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-precaching.prod.v1.2.0.js",
"module": "build/modules/workbox-precaching.prod.v1.2.0.mjs"
}
6 changes: 3 additions & 3 deletions packages/workbox-runtime-caching/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-runtime-caching",
"version": "1.1.0",
"version": "1.2.0",
"description": "A service worker helper library that implements various runtime caching strategies.",
"keywords": [
"workbox",
Expand All @@ -22,6 +22,6 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-runtime-caching",
"main": "build/importScripts/workbox-runtime-caching.prod.v1.1.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-runtime-caching.prod.v1.2.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.2.0.mjs"
}
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": "1.1.0",
"version": "1.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",
Expand All @@ -23,7 +23,7 @@
"node": ">=4.0.0"
},
"dependencies": {
"workbox-build": "^1.1.0"
"workbox-build": "^1.2.0"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit ccd7c15

Please sign in to comment.