Skip to content

Commit aea6fed

Browse files
Version Packages (#1660)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6af4e9d commit aea6fed

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/few-pears-push.md

-5
This file was deleted.

.changeset/shiny-poems-return.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# preact-cli
22

3+
## 3.3.5
4+
5+
### Patch Changes
6+
7+
- [#1659](https://github.com/preactjs/preact-cli/pull/1659) [`d452863`](https://github.com/preactjs/preact-cli/commit/d4528639536e72824d6559ab7cb77c0e4ad8a865) Thanks [@rschristian](https://github.com/rschristian)! - Corrects `push-manifest.json` generation in non-ESM builds
8+
9+
* [#1658](https://github.com/preactjs/preact-cli/pull/1658) [`6af4e9d`](https://github.com/preactjs/preact-cli/commit/6af4e9de4342cf213ef9771bd22758472d4083a0) Thanks [@rschristian](https://github.com/rschristian)! - Clarifies when the `--template` flag is necessary in the CLI help information.
10+
311
## 3.3.4
412

513
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-cli",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"repository": "preactjs/preact-cli",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)