Skip to content

Commit b3a7086

Browse files
authored
feat(solid): Rename solidjs package to solid (#12436)
1 parent 54c26cd commit b3a7086

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+204
-116
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ jobs:
10141014
'react-router-6-use-routes',
10151015
'react-router-5',
10161016
'react-router-6',
1017-
'solidjs',
1017+
'solid',
10181018
'svelte-5',
10191019
'sveltekit',
10201020
'sveltekit-2',

dev-packages/e2e-tests/test-applications/solidjs/package.json renamed to dev-packages/e2e-tests/test-applications/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "solidjs",
2+
"name": "solid",
33
"version": "0.0.0",
44
"description": "",
55
"scripts": {
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"@solidjs/router": "^0.13.5",
3030
"solid-js": "^1.8.11",
31-
"@sentry/solidjs": "latest || *"
31+
"@sentry/solid": "latest || *"
3232
}
3333
}

0 commit comments

Comments
 (0)