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/strategy 2.1.2 (2023-09-21)

### Bug Fixes

* **strategy:** added a more streamlined `staleWhileRevalidate` strat d23dca3
  • Loading branch information
semantic-release-bot committed Sep 21, 2023
1 parent 264d3bc commit 38f8e58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/strategy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @remix-pwa/strategy 2.1.2 (2023-09-21)


### Bug Fixes

* **strategy:** added a more streamlined `staleWhileRevalidate` strat d23dca3

## @remix-pwa/strategy 2.1.1 (2023-09-19)


Expand Down
6 changes: 3 additions & 3 deletions packages/strategy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-pwa/strategy",
"version": "2.1.3",
"version": "2.1.2",
"description": "A collection of service worker strategies for Remix PWA",
"repository": {
"type": "git",
Expand All @@ -27,14 +27,14 @@
"node": ">=14.0.0"
},
"peerDependencies": {
"@remix-pwa/cache": "^2.0.3"
"@remix-pwa/cache": "^2.0.2"
},
"devDependencies": {
"@remix-pwa/eslint-config": "^0.0.0",
"@remix-pwa/lint-staged-config": "^0.0.0"
},
"dependencies": {
"@remix-pwa/cache": "^2.0.3"
"@remix-pwa/cache": "^2.0.2"
},
"homepage": "https://remix-pwa.run",
"keywords": [
Expand Down

0 comments on commit 38f8e58

Please sign in to comment.