File tree Expand file tree Collapse file tree 15 files changed +44
-40
lines changed Expand file tree Collapse file tree 15 files changed +44
-40
lines changed Original file line number Diff line number Diff line change 1
- # [ ] ( https://github.com/salesforce/lwc/compare/v1.0.2-222.2...v ) (2019-07-03)
1
+ # [ ] ( https://github.com/salesforce/lwc/compare/v1.0.2-222.6...v ) (2019-07-08)
2
+
3
+
4
+
5
+ ## [ 1.0.2-222.6] ( https://github.com/salesforce/lwc/compare/v1.0.2-222.2...v1.0.2-222.6 ) (2019-07-03)
2
6
3
7
4
8
### Bug Fixes
Original file line number Diff line number Diff line change 7
7
"exact" : true ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true ,
10
- "version" : " 1.0.2-222.6 "
10
+ "version" : " 1.0.2-222.7 "
11
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/babel-plugin-component" ,
3
3
"description" : " Babel plugin to transform a LWC module" ,
4
- "version" : " 1.0.2-222.6 " ,
4
+ "version" : " 1.0.2-222.7 " ,
5
5
"main" : " src/index.js" ,
6
6
"typings" : " types/index.d.ts" ,
7
7
"license" : " MIT" ,
11
11
"dependencies" : {
12
12
"@babel/helper-module-imports" : " 7.0.0" ,
13
13
"@babel/plugin-proposal-class-properties" : " 7.1.0" ,
14
- "@lwc/errors" : " 1.0.2-222.6 " ,
14
+ "@lwc/errors" : " 1.0.2-222.7 " ,
15
15
"line-column" : " ^1.0.2"
16
16
},
17
17
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/compiler" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " LWC compiler" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
13
13
"dependencies" : {
14
14
"@babel/core" : " 7.1.0" ,
15
15
"@babel/plugin-proposal-object-rest-spread" : " 7.0.0" ,
16
- "@lwc/babel-plugin-component" : " 1.0.2-222.6 " ,
17
- "@lwc/errors" : " 1.0.2-222.6 " ,
18
- "@lwc/style-compiler" : " 1.0.2-222.6 " ,
19
- "@lwc/template-compiler" : " 1.0.2-222.6 " ,
16
+ "@lwc/babel-plugin-component" : " 1.0.2-222.7 " ,
17
+ "@lwc/errors" : " 1.0.2-222.7 " ,
18
+ "@lwc/style-compiler" : " 1.0.2-222.7 " ,
19
+ "@lwc/template-compiler" : " 1.0.2-222.7 " ,
20
20
"babel-preset-compat" : " 0.21.5" ,
21
21
"rollup" : " ^1.7.4" ,
22
22
"rollup-plugin-replace" : " ^2.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/engine" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " LWC Engine" ,
5
5
"main" : " lib/framework/main.js" ,
6
6
"module" : " dist/modules/es2017/engine.js" ,
15
15
"observable-membrane" : " 0.26.1"
16
16
},
17
17
"devDependencies" : {
18
- "@lwc/template-compiler" : " 1.0.2-222.6 "
18
+ "@lwc/template-compiler" : " 1.0.2-222.7 "
19
19
},
20
20
"lwc" : {
21
21
"modules" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/errors" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " LWC Error Utilities" ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/module-resolver" ,
3
3
"description" : " Resolves paths for LWC components" ,
4
- "version" : " 1.0.2-222.6 " ,
4
+ "version" : " 1.0.2-222.7 " ,
5
5
"main" : " dist/commonjs/index.js" ,
6
6
"typings" : " dist/types/index.d.ts" ,
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/rollup-plugin" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " Rollup plugin to compile LWC" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"test" : " jest"
9
9
},
10
10
"devDependencies" : {
11
- "@lwc/compiler" : " 1.0.2-222.6 " ,
12
- "@lwc/engine" : " 1.0.2-222.6 "
11
+ "@lwc/compiler" : " 1.0.2-222.7 " ,
12
+ "@lwc/engine" : " 1.0.2-222.7 "
13
13
},
14
14
"dependencies" : {
15
- "@lwc/module-resolver" : " 1.0.2-222.6 " ,
15
+ "@lwc/module-resolver" : " 1.0.2-222.7 " ,
16
16
"rollup-pluginutils" : " ^2.0.1"
17
17
},
18
18
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/style-compiler" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " Transform style sheet to be consumed by the LWC engine" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lwc/synthetic-shadow" ,
3
- "version" : " 1.0.2-222.6 " ,
3
+ "version" : " 1.0.2-222.7 " ,
4
4
"description" : " Synthetic Shadow Root for LWC" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/commonjs/es2017/shadow.js" ,
You can’t perform that action at this time.
0 commit comments