Skip to content

Commit c7700bb

Browse files
authored
chore: release v3.0.2 (salesforce#3626)
1 parent f89c9c5 commit c7700bb

File tree

22 files changed

+79
-79
lines changed

22 files changed

+79
-79
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": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "Lightning Web Components",
66
"repository": {

packages/@lwc/aria-reflection/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/aria-reflection",
7-
"version": "3.0.1",
7+
"version": "3.0.2",
88
"description": "ARIA element reflection polyfill for strings",
99
"keywords": [
1010
"aom",
@@ -46,6 +46,6 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@lwc/shared": "3.0.1"
49+
"@lwc/shared": "3.0.2"
5050
}
5151
}

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": "3.0.1",
7+
"version": "3.0.2",
88
"description": "Babel plugin to transform a LWC module",
99
"keywords": [
1010
"lwc"
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"@babel/helper-module-imports": "7.22.5",
46-
"@lwc/errors": "3.0.1",
47-
"@lwc/shared": "3.0.1",
46+
"@lwc/errors": "3.0.2",
47+
"@lwc/shared": "3.0.2",
4848
"line-column": "~1.0.2"
4949
},
5050
"devDependencies": {

packages/@lwc/compiler/package.json

Lines changed: 6 additions & 6 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": "3.0.1",
7+
"version": "3.0.2",
88
"description": "LWC compiler",
99
"keywords": [
1010
"lwc"
@@ -48,10 +48,10 @@
4848
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
4949
"@babel/plugin-transform-async-to-generator": "7.22.5",
5050
"@locker/babel-plugin-transform-unforgeables": "0.19.8",
51-
"@lwc/babel-plugin-component": "3.0.1",
52-
"@lwc/errors": "3.0.1",
53-
"@lwc/shared": "3.0.1",
54-
"@lwc/style-compiler": "3.0.1",
55-
"@lwc/template-compiler": "3.0.1"
51+
"@lwc/babel-plugin-component": "3.0.2",
52+
"@lwc/errors": "3.0.2",
53+
"@lwc/shared": "3.0.2",
54+
"@lwc/style-compiler": "3.0.2",
55+
"@lwc/template-compiler": "3.0.2"
5656
}
5757
}

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": "3.0.1",
7+
"version": "3.0.2",
88
"description": "Core LWC engine APIs.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/aria-reflection": "3.0.1",
46-
"@lwc/features": "3.0.1",
47-
"@lwc/shared": "3.0.1"
45+
"@lwc/aria-reflection": "3.0.2",
46+
"@lwc/features": "3.0.2",
47+
"@lwc/shared": "3.0.2"
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": "3.0.1",
7+
"version": "3.0.2",
88
"description": "Renders LWC components in a DOM environment.",
99
"keywords": [
1010
"lwc"
@@ -42,9 +42,9 @@
4242
}
4343
},
4444
"devDependencies": {
45-
"@lwc/aria-reflection": "3.0.1",
46-
"@lwc/engine-core": "3.0.1",
47-
"@lwc/shared": "3.0.1",
45+
"@lwc/aria-reflection": "3.0.2",
46+
"@lwc/engine-core": "3.0.2",
47+
"@lwc/shared": "3.0.2",
4848
"magic-string": "^0.30.1"
4949
},
5050
"lwc": {

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": "3.0.1",
7+
"version": "3.0.2",
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": "3.0.1",
46-
"@lwc/rollup-plugin": "3.0.1",
47-
"@lwc/shared": "3.0.1",
45+
"@lwc/engine-core": "3.0.2",
46+
"@lwc/rollup-plugin": "3.0.2",
47+
"@lwc/shared": "3.0.2",
4848
"@rollup/plugin-virtual": "^3.0.1",
4949
"parse5": "^6.0.1"
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": "3.0.1",
7+
"version": "3.0.2",
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": "3.0.1",
7+
"version": "3.0.2",
88
"description": "LWC Features Flags",
99
"keywords": [
1010
"lwc"
@@ -42,6 +42,6 @@
4242
}
4343
},
4444
"dependencies": {
45-
"@lwc/shared": "3.0.1"
45+
"@lwc/shared": "3.0.2"
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": "3.0.1",
4+
"version": "3.0.2",
55
"scripts": {
66
"start": "karma start ./scripts/karma-configs/test/local.js",
77
"test": "karma start ./scripts/karma-configs/test/local.js --single-run --browsers ChromeHeadless",
@@ -16,11 +16,11 @@
1616
"karma-jasmine": "must be kept at v4 because it is only compatible with jasmine-core@4, which we need for IE11"
1717
},
1818
"devDependencies": {
19-
"@lwc/compiler": "3.0.1",
20-
"@lwc/engine-dom": "3.0.1",
21-
"@lwc/engine-server": "3.0.1",
22-
"@lwc/rollup-plugin": "3.0.1",
23-
"@lwc/synthetic-shadow": "3.0.1",
19+
"@lwc/compiler": "3.0.2",
20+
"@lwc/engine-dom": "3.0.2",
21+
"@lwc/engine-server": "3.0.2",
22+
"@lwc/rollup-plugin": "3.0.2",
23+
"@lwc/synthetic-shadow": "3.0.2",
2424
"chokidar": "^3.5.3",
2525
"istanbul-lib-coverage": "^3.2.0",
2626
"istanbul-lib-report": "^3.0.0",

0 commit comments

Comments
 (0)