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

Commit

Permalink
chore: release 2.3.0 / 1.0.0 (webpack plugin) (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
muenzpraeger committed Nov 23, 2020
1 parent f78d720 commit 5ef59b6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

### 2020-10-07

**create-lwc-app 2.3.0**

- Dependency updates

**lwc-services 2.3.0**

- Dependency updates
- Switch to lwc-webpack-plugin

**lwc-webpack-plugin 1.0.0**

- Initial release

### 2020-10-07

**create-lwc-app 2.2.2**

- Dependency updates
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2",
"version": "2.3.0",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"create-lwc-app": "./bin/run"
Expand Down Expand Up @@ -30,7 +30,7 @@
"tslib": "^2.0.2"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"files": [
"/bin",
Expand Down
9 changes: 5 additions & 4 deletions packages/lwc-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-services",
"version": "2.2.2",
"version": "2.3.0",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"lwc-services": "./bin/run"
Expand All @@ -17,7 +17,7 @@
"@lwc/jest-resolver": "^7.0.0",
"@lwc/jest-serializer": "^7.0.0",
"@lwc/jest-transformer": "^7.0.0",
"@lwc/rollup-plugin": "^1.8.4",
"@lwc/rollup-plugin": "^1.9.3",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
Expand All @@ -41,7 +41,8 @@
"husky": "^4.3.0",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",
"lwc": "^1.8.4",
"lwc": "^1.9.3",
"lwc-webpack-plugin": "^1.0.0",
"node-emoji": "^1.10.0",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
Expand Down Expand Up @@ -77,7 +78,7 @@
"cli-ux": "^5.5.0"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"files": [
"/bin",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-lwc-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"@babel/plugin-transform-typescript": "^7.11.0"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"homepage": "https://github.com/muenzpraeger/create-lwc-app/packages/rollup-plugin-lwc-typescript",
"homepage": "https://github.com/muenzpraeger/create-lwc-app/tree/main/packages/rollup-plugin-lwc-typescript",
"keywords": [
"oclif",
"lwc",
Expand Down

0 comments on commit 5ef59b6

Please sign in to comment.