-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changesets for proper changelog
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
"@stevent-team/epoxy": minor | ||
"@stevent-team/epoxy": patch | ||
--- | ||
|
||
Switched from parcel to esbuild for transpiling routes and package. Also swapped out the argument parser for the cli functionality. Added changesets for versioning. | ||
Switched from parcel to esbuild for transpiling routes and package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@stevent-team/epoxy": minor | ||
--- | ||
|
||
**Breaking:** Swapped out the cli argument parser from `yargs` to `commander`. `epoxy serve` is no longer a valid command. Use `epoxy` instead. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@stevent-team/epoxy": patch | ||
--- | ||
|
||
Add changesets for versioning |