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/dev 1.1.1 (2023-08-28)

### Bug Fixes

* **compiler:** change virtual-module name 9bef734
* **config:** return full entry path instead of relative ac38499

### Dependencies

* **@remix-pwa/worker-runtime:** upgraded to 1.0.2
  • Loading branch information
semantic-release-bot committed Aug 28, 2023
1 parent 5b404d4 commit a8c6a90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @remix-pwa/dev 1.1.1 (2023-08-28)


### Bug Fixes

* **compiler:** change virtual-module name 9bef734
* **config:** return full entry path instead of relative ac38499





### Dependencies

* **@remix-pwa/worker-runtime:** upgraded to 1.0.2

# @remix-pwa/dev 1.1.0 (2023-08-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-pwa/dev",
"version": "1.1.0",
"version": "1.1.1",
"description": "An ESbuild compiler for Service Worker on Remix.run",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"CHANGELOG.md"
],
"dependencies": {
"@remix-pwa/worker-runtime": "^1.0.1",
"@remix-pwa/worker-runtime": "^1.0.2",
"@remix-run/dev": "^1.19.2",
"arg": "^5.0.2",
"colorette": "^2.0.20",
Expand Down

0 comments on commit a8c6a90

Please sign in to comment.