Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Jul 12, 2017
1 parent 4fcd7ef commit 88ecb07
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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.0.1",
"version": "1.1.0",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-background-sync.prod.v1.1.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.1.0.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-broadcast-cache-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.v1.0.0.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v1.1.0.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v1.1.0.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-cache-expiration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"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.0.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.0.0.mjs",
"main": "build/importScripts/workbox-cache-expiration.prod.v1.1.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.1.0.mjs",
"devDependencies": {
"workbox-runtime-caching": "^1.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/workbox-cacheable-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cacheable-response",
"main": "build/importScripts/workbox-cacheable-response.prod.v1.0.0.js",
"module": "build/modules/workbox-cacheable-response.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-cacheable-response.prod.v1.1.0.js",
"module": "build/modules/workbox-cacheable-response.prod.v1.1.0.mjs"
}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"files": [
"build"
],
"main": "build/importScripts/workbox-google-analytics.prod.v1.0.0.js"
"main": "build/importScripts/workbox-google-analytics.prod.v1.1.0.js"
}
4 changes: 2 additions & 2 deletions packages/workbox-precaching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"workbox-routing": "^1.1.0",
"workbox-runtime-caching": "^1.1.0"
},
"main": "build/importScripts/workbox-precaching.prod.v1.0.0.js",
"module": "build/modules/workbox-precaching.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-precaching.prod.v1.1.0.js",
"module": "build/modules/workbox-precaching.prod.v1.1.0.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"repository": "googlechrome/workbox",
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-routing",
"main": "build/importScripts/workbox-routing.prod.v1.0.0.js",
"module": "build/modules/workbox-routing.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-routing.prod.v1.1.0.js",
"module": "build/modules/workbox-routing.prod.v1.1.0.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-runtime-caching/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.0.0.mjs"
"main": "build/importScripts/workbox-runtime-caching.prod.v1.1.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.1.0.mjs"
}
4 changes: 2 additions & 2 deletions packages/workbox-sw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"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.v1.0.1.js",
"module": "build/modules/workbox-sw.prod.v1.0.1.mjs"
"main": "build/importScripts/workbox-sw.prod.v1.1.0.js",
"module": "build/modules/workbox-sw.prod.v1.1.0.mjs"
}

0 comments on commit 88ecb07

Please sign in to comment.