Skip to content

Commit 544f543

Browse files
Version Packages (#1800)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 96fc0f3 commit 544f543

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/empty-experts-float.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# preact-cli
22

3+
## 3.5.0
4+
5+
### Minor Changes
6+
7+
- [#1798](https://github.com/preactjs/preact-cli/pull/1798) [`96fc0f3`](https://github.com/preactjs/preact-cli/commit/96fc0f30912af86d1c2bc68e47179cd17c50a2a6) Thanks [@rschristian](https://github.com/rschristian)! - TypeScript is now an optional peer dependency, rather than a direct dependency, of `preact-cli`.
8+
9+
If you use TypeScript in your projects (`.ts` or `.tsx`), you will need to have your own version of TypeScript installed and added to your `package.json`. This gives you greator control over the version of TypeScript used and most already have TypeScript listed as a dependency anyways.
10+
11+
For those not using TypeScript, no change is needed, and this should make your `node_modules` directory a bit smaller (~20% w/ barebones dependency list).
12+
313
## 3.4.6
414

515
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-cli",
3-
"version": "3.4.6",
3+
"version": "3.5.0",
44
"description": "Start building a Preact Progressive Web App in seconds.",
55
"keywords": [
66
"preact",

0 commit comments

Comments
 (0)