Skip to content

Commit d7e4fe6

Browse files
Version Packages (#1581)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1276aa3 commit d7e4fe6

7 files changed

+17
-26
lines changed

.changeset/breezy-bottles-hammer.md

-5
This file was deleted.

.changeset/lazy-fireants-think.md

-5
This file was deleted.

.changeset/tender-carrots-sniff.md

-5
This file was deleted.

.changeset/thick-clocks-bow.md

-5
This file was deleted.

.changeset/thick-kiwis-serve.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- [#1580](https://github.com/preactjs/preact-cli/pull/1580) [`95198f3`](https://github.com/preactjs/preact-cli/commit/95198f36fa608f6edddfe527517b42fc48b2588d) Thanks [@developit](https://github.com/developit)! - Generate modern (approximately ES2017) code in development mode to better match production output.
8+
9+
* [#1574](https://github.com/preactjs/preact-cli/pull/1574) [`5117f46`](https://github.com/preactjs/preact-cli/commit/5117f46a289fa8ec91e3c67e4344f9d2ecc0385e) Thanks [@rschristian](https://github.com/rschristian)! - Removes Safari nomodule polyfill from template
10+
11+
- [#1347](https://github.com/preactjs/preact-cli/pull/1347) [`1276aa3`](https://github.com/preactjs/preact-cli/commit/1276aa330cf95ae25fc70d6b621d43065c0556a4) Thanks [@teodragovic](https://github.com/teodragovic)! - Remove fast-async
12+
13+
### Patch Changes
14+
15+
- [#1595](https://github.com/preactjs/preact-cli/pull/1595) [`6d100d0`](https://github.com/preactjs/preact-cli/commit/6d100d0876939b3b71e5419c58872aa014773f60) Thanks [@rschristian](https://github.com/rschristian)! - Ensuring the sw flag is a boolean in watch mode
16+
17+
* [#1573](https://github.com/preactjs/preact-cli/pull/1573) [`022d9a8`](https://github.com/preactjs/preact-cli/commit/022d9a8119ea9a4e09963ffbe5ee9adbc9fb0d92) Thanks [@rschristian](https://github.com/rschristian)! - Uses native FS promise API rather than promisifying manually
18+
319
## 3.2.2
420

521
### 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.2.2",
3+
"version": "3.3.0",
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)