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

Commit

Permalink
feat: release time 馃帀 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger committed May 25, 2021
1 parent 2167ef2 commit dd7dd9a
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 11 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
## Changelog

### 2021-02-012
### 2021-05-25

**create-lwc-app 3.1.0**

- Dependency updates and cleanup
- Changing the name of the initial created `serve` script to `start` to simplify deployments to cloud providers
- Updating to latest Husky setup

**lwc-services 3.1.0**

- Dependency updates and cleanup
- Moving to LWC 2.x (internal change: `@lwc/engine` is replaced by `@lwc/engine-dom`)
- Added new CLI flag `webpack-plugin-overrides` to allow override of built-in Webpack configuration

**lwc-webpack-plugin 2.0.0**

- Dependency updates and cleanup
- Moving to LWC 2.x (internal change: `@lwc/engine` is replaced by `@lwc/engine-dom`)

### 2021-02-01

**lwc-services 3.0.4**

Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ OPTIONS
-m, --mode=mode [default: development] defines the mode for the build (production|development)
-n, --noclear setting this will not re-create the build dir
-w, --webpack=webpack location of custom webpack configuration file, which will be merged into the default config
--webpack-plugin-override comma separated values containing names of webpack plugins you want to override
EXAMPLES
lwc-services build
Expand All @@ -128,6 +129,7 @@ USAGE
OPTIONS
-d, --directory=directory (required) exports configuration files to the given directory
-w, --webpack=webpack location of custom webpack configuration file
--webpack-plugin-override comma separated values containing names of webpack plugins you want to override
EXAMPLE
lwc-services sniff -d somedirectory
Expand Down Expand Up @@ -166,12 +168,13 @@ USAGE
$ lwc-services watch
OPTIONS
-b, --bundler=webpack [default: webpack] defines the to be used bundler (webpack|rollup)
-i, --host=host [default: localhost] sets the hostname/IP address
-m, --mode=mode [default: development] defines the mode for the build (production|development)
-o, --open opens the site in the default browser
-p, --port=port [default: 3001] configures the port of the application
-w, --webpack=webpack location of custom webpack configuration file, which will be merged into the default config
-b, --bundler=webpack [default: webpack] defines the to be used bundler (webpack|rollup)
-i, --host=host [default: localhost] sets the hostname/IP address
-m, --mode=mode [default: development] defines the mode for the build (production|development)
-o, --open opens the site in the default browser
-p, --port=port [default: 3001] configures the port of the application
-w, --webpack=webpack location of custom webpack configuration file, which will be merged into the default config
--webpack-plugin-override comma separated values containing names of webpack plugins you want to override
EXAMPLES
lwc-services watch
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": "3.0.4",
"version": "3.1.0",
"author": "Ren茅 Winkelmeyer @muenzpraeger",
"bin": {
"create-lwc-app": "./bin/run"
Expand Down
4 changes: 2 additions & 2 deletions packages/lwc-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-services",
"version": "3.0.4",
"version": "3.1.0",
"author": "Ren茅 Winkelmeyer @muenzpraeger",
"bin": {
"lwc-services": "./bin/run"
Expand Down Expand Up @@ -37,7 +37,7 @@
"html-webpack-plugin": "~5.3.1",
"jest": "~26.6.3",
"lwc": "~2.1.0",
"lwc-webpack-plugin": "~1.2.2",
"lwc-webpack-plugin": "~2.0.0",
"node-emoji": "~1.10.0",
"nodemon": "~2.0.7",
"rimraf": "~3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lwc-webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-webpack-plugin",
"version": "1.2.2",
"version": "2.0.0",
"author": "Ren茅 Winkelmeyer @muenzpraeger",
"description": "Webpack Plugin for LWC",
"main": "dist/index.js",
Expand Down

0 comments on commit dd7dd9a

Please sign in to comment.