Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and daKmoR committed May 4, 2021
1 parent 690075d commit c7261aa
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .changeset/dull-baboons-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-wombats-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/building-rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rocket/building-rollup

## 0.3.0

### Minor Changes

- 2724f07: Stop auto generating a service worker from a template. Setup your own and then bundle via `createServiceWorkerConfig`.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/building-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/building-rollup",
"version": "0.2.0",
"version": "0.3.0",
"publishConfig": {
"access": "public"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rocket/cli

## 0.7.0

### Minor Changes

- 2724f07: The service worker no longer precaches all urls and assets. It now

- caches already visited pages
- caches assets of visited pages (up to 100 files then it replaces older entries)
- on service worker activation it will reload the page if a newer version is available

### Patch Changes

- Updated dependencies [2724f07]
- @rocket/building-rollup@0.3.0

## 0.6.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.6.3",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@11ty/eleventy": "^0.11.1",
"@11ty/eleventy-img": "^0.7.4",
"@rocket/building-rollup": "^0.2.0",
"@rocket/building-rollup": "^0.3.0",
"@rocket/core": "^0.1.2",
"@rocket/eleventy-plugin-mdjs-unified": "^0.4.1",
"@rocket/eleventy-rocket-nav": "^0.3.0",
Expand Down

0 comments on commit c7261aa

Please sign in to comment.