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.2.2 (#695)
Browse files Browse the repository at this point in the history
* feat: release 2.2.2

* fix: update version numbers

* fix: formatting
  • Loading branch information
muenzpraeger committed Oct 7, 2020
1 parent 4446582 commit a08d4ab
Show file tree
Hide file tree
Showing 6 changed files with 753 additions and 740 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## Changelog

### 2020-10-07

**create-lwc-app 2.2.2**

- Dependency updates

**lwc-services 2.2.2**

- Dependency updates

### 2020-09-22

**lwc-services 2.2.1**

- Relaxed module check to allow multi-nested module names

### 2020-09-22

**lwc-services 2.2.1**
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}
},
"packages": ["packages/create-lwc-app", "packages/lwc-services"],
"version": "2.2.1"
"version": "2.2.2"
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
],
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^7.2.0",
"eslint-plugin-inclusive-language": "^1.0.0",
"husky": "^4.2.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"eslint": "^7.10.0",
"eslint-plugin-inclusive-language": "^1.2.1",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.0.9",
"prettier": "^2.0.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/create-lwc-app/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "create-lwc-app",
"version": "2.2.1",
"version": "2.2.2",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"create-lwc-app": "./bin/run"
},
"bugs": "https://github.com/muenzpraeger/create-lwc-app/issues",
"dependencies": {
"@oclif/command": "^1",
"@oclif/config": "^1.14.0",
"@oclif/plugin-help": "^3",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"cli-ux": "^5.4.5",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"cli-ux": "^5.5.0",
"node-emoji": "^1.10.0",
"semver-compare": "^1.0.0",
"sort-pjson": "^1.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"yeoman-environment": "^2.8.0",
"yeoman-generator": "^4.6.0"
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.12.0"
},
"devDependencies": {
"@types/node": "^14.0.11",
"@types/node": "^14.11.5",
"@types/semver-compare": "^1.0.1",
"@types/yeoman-environment": "^2.3.3",
"@types/yeoman-environment": "^2.10.1",
"@types/yeoman-generator": "^4.11.2",
"ts-node": "^9.0.0",
"tslib": "^2.0.0"
"tslib": "^2.0.2"
},
"engines": {
"node": ">=10.0.0"
Expand Down
93 changes: 47 additions & 46 deletions packages/lwc-services/package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1,80 @@
{
"name": "lwc-services",
"version": "2.2.1",
"version": "2.2.2",
"author": "René Winkelmeyer @muenzpraeger",
"bin": {
"lwc-services": "./bin/run"
},
"bugs": "https://github.com/muenzpraeger/create-lwc-app/issues",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-decorators": "^7.8.3",
"@babel/preset-typescript": "^7.9.0",
"@lwc/eslint-plugin-lwc": "^0.10",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-class-properties": "^7.10.4",
"@babel/plugin-syntax-decorators": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@lwc/eslint-plugin-lwc": "^0.10.0",
"@lwc/jest-preset": "^7.0.0",
"@lwc/jest-resolver": "^7.0.0",
"@lwc/jest-serializer": "^7.0.0",
"@lwc/jest-transformer": "^7.0.0",
"@lwc/rollup-plugin": "^1.7.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"@oclif/plugin-not-found": "^1.2.2",
"@rollup/plugin-replace": "^2.3.0",
"@lwc/rollup-plugin": "^1.8.4",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
"@oclif/plugin-not-found": "^1.2.4",
"@rollup/plugin-replace": "^2.3.3",
"@salesforce/eslint-config-lwc": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"compat-polyfills": "^0.22.0",
"copy-webpack-plugin": "^6.0.2",
"compat-polyfills": "^0.22.1",
"copy-webpack-plugin": "^6.2.0",
"cross-env": "^7.0.2",
"deepmerge": "^4.0.0",
"deepmerge": "^4.2.2",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^7.2.0",
"eslint-plugin-inclusive-language": "^1.2.0",
"globby": "^11.0.0",
"html-webpack-plugin": "^4.0.1",
"husky": "^4.2.3",
"jest": "^26",
"lint-staged": "^10.0.9",
"lwc": "^1.8.2",
"eslint": "^7.10.0",
"eslint-plugin-inclusive-language": "^1.2.1",
"execa": "4.0.3",
"globby": "^11.0.1",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.0",
"jest": "^26.5.2",
"lint-staged": "^10.4.0",
"lwc": "^1.8.4",
"node-emoji": "^1.10.0",
"nodemon": "^2.0.1",
"prettier": "^2.0.2",
"rimraf": "^3.0",
"rollup": "^2.3.4",
"rollup-plugin-compat": "^0.22.0",
"nodemon": "^2.0.4",
"prettier": "^2.1.2",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup-plugin-compat": "^0.22.1",
"rollup-plugin-copy-glob": "^0.3.1",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-lwc-typescript": "^1.0.1",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-serve": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-workbox": "^5.0.1",
"rollup-plugin-workbox": "^5.2.1",
"semver-compare": "^1.0.0",
"sort-pjson": "^1.0.3",
"ts-node": "^9.0.0",
"tslib": "^2.0.0",
"tslib": "^2.0.2",
"typescript": "^4.0.3",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.3",
"webpack": "^4.44.2",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4",
"workbox-webpack-plugin": "^5.1.2"
"workbox-webpack-plugin": "^5.1.4"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.11",
"@oclif/dev-cli": "^1.22.2",
"@oclif/test": "^1.2.7",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.5",
"@types/rimraf": "^3.0.0",
"@types/semver-compare": "^1.0.0",
"@types/webpack": "^4.41.8",
"@types/webpack-merge": "^4.1.4",
"cli-ux": "^5.4.5"
"@types/semver-compare": "^1.0.1",
"@types/webpack": "^4.41.22",
"@types/webpack-merge": "^4.1.5",
"cli-ux": "^5.5.0"
},
"engines": {
"node": ">=10.0.0"
Expand Down
Loading

0 comments on commit a08d4ab

Please sign in to comment.