Skip to content

Commit fc811b7

Browse files
authored
chore: release v8.10.0 (#4913)
1 parent c95f6ae commit fc811b7

File tree

28 files changed

+99
-99
lines changed

28 files changed

+99
-99
lines changed

.package.json.swp

16 KB
Binary file not shown.

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": "8.9.0",
3+
"version": "8.10.0",
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": "8.9.0",
7+
"version": "8.10.0",
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": "8.9.0",
7+
"version": "8.10.0",
88
"description": "Babel plugin to transform a LWC module",
99
"keywords": [
1010
"lwc"
@@ -45,8 +45,8 @@
4545
"@babel/helper-module-imports": "7.25.9",
4646
"@babel/traverse": "^7.25.7",
4747
"@babel/types": "^7.25.8",
48-
"@lwc/errors": "8.9.0",
49-
"@lwc/shared": "8.9.0",
48+
"@lwc/errors": "8.10.0",
49+
"@lwc/shared": "8.10.0",
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": "8.9.0",
7+
"version": "8.10.0",
88
"description": "LWC compiler",
99
"keywords": [
1010
"lwc"
@@ -48,11 +48,11 @@
4848
"@babel/plugin-transform-class-properties": "7.25.9",
4949
"@babel/plugin-transform-object-rest-spread": "7.25.9",
5050
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
51-
"@lwc/babel-plugin-component": "8.9.0",
52-
"@lwc/errors": "8.9.0",
53-
"@lwc/shared": "8.9.0",
54-
"@lwc/ssr-compiler": "8.9.0",
55-
"@lwc/style-compiler": "8.9.0",
56-
"@lwc/template-compiler": "8.9.0"
51+
"@lwc/babel-plugin-component": "8.10.0",
52+
"@lwc/errors": "8.10.0",
53+
"@lwc/shared": "8.10.0",
54+
"@lwc/ssr-compiler": "8.10.0",
55+
"@lwc/style-compiler": "8.10.0",
56+
"@lwc/template-compiler": "8.10.0"
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": "8.9.0",
7+
"version": "8.10.0",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/features": "8.9.0",
46-
"@lwc/shared": "8.9.0",
47-
"@lwc/signals": "8.9.0"
45+
"@lwc/features": "8.10.0",
46+
"@lwc/shared": "8.10.0",
47+
"@lwc/signals": "8.10.0"
4848
},
4949
"devDependencies": {
5050
"observable-membrane": "2.0.0"

packages/@lwc/engine-dom/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-dom",
7-
"version": "8.9.0",
7+
"version": "8.10.0",
88
"description": "Renders LWC components in a DOM environment.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@lwc/engine-core": "8.9.0",
46-
"@lwc/shared": "8.9.0",
47-
"@lwc/features": "8.9.0"
45+
"@lwc/engine-core": "8.10.0",
46+
"@lwc/shared": "8.10.0",
47+
"@lwc/features": "8.10.0"
4848
},
4949
"lwc": {
5050
"modules": [

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

Lines changed: 5 additions & 5 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": "8.9.0",
7+
"version": "8.10.0",
88
"description": "Renders LWC components in a server environment.",
99
"keywords": [
1010
"lwc"
@@ -42,10 +42,10 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@lwc/engine-core": "8.9.0",
46-
"@lwc/rollup-plugin": "8.9.0",
47-
"@lwc/shared": "8.9.0",
48-
"@lwc/features": "8.9.0",
45+
"@lwc/engine-core": "8.10.0",
46+
"@lwc/rollup-plugin": "8.10.0",
47+
"@lwc/shared": "8.10.0",
48+
"@lwc/features": "8.10.0",
4949
"@rollup/plugin-virtual": "^3.0.2",
5050
"parse5": "^7.2.1"
5151
}

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": "8.9.0",
7+
"version": "8.10.0",
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": "8.9.0",
7+
"version": "8.10.0",
88
"description": "LWC Features Flags",
99
"keywords": [
1010
"lwc"
@@ -42,6 +42,6 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/shared": "8.9.0"
45+
"@lwc/shared": "8.10.0"
4646
}
4747
}

0 commit comments

Comments
 (0)