Skip to content

Commit ca38fc3

Browse files
Version Packages (#1786)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf0db51 commit ca38fc3

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/hip-pans-visit.md

-5
This file was deleted.

.changeset/old-eels-occur.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.4.6
4+
5+
### Patch Changes
6+
7+
- [#1785](https://github.com/preactjs/preact-cli/pull/1785) [`a4968ee`](https://github.com/preactjs/preact-cli/commit/a4968eea23543756faaf374aa03fe84d8b24e66f) Thanks [@rschristian](https://github.com/rschristian)! - If `--prerenderUrls` file exists on the disk, but it cannot be processed (thrown errors, incorrect format, etc), the build should error out rather than continue with a warning.
8+
9+
* [#1794](https://github.com/preactjs/preact-cli/pull/1794) [`047837d`](https://github.com/preactjs/preact-cli/commit/047837d9120e7e5fc9aa9766ef25d39fd53ed5e3) Thanks [@teodragovic](https://github.com/teodragovic)! - Output CSS source map on build
10+
311
## 3.4.5
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.4.5",
3+
"version": "3.4.6",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"keywords": [
66
"preact",

0 commit comments

Comments
 (0)