Skip to content

Commit

Permalink
Version Packages (#1800)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
preact-bot and github-actions[bot] committed Jul 29, 2023
1 parent 96fc0f3 commit 544f543
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/empty-experts-float.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# preact-cli

## 3.5.0

### Minor Changes

- [#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`.

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.

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).

## 3.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-cli",
"version": "3.4.6",
"version": "3.5.0",
"description": "Start building a Preact Progressive Web App in seconds.",
"keywords": [
"preact",
Expand Down

0 comments on commit 544f543

Please sign in to comment.