Skip to content

Commit 7b9d335

Browse files
Version Packages
1 parent 977d59a commit 7b9d335

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/empty-ladybugs-attend.md

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

.changeset/tame-ravens-own.md

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

.changeset/thick-rivers-explain.md

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

.changeset/tidy-starfishes-joke.md

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

packages/cli/CHANGELOG.md

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

3+
## 3.0.6
4+
5+
### Patch Changes
6+
7+
- [`df48437`](https://github.com/preactjs/preact-cli/commit/df484371553a72f3fa5a72effe9577530d95f648) [#1499](https://github.com/preactjs/preact-cli/pull/1499) Thanks [@rschristian](https://github.com/rschristian)! - CLI now only conditionally outputs 200.html & preact_prerender_data.json
8+
9+
* [`977d59a`](https://github.com/preactjs/preact-cli/commit/977d59a30ec5062569dea62c40359f2be3b2d87e) [#1527](https://github.com/preactjs/preact-cli/pull/1527) Thanks [@jamesgeorge007](https://github.com/jamesgeorge007)! - Do not prompt on supplying the template as an argument
10+
11+
- [`daa51ac`](https://github.com/preactjs/preact-cli/commit/daa51ac4aa5ea10c824f7a33bfc03d71d0aaf5ae) [#1522](https://github.com/preactjs/preact-cli/pull/1522) Thanks [@jamesgeorge007](https://github.com/jamesgeorge007)! - Minor typographical fix
12+
13+
* [`24c7473`](https://github.com/preactjs/preact-cli/commit/24c7473f27fa401449a6da82b37b897b5a45894b) [#1516](https://github.com/preactjs/preact-cli/pull/1516) Thanks [@jgoamakf](https://github.com/jgoamakf)! - Do not produce preRenderData when --no-prerender option is specified.
14+
315
## 3.0.5
416

517
### 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.0.5",
3+
"version": "3.0.6",
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)