Skip to content

Commit ccd7c15

Browse files
committed
v1.2.0
1 parent 10c51e7 commit ccd7c15

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-rc.5",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"packages": [
55
"packages/*"
66
]

packages/workbox-background-sync/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
55
"keywords": [
66
"workbox",
@@ -21,6 +21,6 @@
2121
"repository": "googlechrome/sw-helpers",
2222
"bugs": "https://github.com/GoogleChrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-background-sync",
24-
"main": "build/importScripts/workbox-background-sync.prod.v1.1.0.js",
25-
"module": "build/modules/workbox-background-sync.prod.v1.1.0.mjs"
24+
"main": "build/importScripts/workbox-background-sync.prod.v1.2.0.js",
25+
"module": "build/modules/workbox-background-sync.prod.v1.2.0.mjs"
2626
}

packages/workbox-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A module that integrates into your build process, helping you generate a manifest of local files that workbox-sw should precache.",
55
"keywords": [
66
"workbox",

packages/workbox-cache-expiration/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cache-expiration",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
55
"keywords": [
66
"workbox",
@@ -21,9 +21,9 @@
2121
"repository": "googlechrome/workbox",
2222
"bugs": "https://github.com/googlechrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cache-expiration",
24-
"main": "build/importScripts/workbox-cache-expiration.prod.v1.1.0.js",
25-
"module": "build/modules/workbox-cache-expiration.prod.v1.1.0.mjs",
24+
"main": "build/importScripts/workbox-cache-expiration.prod.v1.2.0.js",
25+
"module": "build/modules/workbox-cache-expiration.prod.v1.2.0.mjs",
2626
"devDependencies": {
27-
"workbox-runtime-caching": "^1.1.0"
27+
"workbox-runtime-caching": "^1.2.0"
2828
}
2929
}

packages/workbox-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cli",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A CLI tool to generate a service worker and a file manifest making use of the workbox-sw module.",
55
"keywords": [
66
"workbox",
@@ -35,6 +35,6 @@
3535
"lodash.template": "^4.4.0",
3636
"meow": "^3.7.0",
3737
"update-notifier": "^1.0.3",
38-
"workbox-build": "^1.1.0"
38+
"workbox-build": "^1.2.0"
3939
}
4040
}

packages/workbox-precaching/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-precaching",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A lower-level server worker library to precache a manifest of URLs.",
55
"keywords": [
66
"workbox",
@@ -25,8 +25,8 @@
2525
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-precaching",
2626
"devDependencies": {
2727
"workbox-routing": "^1.1.0",
28-
"workbox-runtime-caching": "^1.1.0"
28+
"workbox-runtime-caching": "^1.2.0"
2929
},
30-
"main": "build/importScripts/workbox-precaching.prod.v1.1.0.js",
31-
"module": "build/modules/workbox-precaching.prod.v1.1.0.mjs"
30+
"main": "build/importScripts/workbox-precaching.prod.v1.2.0.js",
31+
"module": "build/modules/workbox-precaching.prod.v1.2.0.mjs"
3232
}

packages/workbox-runtime-caching/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-runtime-caching",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A service worker helper library that implements various runtime caching strategies.",
55
"keywords": [
66
"workbox",
@@ -22,6 +22,6 @@
2222
"repository": "googlechrome/workbox",
2323
"bugs": "https://github.com/googlechrome/workbox/issues",
2424
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-runtime-caching",
25-
"main": "build/importScripts/workbox-runtime-caching.prod.v1.1.0.js",
26-
"module": "build/modules/workbox-runtime-caching.prod.v1.1.0.mjs"
25+
"main": "build/importScripts/workbox-runtime-caching.prod.v1.2.0.js",
26+
"module": "build/modules/workbox-runtime-caching.prod.v1.2.0.mjs"
2727
}

packages/workbox-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-webpack-plugin",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.",
55
"keywords": [
66
"workbox",
@@ -23,7 +23,7 @@
2323
"node": ">=4.0.0"
2424
},
2525
"dependencies": {
26-
"workbox-build": "^1.1.0"
26+
"workbox-build": "^1.2.0"
2727
},
2828
"author": "Google's Web DevRel Team",
2929
"license": "Apache-2.0",

0 commit comments

Comments
 (0)