Skip to content

Commit c40065c

Browse files
authored
chore: bump version to 8.17.0 (#5317)
1 parent 0df9602 commit c40065c

File tree

28 files changed

+101
-101
lines changed

28 files changed

+101
-101
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": "8.16.4",
3+
"version": "8.17.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.16.4",
7+
"version": "8.17.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.16.4",
7+
"version": "8.17.0",
88
"description": "Babel plugin to transform a LWC module",
99
"keywords": [
1010
"lwc"
@@ -47,8 +47,8 @@
4747
},
4848
"dependencies": {
4949
"@babel/helper-module-imports": "7.25.9",
50-
"@lwc/errors": "8.16.4",
51-
"@lwc/shared": "8.16.4",
50+
"@lwc/errors": "8.17.0",
51+
"@lwc/shared": "8.17.0",
5252
"line-column": "~1.0.2"
5353
},
5454
"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.16.4",
7+
"version": "8.17.0",
88
"description": "LWC compiler",
99
"keywords": [
1010
"lwc"
@@ -52,11 +52,11 @@
5252
"@babel/plugin-transform-class-properties": "7.25.9",
5353
"@babel/plugin-transform-object-rest-spread": "7.25.9",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
55-
"@lwc/babel-plugin-component": "8.16.4",
56-
"@lwc/errors": "8.16.4",
57-
"@lwc/shared": "8.16.4",
58-
"@lwc/ssr-compiler": "8.16.4",
59-
"@lwc/style-compiler": "8.16.4",
60-
"@lwc/template-compiler": "8.16.4"
55+
"@lwc/babel-plugin-component": "8.17.0",
56+
"@lwc/errors": "8.17.0",
57+
"@lwc/shared": "8.17.0",
58+
"@lwc/ssr-compiler": "8.17.0",
59+
"@lwc/style-compiler": "8.17.0",
60+
"@lwc/template-compiler": "8.17.0"
6161
}
6262
}

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.16.4",
7+
"version": "8.17.0",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -46,9 +46,9 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@lwc/features": "8.16.4",
50-
"@lwc/shared": "8.16.4",
51-
"@lwc/signals": "8.16.4"
49+
"@lwc/features": "8.17.0",
50+
"@lwc/shared": "8.17.0",
51+
"@lwc/signals": "8.17.0"
5252
},
5353
"devDependencies": {
5454
"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.16.4",
7+
"version": "8.17.0",
88
"description": "Renders LWC components in a DOM environment.",
99
"keywords": [
1010
"lwc"
@@ -46,9 +46,9 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@lwc/engine-core": "8.16.4",
50-
"@lwc/shared": "8.16.4",
51-
"@lwc/features": "8.16.4"
49+
"@lwc/engine-core": "8.17.0",
50+
"@lwc/shared": "8.17.0",
51+
"@lwc/features": "8.17.0"
5252
},
5353
"lwc": {
5454
"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.16.4",
7+
"version": "8.17.0",
88
"description": "Renders LWC components in a server environment.",
99
"keywords": [
1010
"lwc"
@@ -46,10 +46,10 @@
4646
}
4747
},
4848
"devDependencies": {
49-
"@lwc/engine-core": "8.16.4",
50-
"@lwc/rollup-plugin": "8.16.4",
51-
"@lwc/shared": "8.16.4",
52-
"@lwc/features": "8.16.4",
49+
"@lwc/engine-core": "8.17.0",
50+
"@lwc/rollup-plugin": "8.17.0",
51+
"@lwc/shared": "8.17.0",
52+
"@lwc/features": "8.17.0",
5353
"@rollup/plugin-virtual": "^3.0.2",
5454
"parse5": "^7.2.1"
5555
}

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.16.4",
7+
"version": "8.17.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.16.4",
7+
"version": "8.17.0",
88
"description": "LWC Features Flags",
99
"keywords": [
1010
"lwc"
@@ -46,6 +46,6 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@lwc/shared": "8.16.4"
49+
"@lwc/shared": "8.17.0"
5050
}
5151
}

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": "8.16.4",
4+
"version": "8.17.0",
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",
@@ -21,11 +21,11 @@
2121
"karma-sauce-launcher-fix-firefox": "using a fork to work around https://github.com/karma-runner/karma-sauce-launcher/issues/275"
2222
},
2323
"devDependencies": {
24-
"@lwc/compiler": "8.16.4",
25-
"@lwc/engine-dom": "8.16.4",
26-
"@lwc/engine-server": "8.16.4",
27-
"@lwc/rollup-plugin": "8.16.4",
28-
"@lwc/synthetic-shadow": "8.16.4",
24+
"@lwc/compiler": "8.17.0",
25+
"@lwc/engine-dom": "8.17.0",
26+
"@lwc/engine-server": "8.17.0",
27+
"@lwc/rollup-plugin": "8.17.0",
28+
"@lwc/synthetic-shadow": "8.17.0",
2929
"@types/jasmine": "^5.1.7",
3030
"chokidar": "^4.0.3",
3131
"istanbul-lib-coverage": "^3.2.2",

0 commit comments

Comments
 (0)