Skip to content

Commit

Permalink
chore: release v2.43.0 (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jye-sf authored Apr 6, 2023
1 parent c787fa6 commit 3770a62
Show file tree
Hide file tree
Showing 22 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc-monorepo",
"version": "2.42.0",
"version": "2.43.0",
"private": true,
"description": "Lightning Web Components",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/aria-reflection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/aria-reflection",
"version": "2.42.0",
"version": "2.43.0",
"description": "ARIA element reflection polyfill for strings",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@lwc/shared": "2.42.0"
"@lwc/shared": "2.43.0"
},
"nx": {
"targets": {
Expand Down
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.42.0",
"version": "2.43.0",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"typings": "types/index.d.ts",
Expand All @@ -25,8 +25,8 @@
],
"dependencies": {
"@babel/helper-module-imports": "~7.18.6",
"@lwc/errors": "2.42.0",
"@lwc/shared": "2.42.0",
"@lwc/errors": "2.43.0",
"@lwc/shared": "2.43.0",
"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": "2.42.0",
"version": "2.43.0",
"description": "LWC compiler",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -25,11 +25,11 @@
"@babel/core": "~7.21.0",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-object-rest-spread": "~7.20.2",
"@lwc/babel-plugin-component": "2.42.0",
"@lwc/errors": "2.42.0",
"@lwc/shared": "2.42.0",
"@lwc/style-compiler": "2.42.0",
"@lwc/template-compiler": "2.42.0"
"@lwc/babel-plugin-component": "2.43.0",
"@lwc/errors": "2.43.0",
"@lwc/shared": "2.43.0",
"@lwc/style-compiler": "2.43.0",
"@lwc/template-compiler": "2.43.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 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.42.0",
"version": "2.43.0",
"description": "Core LWC engine APIs.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,9 +24,9 @@
"types/"
],
"dependencies": {
"@lwc/aria-reflection": "2.42.0",
"@lwc/features": "2.42.0",
"@lwc/shared": "2.42.0"
"@lwc/aria-reflection": "2.43.0",
"@lwc/features": "2.43.0",
"@lwc/shared": "2.43.0"
},
"devDependencies": {
"observable-membrane": "2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/engine-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/engine-dom",
"version": "2.42.0",
"version": "2.43.0",
"description": "Renders LWC components in a DOM environment.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,9 +24,9 @@
"types/"
],
"devDependencies": {
"@lwc/aria-reflection": "2.42.0",
"@lwc/engine-core": "2.42.0",
"@lwc/shared": "2.42.0",
"@lwc/aria-reflection": "2.43.0",
"@lwc/engine-core": "2.43.0",
"@lwc/shared": "2.43.0",
"magic-string": "^0.30.0"
},
"lwc": {
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/engine-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/engine-server",
"version": "2.42.0",
"version": "2.43.0",
"description": "Renders LWC components in a server environment.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -27,9 +27,9 @@
"parse5": "Currently can't upgrade parse5: dropped cjs support in v7.0.0 https://github.com/inikulin/parse5/releases/tag/v7.0.0"
},
"devDependencies": {
"@lwc/engine-core": "2.42.0",
"@lwc/rollup-plugin": "2.42.0",
"@lwc/shared": "2.42.0",
"@lwc/engine-core": "2.43.0",
"@lwc/rollup-plugin": "2.43.0",
"@lwc/shared": "2.43.0",
"@rollup/plugin-virtual": "^3.0.1",
"parse5": "^6.0.1"
},
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": "2.42.0",
"version": "2.43.0",
"description": "LWC Error Utilities",
"homepage": "https://lwc.dev/",
"repository": {
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": "2.42.0",
"version": "2.43.0",
"description": "LWC Features Flags",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,7 +24,7 @@
"types/"
],
"dependencies": {
"@lwc/shared": "2.42.0"
"@lwc/shared": "2.43.0"
},
"publishConfig": {
"access": "public"
Expand Down
12 changes: 6 additions & 6 deletions packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-karma",
"private": true,
"version": "2.42.0",
"version": "2.43.0",
"scripts": {
"start": "karma start ./scripts/karma-configs/test/local.js",
"test": "karma start ./scripts/karma-configs/test/local.js --single-run --browsers ChromeHeadless",
Expand All @@ -16,11 +16,11 @@
"karma-jasmine": "must be kept at v4 because it is only compatible with jasmine-core@4, which we need for IE11"
},
"devDependencies": {
"@lwc/compiler": "2.42.0",
"@lwc/engine-dom": "2.42.0",
"@lwc/engine-server": "2.42.0",
"@lwc/rollup-plugin": "2.42.0",
"@lwc/synthetic-shadow": "2.42.0",
"@lwc/compiler": "2.43.0",
"@lwc/engine-dom": "2.43.0",
"@lwc/engine-server": "2.43.0",
"@lwc/rollup-plugin": "2.43.0",
"@lwc/synthetic-shadow": "2.43.0",
"chokidar": "^3.5.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-report": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lwc/integration-tests",
"private": true,
"version": "2.42.0",
"version": "2.43.0",
"scripts": {
"build": "node scripts/build.js",
"build:dev": "MODE=dev yarn build",
Expand All @@ -23,7 +23,7 @@
"webdriverio, @wdio/cli": "Currently can't upgrade @wdio namespaced dependencies to v8.0.0 because it dropped CommonJS support https://github.com/webdriverio/webdriverio/releases/tag/v8.0.0"
},
"devDependencies": {
"@lwc/rollup-plugin": "2.42.0",
"@lwc/rollup-plugin": "2.43.0",
"@wdio/cli": "^7.26.0",
"@wdio/devtools-service": "^7.30.1",
"@wdio/local-runner": "^7.26.0",
Expand All @@ -34,7 +34,7 @@
"@wdio/static-server-service": "^7.26.0",
"deepmerge": "^4.3.0",
"dotenv": "^16.0.3",
"lwc": "2.42.0",
"lwc": "2.43.0",
"minimist": "^1.2.8",
"webdriverio": "^7.26.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/module-resolver/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.42.0",
"version": "2.43.0",
"main": "dist/commonjs/index.js",
"typings": "dist/types/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/perf-benchmarks-components/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@lwc/perf-benchmarks-components",
"version": "2.42.0",
"version": "2.43.0",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs"
},
"devDependencies": {
"@lwc/rollup-plugin": "2.42.0"
"@lwc/rollup-plugin": "2.43.0"
},
"nx": {
"targets": {
Expand Down
10 changes: 5 additions & 5 deletions packages/@lwc/perf-benchmarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/perf-benchmarks",
"version": "2.42.0",
"version": "2.43.0",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs && node scripts/build.js && ./scripts/fix-deps.sh",
Expand All @@ -17,10 +17,10 @@
"Also note that we use rollup-plugin-node-resolve-v13 because Best uses an old version of Rollup."
],
"dependencies": {
"@lwc/engine-dom": "2.42.0",
"@lwc/engine-server": "2.42.0",
"@lwc/perf-benchmarks-components": "2.42.0",
"@lwc/synthetic-shadow": "2.42.0"
"@lwc/engine-dom": "2.43.0",
"@lwc/engine-server": "2.43.0",
"@lwc/perf-benchmarks-components": "2.43.0",
"@lwc/synthetic-shadow": "2.43.0"
},
"devDependencies": {
"@best/cli": "^8.1.3",
Expand Down
10 changes: 5 additions & 5 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": "2.42.0",
"version": "2.43.0",
"description": "Rollup plugin to compile LWC",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -22,12 +22,12 @@
"dist/"
],
"devDependencies": {
"@lwc/compiler": "2.42.0",
"@lwc/engine-dom": "2.42.0",
"@lwc/errors": "2.42.0"
"@lwc/compiler": "2.43.0",
"@lwc/engine-dom": "2.43.0",
"@lwc/errors": "2.43.0"
},
"dependencies": {
"@lwc/module-resolver": "2.42.0",
"@lwc/module-resolver": "2.43.0",
"@rollup/pluginutils": "~5.0.2"
},
"peerDependencies": {
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": "2.42.0",
"version": "2.43.0",
"description": "Utilities and methods that are shared across packages",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down
4 changes: 2 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": "2.42.0",
"version": "2.43.0",
"description": "Transform style sheet to be consumed by the LWC engine",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -22,7 +22,7 @@
"dist/"
],
"dependencies": {
"@lwc/shared": "2.42.0",
"@lwc/shared": "2.43.0",
"postcss": "~8.4.20",
"postcss-selector-parser": "~6.0.11",
"postcss-value-parser": "~4.2.0",
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": "2.42.0",
"version": "2.43.0",
"description": "Synthetic Shadow Root for LWC",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"access": "public"
},
"devDependencies": {
"@lwc/features": "2.42.0",
"@lwc/shared": "2.42.0"
"@lwc/features": "2.43.0",
"@lwc/shared": "2.43.0"
},
"nx": {
"targets": {
Expand Down
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": "2.42.0",
"version": "2.43.0",
"description": "Template compiler package",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"@types/source-map": "0.5.7"
},
"dependencies": {
"@lwc/errors": "2.42.0",
"@lwc/shared": "2.42.0",
"@lwc/errors": "2.43.0",
"@lwc/shared": "2.43.0",
"acorn": "~8.8.2",
"astring": "~1.8.3",
"estree-walker": "~2.0.2",
Expand Down
6 changes: 3 additions & 3 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": "2.42.0",
"version": "2.43.0",
"description": "@wire service",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,8 +24,8 @@
"types/"
],
"devDependencies": {
"@lwc/engine-core": "2.42.0",
"@lwc/shared": "2.42.0"
"@lwc/engine-core": "2.43.0",
"@lwc/shared": "2.43.0"
},
"lwc": {
"modules": [
Expand Down
14 changes: 7 additions & 7 deletions packages/lwc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwc",
"version": "2.42.0",
"version": "2.43.0",
"description": "Lightning Web Components (LWC)",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -41,12 +41,12 @@
]
},
"dependencies": {
"@lwc/compiler": "2.42.0",
"@lwc/engine-dom": "2.42.0",
"@lwc/engine-server": "2.42.0",
"@lwc/features": "2.42.0",
"@lwc/synthetic-shadow": "2.42.0",
"@lwc/wire-service": "2.42.0"
"@lwc/compiler": "2.43.0",
"@lwc/engine-dom": "2.43.0",
"@lwc/engine-server": "2.43.0",
"@lwc/features": "2.43.0",
"@lwc/synthetic-shadow": "2.43.0",
"@lwc/wire-service": "2.43.0"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit 3770a62

Please sign in to comment.