Skip to content

Commit

Permalink
release: v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lwc committed Feb 19, 2020
1 parent 8ff41c3 commit 451cbb6
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.3.0"
"version": "1.3.1"
}
4 changes: 2 additions & 2 deletions packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/babel-plugin-component",
"description": "Babel plugin to transform a LWC module",
"version": "1.3.0",
"version": "1.3.1",
"main": "src/index.js",
"typings": "types/index.d.ts",
"license": "MIT",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@babel/helper-module-imports": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@lwc/errors": "1.3.0",
"@lwc/errors": "1.3.1",
"line-column": "^1.0.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/compiler",
"version": "1.3.0",
"version": "1.3.1",
"description": "LWC compiler",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -16,11 +16,11 @@
"dependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@lwc/babel-plugin-component": "1.3.0",
"@lwc/errors": "1.3.0",
"@lwc/shared": "1.3.0",
"@lwc/style-compiler": "1.3.0",
"@lwc/template-compiler": "1.3.0",
"@lwc/babel-plugin-component": "1.3.1",
"@lwc/errors": "1.3.1",
"@lwc/shared": "1.3.1",
"@lwc/style-compiler": "1.3.1",
"@lwc/template-compiler": "1.3.1",
"@rollup/plugin-replace": "^2.3.1",
"babel-preset-compat": "^0.22.0",
"rollup": "^1.31.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/engine",
"version": "1.3.0",
"version": "1.3.1",
"description": "LWC Engine",
"main": "dist/engine.cjs.js",
"module": "dist/engine.js",
Expand All @@ -19,9 +19,9 @@
"observable-membrane": "0.26.1"
},
"devDependencies": {
"@lwc/features": "1.3.0",
"@lwc/shared": "1.3.0",
"@lwc/template-compiler": "1.3.0"
"@lwc/features": "1.3.1",
"@lwc/shared": "1.3.1",
"@lwc/template-compiler": "1.3.1"
},
"lwc": {
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/errors",
"version": "1.3.0",
"version": "1.3.1",
"description": "LWC Error Utilities",
"main": "dist/commonjs/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/features",
"version": "1.3.0",
"version": "1.3.1",
"description": "LWC Features Flags",
"main": "dist/flags.cjs.js",
"module": "dist/flags.js",
Expand All @@ -16,7 +16,7 @@
"types/"
],
"devDependencies": {
"@lwc/shared": "1.3.0"
"@lwc/shared": "1.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/module-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/module-resolver",
"description": "Resolves paths for LWC components",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/rollup-plugin",
"version": "1.3.0",
"version": "1.3.1",
"description": "Rollup plugin to compile LWC",
"main": "src/index.js",
"license": "MIT",
Expand All @@ -11,11 +11,11 @@
"src/*.js"
],
"devDependencies": {
"@lwc/compiler": "1.3.0",
"@lwc/engine": "1.3.0"
"@lwc/compiler": "1.3.1",
"@lwc/engine": "1.3.1"
},
"dependencies": {
"@lwc/module-resolver": "1.3.0",
"@lwc/module-resolver": "1.3.1",
"@rollup/pluginutils": "^3.0.8"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/shared",
"version": "1.3.0",
"version": "1.3.1",
"description": "Utilities and methods that are shared across packages",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/style-compiler",
"version": "1.3.0",
"version": "1.3.1",
"description": "Transform style sheet to be consumed by the LWC engine",
"license": "MIT",
"main": "dist/commonjs/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/synthetic-shadow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/synthetic-shadow",
"version": "1.3.0",
"version": "1.3.1",
"description": "Synthetic Shadow Root for LWC",
"license": "MIT",
"main": "index.js",
Expand All @@ -24,7 +24,7 @@
"access": "public"
},
"devDependencies": {
"@lwc/features": "1.3.0",
"@lwc/shared": "1.3.0"
"@lwc/features": "1.3.1",
"@lwc/shared": "1.3.1"
}
}
6 changes: 3 additions & 3 deletions packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/template-compiler",
"version": "1.3.0",
"version": "1.3.1",
"description": "Template compiler package",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -22,8 +22,8 @@
"@babel/template": "~7.1.2",
"@babel/traverse": "~7.1.5",
"@babel/types": "~7.1.5",
"@lwc/errors": "1.3.0",
"@lwc/shared": "1.3.0",
"@lwc/errors": "1.3.1",
"@lwc/shared": "1.3.1",
"esutils": "^2.0.3",
"he": "^1.1.1",
"parse5-with-errors": "4.0.3-beta1"
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/wire-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/wire-service",
"version": "1.3.0",
"version": "1.3.1",
"description": "@wire service",
"license": "MIT",
"main": "dist/wire-service.cjs.js",
Expand All @@ -19,10 +19,10 @@
"types/"
],
"devDependencies": {
"@lwc/compiler": "1.3.0",
"@lwc/engine": "1.3.0",
"@lwc/rollup-plugin": "1.3.0",
"@lwc/shared": "1.3.0"
"@lwc/compiler": "1.3.1",
"@lwc/engine": "1.3.1",
"@lwc/rollup-plugin": "1.3.1",
"@lwc/shared": "1.3.1"
},
"lwc": {
"modules": [
Expand Down
10 changes: 5 additions & 5 deletions packages/integration-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integration-karma",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"start": "karma start ./scripts/karma-configs/local.js",
"start:compat": "yarn start --browsers Chrome --compat",
Expand All @@ -11,10 +11,10 @@
"coverage": "node ./scripts/merge-coverage.js"
},
"devDependencies": {
"@lwc/compiler": "1.3.0",
"@lwc/engine": "1.3.0",
"@lwc/rollup-plugin": "1.3.0",
"@lwc/synthetic-shadow": "1.3.0",
"@lwc/compiler": "1.3.1",
"@lwc/engine": "1.3.1",
"@lwc/rollup-plugin": "1.3.1",
"@lwc/synthetic-shadow": "1.3.1",
"chokidar": "^3.3.1",
"istanbul-api": "^2.1.6",
"karma": "^4.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "integration-tests",
"private": true,
"version": "1.3.0",
"version": "1.3.1",
"scripts": {
"build": "node scripts/build.js",
"build:dev": "MODE=dev yarn build",
Expand All @@ -20,7 +20,7 @@
"sauce:prod_compat": "MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
},
"devDependencies": {
"@lwc/rollup-plugin": "1.3.0",
"@lwc/rollup-plugin": "1.3.1",
"@wdio/cli": "^5.18.6",
"@wdio/local-runner": "^5.18.6",
"@wdio/mocha-framework": "^5.18.6",
Expand All @@ -32,7 +32,7 @@
"deepmerge": "^4.2.2",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"lwc": "1.3.0",
"lwc": "1.3.1",
"minimist": "^1.2.0",
"webdriverio": "5.18.6"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/lwc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc",
"version": "1.3.0",
"version": "1.3.1",
"description": "Lightning Web Components (LWC)",
"main": "index.js",
"module": "dist/engine/esm/es2017/engine.js",
Expand All @@ -16,10 +16,10 @@
"types.d.ts"
],
"dependencies": {
"@lwc/compiler": "1.3.0",
"@lwc/engine": "1.3.0",
"@lwc/features": "1.3.0",
"@lwc/synthetic-shadow": "1.3.0",
"@lwc/wire-service": "1.3.0"
"@lwc/compiler": "1.3.1",
"@lwc/engine": "1.3.1",
"@lwc/features": "1.3.1",
"@lwc/synthetic-shadow": "1.3.1",
"@lwc/wire-service": "1.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/perf-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-benchmarks",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"scripts": {
"start": "best",
Expand All @@ -11,10 +11,10 @@
"@best/runner-headless": "4.0.0-beta5",
"@best/runner-remote": "4.0.0-beta5",
"@best/store-aws": "4.0.0-beta5",
"@lwc/rollup-plugin": "1.3.0"
"@lwc/rollup-plugin": "1.3.1"
},
"dependencies": {
"@lwc/engine": "1.3.0",
"@lwc/synthetic-shadow": "1.3.0"
"@lwc/engine": "1.3.1",
"@lwc/synthetic-shadow": "1.3.1"
}
}

0 comments on commit 451cbb6

Please sign in to comment.