Skip to content

Commit 43c375f

Browse files
committed
v6.0.0-rc.0
1 parent 5692d74 commit 43c375f

File tree

37 files changed

+78
-78
lines changed

37 files changed

+78
-78
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": "6.0.0-alpha.3"
6+
"version": "6.0.0-rc.0"
77
}

packages/workbox-background-sync/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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",
@@ -24,6 +24,6 @@
2424
"module": "index.mjs",
2525
"types": "index.d.ts",
2626
"dependencies": {
27-
"workbox-core": "^6.0.0-alpha.3"
27+
"workbox-core": "^6.0.0-rc.0"
2828
}
2929
}

packages/workbox-broadcast-update/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "^6.0.0-alpha.3"
25+
"workbox-core": "^6.0.0-rc.0"
2626
}
2727
}

packages/workbox-build/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-build/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-build",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.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",
@@ -42,21 +42,21 @@
4242
"strip-comments": "^2.0.1",
4343
"tempy": "^0.6.0",
4444
"upath": "^1.2.0",
45-
"workbox-background-sync": "^6.0.0-alpha.3",
46-
"workbox-broadcast-update": "^6.0.0-alpha.3",
47-
"workbox-cacheable-response": "^6.0.0-alpha.3",
48-
"workbox-core": "^6.0.0-alpha.3",
49-
"workbox-expiration": "^6.0.0-alpha.3",
50-
"workbox-google-analytics": "^6.0.0-alpha.3",
51-
"workbox-navigation-preload": "^6.0.0-alpha.3",
52-
"workbox-precaching": "^6.0.0-alpha.3",
53-
"workbox-range-requests": "^6.0.0-alpha.3",
54-
"workbox-recipes": "^6.0.0-alpha.3",
55-
"workbox-routing": "^6.0.0-alpha.3",
56-
"workbox-strategies": "^6.0.0-alpha.3",
57-
"workbox-streams": "^6.0.0-alpha.3",
58-
"workbox-sw": "^6.0.0-alpha.3",
59-
"workbox-window": "^6.0.0-alpha.3"
45+
"workbox-background-sync": "^6.0.0-rc.0",
46+
"workbox-broadcast-update": "^6.0.0-rc.0",
47+
"workbox-cacheable-response": "^6.0.0-rc.0",
48+
"workbox-core": "^6.0.0-rc.0",
49+
"workbox-expiration": "^6.0.0-rc.0",
50+
"workbox-google-analytics": "^6.0.0-rc.0",
51+
"workbox-navigation-preload": "^6.0.0-rc.0",
52+
"workbox-precaching": "^6.0.0-rc.0",
53+
"workbox-range-requests": "^6.0.0-rc.0",
54+
"workbox-recipes": "^6.0.0-rc.0",
55+
"workbox-routing": "^6.0.0-rc.0",
56+
"workbox-strategies": "^6.0.0-rc.0",
57+
"workbox-streams": "^6.0.0-rc.0",
58+
"workbox-sw": "^6.0.0-rc.0",
59+
"workbox-window": "^6.0.0-rc.0"
6060
},
6161
"main": "build/index.js",
6262
"workbox": {

packages/workbox-cacheable-response/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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.",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "^6.0.0-alpha.3"
25+
"workbox-core": "^6.0.0-rc.0"
2626
}
2727
}

packages/workbox-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"description": "workbox-cli is the command line interface for Workbox.",
55
"keywords": [
66
"workbox",
@@ -37,7 +37,7 @@
3737
"pretty-bytes": "^5.3.0",
3838
"upath": "^1.2.0",
3939
"update-notifier": "^4.1.0",
40-
"workbox-build": "^6.0.0-alpha.3"
40+
"workbox-build": "^6.0.0-rc.0"
4141
},
4242
"workbox": {
4343
"packageType": "node_ts"

packages/workbox-core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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.",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "^6.0.0-alpha.3"
25+
"workbox-core": "^6.0.0-rc.0"
2626
}
2727
}

packages/workbox-google-analytics/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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",
@@ -25,9 +25,9 @@
2525
"module": "index.mjs",
2626
"types": "index.d.ts",
2727
"dependencies": {
28-
"workbox-background-sync": "^6.0.0-alpha.3",
29-
"workbox-core": "^6.0.0-alpha.3",
30-
"workbox-routing": "^6.0.0-alpha.3",
31-
"workbox-strategies": "^6.0.0-alpha.3"
28+
"workbox-background-sync": "^6.0.0-rc.0",
29+
"workbox-core": "^6.0.0-rc.0",
30+
"workbox-routing": "^6.0.0-rc.0",
31+
"workbox-strategies": "^6.0.0-rc.0"
3232
}
3333
}

packages/workbox-navigation-preload/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
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.",
@@ -22,6 +22,6 @@
2222
"module": "index.mjs",
2323
"types": "index.d.ts",
2424
"dependencies": {
25-
"workbox-core": "^6.0.0-alpha.3"
25+
"workbox-core": "^6.0.0-rc.0"
2626
}
2727
}

packages/workbox-precaching/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This module efficiently precaches assets.",
@@ -21,8 +21,8 @@
2121
"module": "index.mjs",
2222
"types": "index.d.ts",
2323
"dependencies": {
24-
"workbox-core": "^6.0.0-alpha.3",
25-
"workbox-routing": "^6.0.0-alpha.3",
26-
"workbox-strategies": "^6.0.0-alpha.3"
24+
"workbox-core": "^6.0.0-rc.0",
25+
"workbox-routing": "^6.0.0-rc.0",
26+
"workbox-strategies": "^6.0.0-rc.0"
2727
}
2828
}

packages/workbox-range-requests/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-range-requests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-range-requests",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "This library creates a new Response, given a source Response and a Range header value.",
@@ -26,6 +26,6 @@
2626
"module": "index.mjs",
2727
"types": "index.d.ts",
2828
"dependencies": {
29-
"workbox-core": "^6.0.0-alpha.3"
29+
"workbox-core": "^6.0.0-rc.0"
3030
}
3131
}

packages/workbox-recipes/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-recipes/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-recipes",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library to manage common request and caching patterns",
@@ -23,11 +23,11 @@
2323
"module": "index.mjs",
2424
"types": "index.d.ts",
2525
"dependencies": {
26-
"workbox-strategies": "^6.0.0-alpha.3",
27-
"workbox-routing": "^6.0.0-alpha.3",
28-
"workbox-cacheable-response": "^6.0.0-alpha.3",
29-
"workbox-expiration": "^6.0.0-alpha.3",
30-
"workbox-core": "^6.0.0-alpha.3",
31-
"workbox-precaching": "^6.0.0-alpha.3"
26+
"workbox-cacheable-response": "^6.0.0-rc.0",
27+
"workbox-core": "^6.0.0-rc.0",
28+
"workbox-expiration": "^6.0.0-rc.0",
29+
"workbox-precaching": "^6.0.0-rc.0",
30+
"workbox-routing": "^6.0.0-rc.0",
31+
"workbox-strategies": "^6.0.0-rc.0"
3232
}
3333
}

packages/workbox-routing/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-routing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-routing",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library to route request URLs to handlers.",
@@ -23,6 +23,6 @@
2323
"module": "index.mjs",
2424
"types": "index.d.ts",
2525
"dependencies": {
26-
"workbox-core": "^6.0.0-alpha.3"
26+
"workbox-core": "^6.0.0-rc.0"
2727
}
2828
}

packages/workbox-strategies/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/workbox-strategies/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workbox-strategies",
3-
"version": "6.0.0-alpha.3",
3+
"version": "6.0.0-rc.0",
44
"license": "MIT",
55
"author": "Google's Web DevRel Team",
66
"description": "A service worker helper library implementing common caching strategies.",
@@ -23,6 +23,6 @@
2323
"module": "index.mjs",
2424
"types": "index.d.ts",
2525
"dependencies": {
26-
"workbox-core": "^6.0.0-alpha.3"
26+
"workbox-core": "^6.0.0-rc.0"
2727
}
2828
}

packages/workbox-streams/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)