Skip to content

Commit 84dba1a

Browse files
Version Packages (#1637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e19ceb0 commit 84dba1a

6 files changed

+13
-21
lines changed

.changeset/clean-kiwis-unite.md

-5
This file was deleted.

.changeset/few-carrots-laugh.md

-5
This file was deleted.

.changeset/sharp-cows-wink.md

-5
This file was deleted.

.changeset/silver-taxis-sparkle.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.4
4+
5+
### Patch Changes
6+
7+
- [#1646](https://github.com/preactjs/preact-cli/pull/1646) [`e98994a`](https://github.com/preactjs/preact-cli/commit/e98994aacd48f8dbd509a291b662ea900f833c87) Thanks [@rschristian](https://github.com/rschristian)! - Bumping `webpack-dev-server`
8+
9+
* [#1635](https://github.com/preactjs/preact-cli/pull/1635) [`00bea83`](https://github.com/preactjs/preact-cli/commit/00bea83baa1d8ce8774453ee9542880da1314b7f) Thanks [@rschristian](https://github.com/rschristian)! - Ensures TS warnings/errors are not hidden by console clearing
10+
11+
- [#1634](https://github.com/preactjs/preact-cli/pull/1634) [`8a6732b`](https://github.com/preactjs/preact-cli/commit/8a6732bcc75171035ba21911a600a2177247ddc2) Thanks [@rschristian](https://github.com/rschristian)! - Ensures types are published with package
12+
13+
* [#1648](https://github.com/preactjs/preact-cli/pull/1648) [`e19ceb0`](https://github.com/preactjs/preact-cli/commit/e19ceb089b45e8a26c309cb533eab01d6e09bd29) Thanks [@rschristian](https://github.com/rschristian)! - Ensures the public path is normalized when registering service workers
14+
315
## 3.3.3
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.3",
3+
"version": "3.3.4",
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)