Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffposnick committed Nov 30, 2020
1 parent e2bae90 commit 9cbed27
Show file tree
Hide file tree
Showing 37 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "6.0.0-rc.0"
"version": "6.0.0"
}
2 changes: 1 addition & 1 deletion packages/workbox-background-sync/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-background-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-background-sync",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
Expand All @@ -24,6 +24,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-broadcast-update/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-broadcast-update/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-broadcast-update",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that uses the Broadcast Channel API to announce when a cached response has updated",
Expand All @@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions packages/workbox-build/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-build",
"version": "6.0.0-rc.0",
"version": "6.0.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 @@ -42,21 +42,21 @@
"strip-comments": "^2.0.1",
"tempy": "^0.6.0",
"upath": "^1.2.0",
"workbox-background-sync": "^6.0.0-rc.0",
"workbox-broadcast-update": "^6.0.0-rc.0",
"workbox-cacheable-response": "^6.0.0-rc.0",
"workbox-core": "^6.0.0-rc.0",
"workbox-expiration": "^6.0.0-rc.0",
"workbox-google-analytics": "^6.0.0-rc.0",
"workbox-navigation-preload": "^6.0.0-rc.0",
"workbox-precaching": "^6.0.0-rc.0",
"workbox-range-requests": "^6.0.0-rc.0",
"workbox-recipes": "^6.0.0-rc.0",
"workbox-routing": "^6.0.0-rc.0",
"workbox-strategies": "^6.0.0-rc.0",
"workbox-streams": "^6.0.0-rc.0",
"workbox-sw": "^6.0.0-rc.0",
"workbox-window": "^6.0.0-rc.0"
"workbox-background-sync": "^6.0.0",
"workbox-broadcast-update": "^6.0.0",
"workbox-cacheable-response": "^6.0.0",
"workbox-core": "^6.0.0",
"workbox-expiration": "^6.0.0",
"workbox-google-analytics": "^6.0.0",
"workbox-navigation-preload": "^6.0.0",
"workbox-precaching": "^6.0.0",
"workbox-range-requests": "^6.0.0",
"workbox-recipes": "^6.0.0",
"workbox-routing": "^6.0.0",
"workbox-strategies": "^6.0.0",
"workbox-streams": "^6.0.0",
"workbox-sw": "^6.0.0",
"workbox-window": "^6.0.0"
},
"main": "build/index.js",
"workbox": {
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-cacheable-response/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-cacheable-response/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-cacheable-response",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
Expand All @@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-cli",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"description": "workbox-cli is the command line interface for Workbox.",
"keywords": [
"workbox",
Expand Down Expand Up @@ -37,7 +37,7 @@
"pretty-bytes": "^5.3.0",
"upath": "^1.2.0",
"update-notifier": "^4.1.0",
"workbox-build": "^6.0.0-rc.0"
"workbox-build": "^6.0.0"
},
"workbox": {
"packageType": "node_ts"
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/workbox-core/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-core",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module is used by a number of the other Workbox modules to share common code.",
Expand Down
2 changes: 1 addition & 1 deletion packages/workbox-expiration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-expiration/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-expiration",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library that expires cached responses based on age or maximum number of entries.",
Expand All @@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-google-analytics/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/workbox-google-analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-google-analytics",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",
Expand All @@ -25,9 +25,9 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-background-sync": "^6.0.0-rc.0",
"workbox-core": "^6.0.0-rc.0",
"workbox-routing": "^6.0.0-rc.0",
"workbox-strategies": "^6.0.0-rc.0"
"workbox-background-sync": "^6.0.0",
"workbox-core": "^6.0.0",
"workbox-routing": "^6.0.0",
"workbox-strategies": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-navigation-preload/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-navigation-preload/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-navigation-preload",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library allows developers to opt-in to using Navigation Preload in their service worker.",
Expand All @@ -22,6 +22,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-precaching/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/workbox-precaching/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-precaching",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This module efficiently precaches assets.",
Expand All @@ -21,8 +21,8 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0",
"workbox-routing": "^6.0.0-rc.0",
"workbox-strategies": "^6.0.0-rc.0"
"workbox-core": "^6.0.0",
"workbox-routing": "^6.0.0",
"workbox-strategies": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-range-requests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-range-requests/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-range-requests",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "This library creates a new Response, given a source Response and a Range header value.",
Expand All @@ -26,6 +26,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-recipes/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/workbox-recipes/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-recipes",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library to manage common request and caching patterns",
Expand All @@ -23,11 +23,11 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-cacheable-response": "^6.0.0-rc.0",
"workbox-core": "^6.0.0-rc.0",
"workbox-expiration": "^6.0.0-rc.0",
"workbox-precaching": "^6.0.0-rc.0",
"workbox-routing": "^6.0.0-rc.0",
"workbox-strategies": "^6.0.0-rc.0"
"workbox-cacheable-response": "^6.0.0",
"workbox-core": "^6.0.0",
"workbox-expiration": "^6.0.0",
"workbox-precaching": "^6.0.0",
"workbox-routing": "^6.0.0",
"workbox-strategies": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-routing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-routing/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-routing",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library to route request URLs to handlers.",
Expand All @@ -23,6 +23,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-strategies/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/workbox-strategies/package.json
@@ -1,6 +1,6 @@
{
"name": "workbox-strategies",
"version": "6.0.0-rc.0",
"version": "6.0.0",
"license": "MIT",
"author": "Google's Web DevRel Team",
"description": "A service worker helper library implementing common caching strategies.",
Expand All @@ -23,6 +23,6 @@
"module": "index.mjs",
"types": "index.d.ts",
"dependencies": {
"workbox-core": "^6.0.0-rc.0"
"workbox-core": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/workbox-streams/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 9cbed27

@douglasduteil
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉🎉🎉🎉🎉🎉🎉

Please sign in to comment.