Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Aug 9, 2017
1 parent c35ac53 commit c66b104
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 42 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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.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.2.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.2.0.mjs"
"main": "build/importScripts/workbox-background-sync.prod.v1.3.0.js",
"module": "build/modules/workbox-background-sync.prod.v1.3.0.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": "1.1.0",
"version": "1.3.0",
"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.v1.1.0.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-broadcast-cache-update.prod.v1.3.0.js",
"module": "build/modules/workbox-broadcast-cache-update.prod.v1.3.0.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": "1.2.0",
"version": "1.3.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 Expand Up @@ -32,6 +32,6 @@
"glob": "^7.1.1",
"lodash.template": "^4.4.0",
"mkdirp": "^0.5.1",
"workbox-sw": "^1.1.0"
"workbox-sw": "^1.3.0"
}
}
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.2.0",
"version": "1.3.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.2.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.2.0.mjs",
"main": "build/importScripts/workbox-cache-expiration.prod.v1.3.0.js",
"module": "build/modules/workbox-cache-expiration.prod.v1.3.0.mjs",
"devDependencies": {
"workbox-runtime-caching": "^1.2.0"
"workbox-runtime-caching": "^1.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/workbox-cacheable-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-cacheable-response",
"version": "1.1.0",
"version": "1.3.0",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"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-cacheable-response",
"main": "build/importScripts/workbox-cacheable-response.prod.v1.1.0.js",
"module": "build/modules/workbox-cacheable-response.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-cacheable-response.prod.v1.3.0.js",
"module": "build/modules/workbox-cacheable-response.prod.v1.3.0.mjs"
}
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.2.0",
"version": "1.3.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.2.0"
"workbox-build": "^1.3.0"
}
}
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": "1.1.0",
"version": "1.3.0",
"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.v1.1.0.js"
"main": "build/importScripts/workbox-google-analytics.prod.v1.3.0.js"
}
10 changes: 5 additions & 5 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.2.0",
"version": "1.3.0",
"description": "A lower-level server worker library to precache a manifest of URLs.",
"keywords": [
"workbox",
Expand All @@ -24,9 +24,9 @@
"bugs": "https://github.com/googlechrome/workbox/issues",
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-precaching",
"devDependencies": {
"workbox-routing": "^1.1.0",
"workbox-runtime-caching": "^1.2.0"
"workbox-routing": "^1.3.0",
"workbox-runtime-caching": "^1.3.0"
},
"main": "build/importScripts/workbox-precaching.prod.v1.2.0.js",
"module": "build/modules/workbox-precaching.prod.v1.2.0.mjs"
"main": "build/importScripts/workbox-precaching.prod.v1.3.0.js",
"module": "build/modules/workbox-precaching.prod.v1.3.0.mjs"
}
6 changes: 3 additions & 3 deletions packages/workbox-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-routing",
"version": "1.1.0",
"version": "1.3.0",
"description": "A service worker helper library to route request URLs to handlers.",
"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-routing",
"main": "build/importScripts/workbox-routing.prod.v1.1.0.js",
"module": "build/modules/workbox-routing.prod.v1.1.0.mjs"
"main": "build/importScripts/workbox-routing.prod.v1.3.0.js",
"module": "build/modules/workbox-routing.prod.v1.3.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.2.0",
"version": "1.3.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.2.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.2.0.mjs"
"main": "build/importScripts/workbox-runtime-caching.prod.v1.3.0.js",
"module": "build/modules/workbox-runtime-caching.prod.v1.3.0.mjs"
}
18 changes: 9 additions & 9 deletions packages/workbox-sw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workbox-sw",
"version": "1.1.0",
"version": "1.3.0",
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",
"keywords": [
"workbox",
Expand All @@ -21,14 +21,14 @@
"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.1.0.js",
"module": "build/modules/workbox-sw.prod.v1.1.0.mjs",
"main": "build/importScripts/workbox-sw.prod.v1.3.0.js",
"module": "build/modules/workbox-sw.prod.v1.3.0.mjs",
"devDependencies": {
"workbox-broadcast-cache-update": "^1.1.0",
"workbox-cache-expiration": "^1.2.0",
"workbox-cacheable-response": "^1.1.0",
"workbox-precaching": "^1.2.0",
"workbox-routing": "^1.1.0",
"workbox-runtime-caching": "^1.2.0"
"workbox-broadcast-cache-update": "^1.3.0",
"workbox-cache-expiration": "^1.3.0",
"workbox-cacheable-response": "^1.3.0",
"workbox-precaching": "^1.3.0",
"workbox-routing": "^1.3.0",
"workbox-runtime-caching": "^1.3.0"
}
}
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.2.0",
"version": "1.3.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.2.0"
"workbox-build": "^1.3.0"
},
"author": "Google's Web DevRel Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit c66b104

Please sign in to comment.