Skip to content

Commit 0e87533

Browse files
Version Packages (#1620)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 506b3a5 commit 0e87533

6 files changed

+13
-21
lines changed

.changeset/big-walls-double.md

-5
This file was deleted.

.changeset/eleven-olives-jump.md

-5
This file was deleted.

.changeset/seven-lions-cough.md

-5
This file was deleted.

.changeset/sixty-badgers-dance.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 3.3.3
4+
5+
### Patch Changes
6+
7+
- [#1624](https://github.com/preactjs/preact-cli/pull/1624) [`0b298ae`](https://github.com/preactjs/preact-cli/commit/0b298aeb6f54bc4b7f6112222f3fe854aae3d744) Thanks [@rschristian](https://github.com/rschristian)! - Added typings for users to use in their preact.config.js files
8+
9+
* [#1622](https://github.com/preactjs/preact-cli/pull/1622) [`39be928`](https://github.com/preactjs/preact-cli/commit/39be928638e8584528af65a1e313981255a5cc24) Thanks [@rschristian](https://github.com/rschristian)! - Corrects module resolve priority, fixing issues with duplicated dependencies being incorrectly resolved
10+
11+
- [#1619](https://github.com/preactjs/preact-cli/pull/1619) [`9039ba2`](https://github.com/preactjs/preact-cli/commit/9039ba2e18bf1bf21b76425562617ad46e9d1d7c) Thanks [@rschristian](https://github.com/rschristian)! - Fixing legacy SW generation while ESM is enabled
12+
13+
* [#1618](https://github.com/preactjs/preact-cli/pull/1618) [`11d5f3b`](https://github.com/preactjs/preact-cli/commit/11d5f3b67811779d9caec24d62acfdb9715b128a) Thanks [@rschristian](https://github.com/rschristian)! - Corrects error when `src/sw.js` does not exist and esm is disabled
14+
315
## 3.3.2
416

517
### 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.2",
3+
"version": "3.3.3",
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)