Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
feat: release 2.1.0 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger committed Jun 10, 2020
1 parent eb7d6a3 commit 22a58fc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 2020-06-10

**create-lwc-app 2.1.0**

- Add default `lwc.config.json` file for module resolution to project scaffolding (https://bit.ly/lwc-module-res)
- Add new app type `electron` to provision a basic Electron project

**lwc-services 2.1.0**

This comment has been minimized.

Copy link
@alrra

alrra Jun 17, 2020

Maybe this should have been v3.0.0 as it contains breaking changes?

For other people wondering why updating to this version breaks things: you will need to specify the LWC configurations.


- Added automatic migration for old projects to new LWC module resolution in `build` command
- Added support for Electron builds

### 2020-05-07

**create-lwc-app 2.0.7**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you want else you've to go with the advanced mode.
By using new CLI parameters you can skip the whole wizard experience.

- `--yes` - mandatory flag for running the silent installation process
- `-t | --t` - set the app type. Values are `standard` | `pwa`, default is `pwa`
- `-t | --t` - set the app type. Values are `standard` | `pwa` | `electron`, default is `standard`
- `-o | --o` - set the options (if you want to override the defaults). Values are `rollup|yarn|express|typescript`

Examples:
Expand Down
2 changes: 1 addition & 1 deletion packages/create-lwc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-lwc-app",
"version": "2.0.7",
"version": "2.1.0",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"create-lwc-app": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/lwc-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-services",
"version": "2.0.7",
"version": "2.1.0",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"lwc-services": "./bin/run"
Expand Down

0 comments on commit 22a58fc

Please sign in to comment.