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.1.0 (2023-09-17)

### Bug Fixes

* **sw:** attmpted fix for `@remix-pwa/sw` mismatched version 2a8f6bc

### Features

* **sw:** upgraded `PrecacheHandler` - still WiP 8cb21fd

### Dependencies

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


### Bug Fixes

* **sw:** attmpted fix for `@remix-pwa/sw` mismatched version 2a8f6bc


### Features

* **sw:** upgraded `PrecacheHandler` - still WiP 8cb21fd





### Dependencies

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

## @remix-pwa/sw 2.0.1 (2023-09-15)


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.1",
"version": "2.1.0",
"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.1"
"@remix-pwa/cache": "^2.0.2"
},
"homepage": "https://remix-pwa.run",
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"rimraf": "^5.0.1"
},
"dependencies": {
"@remix-pwa/cache": "^2.0.1",
"@remix-pwa/cache": "^2.0.2",
"@remix-run/dev": "^1.19.3",
"@remix-run/react": "^1.19.3",
"idb": "^7.1.1",
Expand Down

0 comments on commit 3c069da

Please sign in to comment.