Skip to content

Commit 27119cf

Browse files
Version Packages (#1614)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4a66ce commit 27119cf

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/healthy-toys-heal.md

-5
This file was deleted.

.changeset/little-toys-greet.md

-5
This file was deleted.

.changeset/unlucky-brooms-rule.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 3.3.2
4+
5+
### Patch Changes
6+
7+
- [#1508](https://github.com/preactjs/preact-cli/pull/1508) [`0cfee78`](https://github.com/preactjs/preact-cli/commit/0cfee78f5c695147fd610284530b01d7b2396b3d) Thanks [@rschristian](https://github.com/rschristian)! - On project create, the CLI won't copy the HTML template or the service worker when the source template is a widget
8+
9+
* [#1612](https://github.com/preactjs/preact-cli/pull/1612) [`a4a66ce`](https://github.com/preactjs/preact-cli/commit/a4a66ce9fff3320731b8776b14abf59ad6773572) Thanks [@rschristian](https://github.com/rschristian)! - Changes port config precedence to: --port -> \$PORT -> 8080 (default)
10+
11+
- [#1613](https://github.com/preactjs/preact-cli/pull/1613) [`3994a23`](https://github.com/preactjs/preact-cli/commit/3994a233d626bc6d28bcfac1e1d876944b0d71ad) Thanks [@rschristian](https://github.com/rschristian)! - Removing old & non-functional config helper `setHtmlTemplate`
12+
313
## 3.3.1
414

515
### 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.1",
3+
"version": "3.3.2",
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)