Skip to content

Commit

Permalink
Version Packages (#548)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 20, 2024
1 parent 3a61544 commit 75c14fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-plums-taste.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/nollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @prefresh/nollup

## 4.0.1

### Patch Changes

- [`3a61544`](https://github.com/preactjs/prefresh/commit/3a61544bf0ca29681ce3e45f7f2d4aff268db485) [#547](https://github.com/preactjs/prefresh/pull/547) Thanks [@Sanshain](https://github.com/Sanshain)! - fixes "could not resolve runtime.js" error within prefresh/nollup

## 4.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prefresh/nollup",
"version": "4.0.0",
"version": "4.0.1",
"main": "src/index.js",
"module": "src/wrapper.mjs",
"exports": {
Expand All @@ -11,7 +11,7 @@
"./src/runtime.js": {
"require": "./src/runtime.js",
"import": "./src/runtime.js"
},
},
"./package.json": "./package.json"
},
"scripts": {
Expand Down

0 comments on commit 75c14fd

Please sign in to comment.