Skip to content

Commit 696ccc0

Browse files
Version Packages (#1750)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 227bfb7 commit 696ccc0

7 files changed

+15
-26
lines changed

.changeset/sharp-crews-pull.md

-5
This file was deleted.

.changeset/shy-poets-sneeze.md

-5
This file was deleted.

.changeset/six-years-prove.md

-5
This file was deleted.

.changeset/spotty-singers-sleep.md

-5
This file was deleted.

.changeset/wet-otters-check.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

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

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- [#1749](https://github.com/preactjs/preact-cli/pull/1749) [`691a4e2`](https://github.com/preactjs/preact-cli/commit/691a4e2a3e3d2b939b1b454f783f5c9ee14ca067) Thanks [@AlexanderShushunov](https://github.com/AlexanderShushunov)! - Add support for avif images format
8+
9+
* [#1736](https://github.com/preactjs/preact-cli/pull/1736) [`396aec8`](https://github.com/preactjs/preact-cli/commit/396aec88a5a5c346b43e01e8dbfda3d3dcb62651) Thanks [@rschristian](https://github.com/rschristian)! - Fix for CSS assets sometimes being mistakenly labeled as 'scripts' in the push-manifest.
10+
11+
- [#1735](https://github.com/preactjs/preact-cli/pull/1735) [`099876b`](https://github.com/preactjs/preact-cli/commit/099876b348ab04aba427a7a046beb1507bf9c6de) Thanks [@rschristian](https://github.com/rschristian)! - Restricts `preact.config.js`'s `env` types into a more idiomatic subset
12+
13+
* [#1754](https://github.com/preactjs/preact-cli/pull/1754) [`227bfb7`](https://github.com/preactjs/preact-cli/commit/227bfb7c8c262b773a7979fe3590feab87a43c38) Thanks [@rschristian](https://github.com/rschristian)! - Corrects status code when there is a fatal Webpack error in production builds
14+
15+
- [#1741](https://github.com/preactjs/preact-cli/pull/1741) [`82662af`](https://github.com/preactjs/preact-cli/commit/82662af41aefc277d7e40578a503ebbae01db665) Thanks [@rschristian](https://github.com/rschristian)! - Fix for source maps containing incorrect paths
16+
317
## 3.4.1
418

519
### 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.4.1",
3+
"version": "3.4.2",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"keywords": [
66
"preact",

0 commit comments

Comments
 (0)