Skip to content

Commit 20d2110

Browse files
committed
v5.0.0-alpha.1
1 parent f884e1f commit 20d2110

File tree

18 files changed

+51
-51
lines changed

18 files changed

+51
-51
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.0.0-alpha.0"
6+
"version": "5.0.0-alpha.1"
77
}

packages/workbox-background-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-background-sync",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -29,6 +29,6 @@
2929
"module": "index.mjs",
3030
"types": "index.d.ts",
3131
"dependencies": {
32-
"workbox-core": "^5.0.0-alpha.0"
32+
"workbox-core": "^5.0.0-alpha.1"
3333
}
3434
}

packages/workbox-broadcast-update/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-broadcast-update",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.0.0-alpha.0"
30+
"workbox-core": "^5.0.0-alpha.1"
3131
}
3232
}

packages/workbox-build/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
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",
@@ -39,20 +39,20 @@
3939
"strip-comments": "^1.0.2",
4040
"tempy": "^0.3.0",
4141
"upath": "^1.1.2",
42-
"workbox-background-sync": "^5.0.0-alpha.0",
43-
"workbox-broadcast-update": "^5.0.0-alpha.0",
44-
"workbox-cacheable-response": "^5.0.0-alpha.0",
45-
"workbox-core": "^5.0.0-alpha.0",
46-
"workbox-expiration": "^5.0.0-alpha.0",
47-
"workbox-google-analytics": "^5.0.0-alpha.0",
48-
"workbox-navigation-preload": "^5.0.0-alpha.0",
49-
"workbox-precaching": "^5.0.0-alpha.0",
50-
"workbox-range-requests": "^5.0.0-alpha.0",
51-
"workbox-routing": "^5.0.0-alpha.0",
52-
"workbox-strategies": "^5.0.0-alpha.0",
53-
"workbox-streams": "^5.0.0-alpha.0",
54-
"workbox-sw": "^5.0.0-alpha.0",
55-
"workbox-window": "^5.0.0-alpha.0"
42+
"workbox-background-sync": "^5.0.0-alpha.1",
43+
"workbox-broadcast-update": "^5.0.0-alpha.1",
44+
"workbox-cacheable-response": "^5.0.0-alpha.1",
45+
"workbox-core": "^5.0.0-alpha.1",
46+
"workbox-expiration": "^5.0.0-alpha.1",
47+
"workbox-google-analytics": "^5.0.0-alpha.1",
48+
"workbox-navigation-preload": "^5.0.0-alpha.1",
49+
"workbox-precaching": "^5.0.0-alpha.1",
50+
"workbox-range-requests": "^5.0.0-alpha.1",
51+
"workbox-routing": "^5.0.0-alpha.1",
52+
"workbox-strategies": "^5.0.0-alpha.1",
53+
"workbox-streams": "^5.0.0-alpha.1",
54+
"workbox-sw": "^5.0.0-alpha.1",
55+
"workbox-window": "^5.0.0-alpha.1"
5656
},
5757
"main": "build/index.js",
5858
"scripts": {

packages/workbox-cacheable-response/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-cacheable-response",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.0.0-alpha.0"
30+
"workbox-core": "^5.0.0-alpha.1"
3131
}
3232
}

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": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -40,7 +40,7 @@
4040
"ora": "^3.0.0",
4141
"pretty-bytes": "^5.1.0",
4242
"update-notifier": "^2.5.0",
43-
"workbox-build": "^5.0.0-alpha.0"
43+
"workbox-build": "^5.0.0-alpha.1"
4444
},
4545
"workbox": {
4646
"packageType": "node"

packages/workbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-core",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This module is used by a number of the other Workbox modules to share common code.",

packages/workbox-expiration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-expiration",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.0.0-alpha.0"
30+
"workbox-core": "^5.0.0-alpha.1"
3131
}
3232
}

packages/workbox-google-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-google-analytics",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
@@ -30,9 +30,9 @@
3030
"module": "index.mjs",
3131
"types": "index.d.ts",
3232
"dependencies": {
33-
"workbox-background-sync": "^5.0.0-alpha.0",
34-
"workbox-core": "^5.0.0-alpha.0",
35-
"workbox-routing": "^5.0.0-alpha.0",
36-
"workbox-strategies": "^5.0.0-alpha.0"
33+
"workbox-background-sync": "^5.0.0-alpha.1",
34+
"workbox-core": "^5.0.0-alpha.1",
35+
"workbox-routing": "^5.0.0-alpha.1",
36+
"workbox-strategies": "^5.0.0-alpha.1"
3737
}
3838
}

packages/workbox-navigation-preload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-navigation-preload",
3-
"version": "5.0.0-alpha.0",
3+
"version": "5.0.0-alpha.1",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
@@ -27,6 +27,6 @@
2727
"module": "index.mjs",
2828
"types": "index.d.ts",
2929
"dependencies": {
30-
"workbox-core": "^5.0.0-alpha.0"
30+
"workbox-core": "^5.0.0-alpha.1"
3131
}
3232
}

0 commit comments

Comments
 (0)