Skip to content

Commit 934e666

Browse files
authored
chore: release v7.2.5 (#4525)
1 parent 038075f commit 934e666

File tree

27 files changed

+90
-90
lines changed

27 files changed

+90
-90
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lwc-monorepo",
3-
"version": "7.2.4",
3+
"version": "7.2.5",
44
"private": true,
55
"description": "Lightning Web Components",
66
"repository": {

packages/@lwc/aria-reflection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/aria-reflection",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "ARIA element reflection polyfill for strings",
99
"keywords": [
1010
"aom",

packages/@lwc/babel-plugin-component/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/babel-plugin-component",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "Babel plugin to transform a LWC module",
99
"keywords": [
1010
"lwc"
@@ -45,8 +45,8 @@
4545
"@babel/helper-module-imports": "7.24.7",
4646
"@babel/traverse": "^7.25.6",
4747
"@babel/types": "^7.25.0",
48-
"@lwc/errors": "7.2.4",
49-
"@lwc/shared": "7.2.4",
48+
"@lwc/errors": "7.2.5",
49+
"@lwc/shared": "7.2.5",
5050
"line-column": "~1.0.2"
5151
},
5252
"devDependencies": {

packages/@lwc/compiler/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/compiler",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "LWC compiler",
99
"keywords": [
1010
"lwc"
@@ -48,11 +48,11 @@
4848
"@babel/plugin-transform-class-properties": "7.25.4",
4949
"@babel/plugin-transform-object-rest-spread": "7.24.7",
5050
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
51-
"@lwc/babel-plugin-component": "7.2.4",
52-
"@lwc/errors": "7.2.4",
53-
"@lwc/shared": "7.2.4",
54-
"@lwc/ssr-compiler": "7.2.4",
55-
"@lwc/style-compiler": "7.2.4",
56-
"@lwc/template-compiler": "7.2.4"
51+
"@lwc/babel-plugin-component": "7.2.5",
52+
"@lwc/errors": "7.2.5",
53+
"@lwc/shared": "7.2.5",
54+
"@lwc/ssr-compiler": "7.2.5",
55+
"@lwc/style-compiler": "7.2.5",
56+
"@lwc/template-compiler": "7.2.5"
5757
}
5858
}

packages/@lwc/engine-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-core",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/features": "7.2.4",
46-
"@lwc/shared": "7.2.4",
47-
"@lwc/signals": "7.2.4"
45+
"@lwc/features": "7.2.5",
46+
"@lwc/shared": "7.2.5",
47+
"@lwc/signals": "7.2.5"
4848
},
4949
"devDependencies": {
5050
"observable-membrane": "2.0.0"

packages/@lwc/engine-dom/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-dom",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "Renders LWC components in a DOM environment.",
99
"keywords": [
1010
"lwc"
@@ -42,8 +42,8 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@lwc/engine-core": "7.2.4",
46-
"@lwc/shared": "7.2.4"
45+
"@lwc/engine-core": "7.2.5",
46+
"@lwc/shared": "7.2.5"
4747
},
4848
"lwc": {
4949
"modules": [

packages/@lwc/engine-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/engine-server",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "Renders LWC components in a server environment.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@lwc/engine-core": "7.2.4",
46-
"@lwc/rollup-plugin": "7.2.4",
47-
"@lwc/shared": "7.2.4",
45+
"@lwc/engine-core": "7.2.5",
46+
"@lwc/rollup-plugin": "7.2.5",
47+
"@lwc/shared": "7.2.5",
4848
"@rollup/plugin-virtual": "^3.0.2",
4949
"parse5": "^7.1.2"
5050
}

packages/@lwc/errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/errors",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "LWC Error Utilities",
99
"keywords": [
1010
"lwc"

packages/@lwc/features/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
55
],
66
"name": "@lwc/features",
7-
"version": "7.2.4",
7+
"version": "7.2.5",
88
"description": "LWC Features Flags",
99
"keywords": [
1010
"lwc"
@@ -42,6 +42,6 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/shared": "7.2.4"
45+
"@lwc/shared": "7.2.5"
4646
}
4747
}

packages/@lwc/integration-karma/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lwc/integration-karma",
33
"private": true,
4-
"version": "7.2.4",
4+
"version": "7.2.5",
55
"scripts": {
66
"start": "KARMA_MODE=watch karma start ./scripts/karma-configs/test/local.js",
77
"test": "karma start ./scripts/karma-configs/test/local.js --single-run --browsers ChromeHeadless",
@@ -17,11 +17,11 @@
1717
"karma-sauce-launcher-fix-firefox": "using a fork to work around https://github.com/karma-runner/karma-sauce-launcher/issues/275"
1818
},
1919
"devDependencies": {
20-
"@lwc/compiler": "7.2.4",
21-
"@lwc/engine-dom": "7.2.4",
22-
"@lwc/engine-server": "7.2.4",
23-
"@lwc/rollup-plugin": "7.2.4",
24-
"@lwc/synthetic-shadow": "7.2.4",
20+
"@lwc/compiler": "7.2.5",
21+
"@lwc/engine-dom": "7.2.5",
22+
"@lwc/engine-server": "7.2.5",
23+
"@lwc/rollup-plugin": "7.2.5",
24+
"@lwc/synthetic-shadow": "7.2.5",
2525
"@types/jasmine": "^5.1.4",
2626
"chokidar": "^3.6.0",
2727
"istanbul-lib-coverage": "^3.2.2",

0 commit comments

Comments
 (0)