Skip to content

Commit 8b48fb9

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 39206a1 commit 8b48fb9

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/heavy-jars-stare.md

-5
This file was deleted.

.changeset/heavy-jars-stare2.md

-5
This file was deleted.

.changeset/nasty-suns-taste.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rocket/cli
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- 39206a1: `rocket start` now outputs to `_site-dev` instead of `_site`.
8+
- 39206a1: `rocket start` clears only its output folder (defaults to `_site-dev`)
9+
- cbfb0f9: Add `rocket preview` command to enable fast checking of the production build
10+
311
## 0.20.1
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": "@rocket/cli",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)