Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1720

Merged
merged 1 commit into from Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tiny-books-flash.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# preact-cli

## 3.4.1

### Patch Changes

- [#1711](https://github.com/preactjs/preact-cli/pull/1711) [`5eb5d00`](https://github.com/preactjs/preact-cli/commit/5eb5d00b80bfd35ead1269fbb178973be149f013) Thanks [@rschristian](https://github.com/rschristian)! - Fix ensures that the load-manifest is only attempted to be built in prod. It serves no use in dev (as preloading is limited to prod) and can create a race condition when used alongside HMR.

## 3.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "preact-cli",
"version": "3.4.0",
"version": "3.4.1",
"description": "Start building a Preact Progressive Web App in seconds.",
"repository": "preactjs/preact-cli",
"main": "lib/index.js",
Expand Down