Skip to content

Commit

Permalink
chore: release v2.32.1 (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsattar authored Nov 29, 2022
1 parent 1030998 commit f817a04
Show file tree
Hide file tree
Showing 22 changed files with 69 additions and 69 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.32.0",
"version": "2.32.1",
"private": true,
"description": "Lightning Web Components",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/aria-reflection-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lwc/aria-reflection-polyfill",
"version": "2.32.0",
"version": "2.32.1",
"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.32.0"
"@lwc/shared": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"main": "src/index.js",
"typings": "src/index.d.ts",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
],
"dependencies": {
"@babel/helper-module-imports": "~7.18.6",
"@lwc/errors": "2.32.0",
"@lwc/shared": "2.32.0",
"@lwc/errors": "2.32.1",
"@lwc/shared": "2.32.1",
"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.32.0",
"version": "2.32.1",
"description": "LWC compiler",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -25,11 +25,11 @@
"@babel/core": "~7.20.2",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-object-rest-spread": "~7.20.2",
"@lwc/babel-plugin-component": "2.32.0",
"@lwc/errors": "2.32.0",
"@lwc/shared": "2.32.0",
"@lwc/style-compiler": "2.32.0",
"@lwc/template-compiler": "2.32.0"
"@lwc/babel-plugin-component": "2.32.1",
"@lwc/errors": "2.32.1",
"@lwc/shared": "2.32.1",
"@lwc/style-compiler": "2.32.1",
"@lwc/template-compiler": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"description": "Core LWC engine APIs.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,8 +24,8 @@
"types/"
],
"dependencies": {
"@lwc/features": "2.32.0",
"@lwc/shared": "2.32.0"
"@lwc/features": "2.32.1",
"@lwc/shared": "2.32.1"
},
"devDependencies": {
"observable-membrane": "2.0.0"
Expand Down
6 changes: 3 additions & 3 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.32.0",
"version": "2.32.1",
"description": "Renders LWC components in a DOM environment.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,8 +24,8 @@
"types/"
],
"devDependencies": {
"@lwc/engine-core": "2.32.0",
"@lwc/shared": "2.32.0"
"@lwc/engine-core": "2.32.1",
"@lwc/shared": "2.32.1"
},
"lwc": {
"modules": [
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.32.0",
"version": "2.32.1",
"description": "Renders LWC components in a server environment.",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,9 +24,9 @@
"types/"
],
"devDependencies": {
"@lwc/engine-core": "2.32.0",
"@lwc/rollup-plugin": "2.32.0",
"@lwc/shared": "2.32.0",
"@lwc/engine-core": "2.32.1",
"@lwc/rollup-plugin": "2.32.1",
"@lwc/shared": "2.32.1",
"@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.32.0",
"version": "2.32.1",
"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.32.0",
"version": "2.32.1",
"description": "LWC Features Flags",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,7 +24,7 @@
"types/"
],
"dependencies": {
"@lwc/shared": "2.32.0"
"@lwc/shared": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"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 @@ -17,11 +17,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.32.0",
"@lwc/engine-dom": "2.32.0",
"@lwc/engine-server": "2.32.0",
"@lwc/rollup-plugin": "2.32.0",
"@lwc/synthetic-shadow": "2.32.0",
"@lwc/compiler": "2.32.1",
"@lwc/engine-dom": "2.32.1",
"@lwc/engine-server": "2.32.1",
"@lwc/rollup-plugin": "2.32.1",
"@lwc/synthetic-shadow": "2.32.1",
"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.32.0",
"version": "2.32.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": "2.32.0",
"@lwc/rollup-plugin": "2.32.1",
"@wdio/cli": "^7.26.0",
"@wdio/local-runner": "^7.26.0",
"@wdio/mocha-framework": "^7.26.0",
Expand All @@ -30,7 +30,7 @@
"@wdio/static-server-service": "^7.26.0",
"deepmerge": "^4.2.2",
"dotenv": "^16.0.3",
"lwc": "2.32.0",
"lwc": "2.32.1",
"minimist": "^1.2.7",
"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.32.0",
"version": "2.32.1",
"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.32.0",
"version": "2.32.1",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs"
},
"devDependencies": {
"@lwc/rollup-plugin": "2.32.0"
"@lwc/rollup-plugin": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"private": true,
"scripts": {
"build": "rm -fr dist && rollup -c ./rollup.config.mjs && node scripts/build.js && ./scripts/fix-deps.sh",
Expand All @@ -16,10 +16,10 @@
"Also note that we use rollup-plugin-node-resolve-v13 because Best uses an old version of Rollup."
],
"dependencies": {
"@lwc/engine-dom": "2.32.0",
"@lwc/engine-server": "2.32.0",
"@lwc/perf-benchmarks-components": "2.32.0",
"@lwc/synthetic-shadow": "2.32.0"
"@lwc/engine-dom": "2.32.1",
"@lwc/engine-server": "2.32.1",
"@lwc/perf-benchmarks-components": "2.32.1",
"@lwc/synthetic-shadow": "2.32.1"
},
"devDependencies": {
"@best/cli": "^8.0.1",
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.32.0",
"version": "2.32.1",
"description": "Rollup plugin to compile LWC",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -22,12 +22,12 @@
"dist/"
],
"devDependencies": {
"@lwc/compiler": "2.32.0",
"@lwc/engine-dom": "2.32.0",
"@lwc/errors": "2.32.0"
"@lwc/compiler": "2.32.1",
"@lwc/engine-dom": "2.32.1",
"@lwc/errors": "2.32.1"
},
"dependencies": {
"@lwc/module-resolver": "2.32.0",
"@lwc/module-resolver": "2.32.1",
"@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.32.0",
"version": "2.32.1",
"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.32.0",
"version": "2.32.1",
"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.32.0",
"@lwc/shared": "2.32.1",
"postcss": "~8.4.19",
"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.32.0",
"version": "2.32.1",
"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.32.0",
"@lwc/shared": "2.32.0"
"@lwc/features": "2.32.1",
"@lwc/shared": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"description": "Template compiler package",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"@types/source-map": "0.5.2"
},
"dependencies": {
"@lwc/errors": "2.32.0",
"@lwc/shared": "2.32.0",
"@lwc/errors": "2.32.1",
"@lwc/shared": "2.32.1",
"acorn": "~8.8.1",
"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.32.0",
"version": "2.32.1",
"description": "@wire service",
"homepage": "https://lwc.dev/",
"repository": {
Expand All @@ -24,8 +24,8 @@
"types/"
],
"devDependencies": {
"@lwc/engine-core": "2.32.0",
"@lwc/shared": "2.32.0"
"@lwc/engine-core": "2.32.1",
"@lwc/shared": "2.32.1"
},
"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.32.0",
"version": "2.32.1",
"description": "Lightning Web Components (LWC)",
"homepage": "https://lwc.dev/",
"repository": {
Expand Down Expand Up @@ -41,12 +41,12 @@
]
},
"dependencies": {
"@lwc/compiler": "2.32.0",
"@lwc/engine-dom": "2.32.0",
"@lwc/engine-server": "2.32.0",
"@lwc/features": "2.32.0",
"@lwc/synthetic-shadow": "2.32.0",
"@lwc/wire-service": "2.32.0"
"@lwc/compiler": "2.32.1",
"@lwc/engine-dom": "2.32.1",
"@lwc/engine-server": "2.32.1",
"@lwc/features": "2.32.1",
"@lwc/synthetic-shadow": "2.32.1",
"@lwc/wire-service": "2.32.1"
},
"nx": {
"targets": {
Expand Down
Loading

0 comments on commit f817a04

Please sign in to comment.