Skip to content

Commit

Permalink
chore(release): @remix-pwa/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## @remix-pwa/sw 2.0.1 (2023-09-15)

### Bug Fixes

* **sw:** fixed double HMR reload on route reload by Remix 0d2f65c

### Dependencies

* **@remix-pwa/cache:** upgraded to 2.0.1
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent 4779037 commit c0453de
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions packages/sw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @remix-pwa/sw 2.0.1 (2023-09-15)


### Bug Fixes

* **sw:** fixed double HMR reload on route reload by Remix 0d2f65c





### Dependencies

* **@remix-pwa/cache:** upgraded to 2.0.1

# @remix-pwa/sw 2.0.0 (2023-09-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/sw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-pwa/sw",
"version": "2.0.0",
"version": "2.0.1",
"description": "Service Worker APIs and utilities for Remix PWA",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"test": "vitest --run --environment node --threads --single-thread --pass-with-no-tests"
},
"peerDependencies": {
"@remix-pwa/cache": "^2.0.0"
"@remix-pwa/cache": "^2.0.1"
},
"devDependencies": {
"@remix-pwa/eslint-config": "^0.0.0",
Expand All @@ -39,7 +39,7 @@
"rimraf": "^5.0.1"
},
"dependencies": {
"@remix-pwa/cache": "^2.0.0",
"@remix-pwa/cache": "^2.0.1",
"@remix-run/dev": "^1.19.3",
"@remix-run/react": "^1.19.3",
"idb": "^7.1.1",
Expand Down

0 comments on commit c0453de

Please sign in to comment.