Skip to content

Commit

Permalink
release: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lwc committed Jun 26, 2019
1 parent 7618597 commit 10542f1
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 50 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# [](https://github.com/salesforce/lwc/compare/v1.0.1...v) (2019-06-24)
# [](https://github.com/salesforce/lwc/compare/v1.0.2...v) (2019-06-26)



## [1.0.2](https://github.com/salesforce/lwc/compare/v1.0.1...v1.0.2) (2019-06-24)


### Bug Fixes
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 @@
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.2"
"version": "1.0.3"
}
7 changes: 4 additions & 3 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.0.2",
"version": "1.0.3",
"main": "src/index.js",
"typings": "types/index.d.ts",
"license": "MIT",
Expand All @@ -11,13 +11,14 @@
"dependencies": {
"@babel/helper-module-imports": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.1.0",
"@lwc/errors": "1.0.2",
"@lwc/errors": "1.0.3",
"line-column": "^1.0.2"
},
"devDependencies": {
"common-tags": "^1.8.0"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
13 changes: 7 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.0.2",
"version": "1.0.3",
"description": "LWC compiler",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -13,10 +13,10 @@
"dependencies": {
"@babel/core": "7.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@lwc/babel-plugin-component": "1.0.2",
"@lwc/errors": "1.0.2",
"@lwc/style-compiler": "1.0.2",
"@lwc/template-compiler": "1.0.2",
"@lwc/babel-plugin-component": "1.0.3",
"@lwc/errors": "1.0.3",
"@lwc/style-compiler": "1.0.3",
"@lwc/template-compiler": "1.0.3",
"babel-preset-compat": "0.21.5",
"rollup": "^1.7.4",
"rollup-plugin-replace": "^2.1.0",
Expand All @@ -27,5 +27,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
7 changes: 4 additions & 3 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.0.2",
"version": "1.0.3",
"description": "LWC Engine",
"main": "lib/framework/main.js",
"module": "dist/modules/es2017/engine.js",
Expand All @@ -15,7 +15,7 @@
"observable-membrane": "0.26.1"
},
"devDependencies": {
"@lwc/template-compiler": "1.0.2"
"@lwc/template-compiler": "1.0.3"
},
"lwc": {
"modules": {
Expand All @@ -24,5 +24,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
5 changes: 3 additions & 2 deletions packages/@lwc/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/errors",
"version": "1.0.2",
"version": "1.0.3",
"description": "LWC Error Utilities",
"main": "dist/commonjs/index.js",
"license": "MIT",
Expand All @@ -15,5 +15,6 @@
],
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
5 changes: 3 additions & 2 deletions 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.0.2",
"version": "1.0.3",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
"scripts": {
Expand All @@ -13,5 +13,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
11 changes: 6 additions & 5 deletions packages/@lwc/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@lwc/rollup-plugin",
"version": "1.0.2",
"version": "1.0.3",
"description": "Rollup plugin to compile LWC",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"test": "jest"
},
"devDependencies": {
"@lwc/compiler": "1.0.2",
"@lwc/engine": "1.0.2"
"@lwc/compiler": "1.0.3",
"@lwc/engine": "1.0.3"
},
"dependencies": {
"@lwc/module-resolver": "1.0.2",
"@lwc/module-resolver": "1.0.3",
"rollup-pluginutils": "^2.0.1"
},
"peerDependencies": {
Expand All @@ -21,5 +21,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
5 changes: 3 additions & 2 deletions 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.0.2",
"version": "1.0.3",
"description": "Transform style sheet to be consumed by the LWC engine",
"license": "MIT",
"main": "dist/commonjs/index.js",
Expand All @@ -18,5 +18,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
5 changes: 3 additions & 2 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.0.2",
"version": "1.0.3",
"description": "Synthetic Shadow Root for LWC",
"license": "MIT",
"main": "dist/commonjs/es2017/shadow.js",
Expand All @@ -21,5 +21,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
7 changes: 4 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.0.2",
"version": "1.0.3",
"description": "Template compiler package",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
Expand All @@ -20,12 +20,13 @@
"@babel/template": "~7.1.2",
"@babel/traverse": "~7.1.5",
"@babel/types": "~7.1.5",
"@lwc/errors": "1.0.2",
"@lwc/errors": "1.0.3",
"camelcase": "~5.0.0",
"he": "^1.1.1",
"parse5-with-errors": "^4.0.1"
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
11 changes: 6 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.0.2",
"version": "1.0.3",
"description": "@wire service",
"license": "MIT",
"main": "dist/commonjs/es2017/wire.js",
Expand All @@ -14,9 +14,9 @@
"serve:playground": "node playground/server.js"
},
"devDependencies": {
"@lwc/compiler": "1.0.2",
"@lwc/engine": "1.0.2",
"@lwc/rollup-plugin": "1.0.2"
"@lwc/compiler": "1.0.3",
"@lwc/engine": "1.0.3",
"@lwc/rollup-plugin": "1.0.3"
},
"lwc": {
"modules": {
Expand All @@ -25,5 +25,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "761859741f99cf17e14731979822375914b5a8f7"
}
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.0.2",
"version": "1.0.3",
"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.0.2",
"@lwc/engine": "1.0.2",
"@lwc/rollup-plugin": "1.0.2",
"@lwc/synthetic-shadow": "1.0.2",
"@lwc/compiler": "1.0.3",
"@lwc/engine": "1.0.3",
"@lwc/rollup-plugin": "1.0.3",
"@lwc/synthetic-shadow": "1.0.3",
"chokidar": "^3.0.1",
"istanbul-api": "^2.0.6",
"karma": "^3.1.3",
Expand Down
12 changes: 6 additions & 6 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.0.2",
"version": "1.0.3",
"scripts": {
"build": "node scripts/build.js",
"build:dev": "MODE=dev yarn build",
Expand All @@ -21,11 +21,11 @@
"sauce:prod_compat": "MODE=prod_compat yarn build:prod_compat && MODE=prod_compat wdio ./scripts/wdio.sauce.conf.js"
},
"devDependencies": {
"@lwc/compiler": "1.0.2",
"@lwc/engine": "1.0.2",
"@lwc/rollup-plugin": "1.0.2",
"@lwc/synthetic-shadow": "1.0.2",
"@lwc/wire-service": "1.0.2",
"@lwc/compiler": "1.0.3",
"@lwc/engine": "1.0.3",
"@lwc/rollup-plugin": "1.0.3",
"@lwc/synthetic-shadow": "1.0.3",
"@lwc/wire-service": "1.0.3",
"compat-polyfills": "^0.21.5",
"deepmerge": "^1.5.2",
"dotenv": "^4.0.0",
Expand Down
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.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"start": "best",
Expand All @@ -10,11 +10,11 @@
"@best/runner-headless": "http://npm.lwcjs.org/@best/runner-headless/-/@best/runner-headless-0.6.4/62bcbb1e4cd405aa76576da7c368cdf8375065b5.tgz",
"@best/runner-remote": "http://npm.lwcjs.org/@best/runner-remote/-/@best/runner-remote-0.6.4/9ea65393034c498691b7f363e39385214c0cb8b1.tgz",
"@best/store-aws": "http://npm.lwcjs.org/@best/store-aws/-/@best/store-aws-0.6.4/b829bd12cc708a707895ca7cd25def338b13c008.tgz",
"@lwc/rollup-plugin": "1.0.2",
"@lwc/rollup-plugin": "1.0.3",
"best-cli": "http://npm.lwcjs.org/best-cli/-/best-cli-0.6.4/2ae2c5824183096397076cb8109e2bb53365fbbc.tgz"
},
"dependencies": {
"@lwc/engine": "1.0.2",
"@lwc/synthetic-shadow": "1.0.2"
"@lwc/engine": "1.0.3",
"@lwc/synthetic-shadow": "1.0.3"
}
}

0 comments on commit 10542f1

Please sign in to comment.