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.0.0 (2023-09-14)

### Features

* **strategy:** v2 prep da921a7

### BREAKING CHANGES

* **strategy:** Added description and some README context

### Dependencies

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


### Features

* **strategy:** v2 prep da921a7


### BREAKING CHANGES

* **strategy:** Added description and some README context





### Dependencies

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

## @remix-pwa/strategy 1.0.1 (2023-09-02)


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": "1.0.1",
"version": "2.0.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": "^1.3.0"
"@remix-pwa/cache": "^2.0.0"
},
"devDependencies": {
"@remix-pwa/eslint-config": "^0.0.0",
"@remix-pwa/lint-staged-config": "^0.0.0"
},
"dependencies": {
"@remix-pwa/cache": "^1.3.0"
"@remix-pwa/cache": "^2.0.0"
},
"keywords": [
"remix",
Expand Down

0 comments on commit 181fd2c

Please sign in to comment.