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

### Features

* **strategy:** strategies no longer returns `Promise` + `cacheQueryOptions` available c912ad8

### Dependencies

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


### Features

* **strategy:** strategies no longer returns `Promise` + `cacheQueryOptions` available c912ad8





### Dependencies

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

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


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.0.1",
"version": "2.1.0",
"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.1"
"@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.1"
"@remix-pwa/cache": "^2.0.2"
},
"homepage": "https://remix-pwa.run",
"keywords": [
Expand Down

0 comments on commit ae629c1

Please sign in to comment.