Skip to content

Commit

Permalink
chore: release v.2.14.2 @W-7258582 (#2874)
Browse files Browse the repository at this point in the history
* fix: only remove slot children in synthetic shadow (#2843)

* fix: only remove slot children in synthetic shadow

* fix: use case block

* fix: only add version mismatch test code in karma (#2852)

* test(integration-karma): ensure constructable stylesheets are re-used (#2844)

* test(integration-karma): ensure constructable stylesheets are re-used

* test: add test for shared style

* chore(nucleus): remove more downstreams (#2855)

* chore(nucleus): remove another downstream (#2857)

* docs: fix typo in template compiler readme (#2848)

* docs: fix typo in template compiler readme

* docs: rewording usage of lwc dynamic directive

Co-authored-by: Eugene Kashida <[email protected]>

Co-authored-by: Eugene Kashida <[email protected]>

* test(integration-karma): update ACT components (#2862)

* fix(engine-core): revert "optimize computation of transitive shadow mode" (#2859)

* fix(engine-core): correctly compute shadowMode

* fix: fix comment

* fix: update packages/integration-karma/test/mixed-shadow-mode/dual-component/index.spec.js

Co-authored-by: Eugene Kashida <[email protected]>

* fix: fix another one

* fix: improve tests

* fix: improve tests

* fix: improve test

* fix: revert

* Revert "refactor(engine): optimize computation of transitive shadow mode (#2803)"

This reverts commit 95ce4c3.

Co-authored-by: Eugene Kashida <[email protected]>

* chore: release v2.14.1 (#2866)

* refactor(engine-core): encapsulate renderer as an object and allow it to be injectable in vnodes (#2763)

* refactor(engine-core): passing the renderer from an import statement in compiled templates

Co-authored-by: Ravi Jayaramappa <[email protected]>
Co-authored-by: Pierre-Marie Dartus <[email protected]>
Co-authored-by: Nolan Lawson <[email protected]>

* test(integration-karma): more shadow transitivity tests (#2864)

* chore: release v.2.14.2 @W-7258582 (#2871)

* Revert "chore: release v2.14.1 (#2866) @W-7258582 (#2867)"

This reverts commit 518ab2e.

Co-authored-by: Nolan Lawson <[email protected]>
Co-authored-by: Mohan Raj Rajamanickam <[email protected]>
Co-authored-by: Eugene Kashida <[email protected]>
Co-authored-by: Ravi Jayaramappa <[email protected]>
Co-authored-by: Caridy Patiño <[email protected]>
Co-authored-by: Pierre-Marie Dartus <[email protected]>
  • Loading branch information
7 people authored Jun 13, 2022
1 parent 518ab2e commit 3db003f
Show file tree
Hide file tree
Showing 65 changed files with 838 additions and 1,069 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"exact": true,
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.14.1"
"version": "2.14.2"
}
6 changes: 3 additions & 3 deletions packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"bugs": {
"url": "https://github.com/salesforce/lwc/issues"
},
"version": "2.14.1",
"version": "2.14.2",
"main": "src/index.js",
"typings": "src/index.d.ts",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
],
"dependencies": {
"@babel/helper-module-imports": "~7.16.7",
"@lwc/errors": "2.14.1",
"@lwc/shared": "2.14.1",
"@lwc/errors": "2.14.2",
"@lwc/shared": "2.14.2",
"line-column": "~1.0.2"
},
"peerDependencies": {
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": "2.14.1",
"version": "2.14.2",
"description": "LWC compiler",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -26,11 +26,11 @@
"@babel/core": "~7.17.10",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/plugin-proposal-object-rest-spread": "~7.17.3",
"@lwc/babel-plugin-component": "2.14.1",
"@lwc/errors": "2.14.1",
"@lwc/shared": "2.14.1",
"@lwc/style-compiler": "2.14.1",
"@lwc/template-compiler": "2.14.1"
"@lwc/babel-plugin-component": "2.14.2",
"@lwc/errors": "2.14.2",
"@lwc/shared": "2.14.2",
"@lwc/style-compiler": "2.14.2",
"@lwc/template-compiler": "2.14.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/engine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/engine-core",
"version": "2.14.1",
"version": "2.14.2",
"description": "Core LWC engine APIs.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -25,8 +25,8 @@
"types/"
],
"dependencies": {
"@lwc/features": "2.14.1",
"@lwc/shared": "2.14.1"
"@lwc/features": "2.14.2",
"@lwc/shared": "2.14.2"
},
"devDependencies": {
"observable-membrane": "2.0.0"
Expand Down
Loading

0 comments on commit 3db003f

Please sign in to comment.