Skip to content

Commit 60d9026

Browse files
committed
v2.1.2
1 parent 16b51e9 commit 60d9026

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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": "2.1.1",
3+
"version": "2.1.2",
44
"packages": [
55
"packages/*"
66
]

packages/workbox-build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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",
@@ -32,6 +32,6 @@
3232
"glob": "^7.1.1",
3333
"lodash.template": "^4.4.0",
3434
"mkdirp": "^0.5.1",
35-
"workbox-sw": "^2.1.1"
35+
"workbox-sw": "^2.1.2"
3636
}
3737
}

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": "2.1.1",
3+
"version": "2.1.2",
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",
@@ -36,6 +36,6 @@
3636
"lodash.template": "^4.4.0",
3737
"meow": "^3.7.0",
3838
"update-notifier": "^1.0.3",
39-
"workbox-build": "^2.1.1"
39+
"workbox-build": "^2.1.2"
4040
}
4141
}

packages/workbox-sw/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-sw",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",
55
"keywords": [
66
"workbox",
@@ -21,8 +21,8 @@
2121
"repository": "googlechrome/workbox",
2222
"bugs": "https://github.com/googlechrome/workbox/issues",
2323
"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-sw",
24-
"main": "build/importScripts/workbox-sw.prod.v2.1.1.js",
25-
"module": "build/modules/workbox-sw.prod.v2.1.1.mjs",
24+
"main": "build/importScripts/workbox-sw.prod.v2.1.2.js",
25+
"module": "build/modules/workbox-sw.prod.v2.1.2.mjs",
2626
"devDependencies": {
2727
"workbox-broadcast-cache-update": "^2.0.3",
2828
"workbox-cache-expiration": "^2.0.3",

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": "2.1.1",
3+
"version": "2.1.2",
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": "^2.1.1"
26+
"workbox-build": "^2.1.2"
2727
},
2828
"author": "Google's Web DevRel Team",
2929
"license": "Apache-2.0",

0 commit comments

Comments
 (0)