Skip to content

Commit 2ffbdbe

Browse files
authored
v3.0.4
updates the default signup endpoint URL for the Solid identity provider storybook issue
2 parents d2ed432 + 2c01438 commit 2ffbdbe

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solid-ui",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "UI library for Solid applications",
55
"main": "dist/solid-ui.js",
66
"types": "dist/index.d.ts",
@@ -61,9 +61,9 @@
6161
],
6262
"license": "MIT",
6363
"bugs": {
64-
"url": "https://github.com/solidos/solid-ui/issues"
64+
"url": "https://github.com/SolidOS/solid-ui/issues"
6565
},
66-
"homepage": "https://github.com/solidos/solid-ui",
66+
"homepage": "https://github.com/SolidOS/solid-ui",
6767
"dependencies": {
6868
"@noble/curves": "^2.0.1",
6969
"@noble/hashes": "^2.0.1",
@@ -98,8 +98,8 @@
9898
"@testing-library/user-event": "^13.5.0",
9999
"@types/jest": "^30.0.0",
100100
"@types/jsdom": "^27.0.0",
101-
"@types/node": "^25.0.10",
102-
"@typescript-eslint/parser": "^8.53.1",
101+
"@types/node": "^25.1.0",
102+
"@typescript-eslint/parser": "^8.54.0",
103103
"babel-jest": "^30.2.0",
104104
"babel-loader": "^10.0.0",
105105
"eslint": "^9.39.2",
@@ -109,7 +109,7 @@
109109
"eslint-plugin-n": "^17.23.2",
110110
"eslint-plugin-promise": "^7.2.1",
111111
"get-random-values": "^4.1.1",
112-
"globals": "^17.1.0",
112+
"globals": "^17.2.0",
113113
"isomorphic-fetch": "^3.0.0",
114114
"jest": "^30.2.0",
115115
"jest-environment-jsdom": "^30.2.0",

src/signup/config-default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default { // @@ should not use export default
1717
/**
1818
* Default signup endpoints (list of identity providers)
1919
*/
20-
signupEndpoint: 'https://solidproject.org/use-solid/',
20+
signupEndpoint: 'https://solidproject.org/get_a_pod',
2121

2222
/**
2323
* Default height of the Signup popup window, in pixels

0 commit comments

Comments
 (0)