diff --git a/.changeset/eighty-pens-sip.md b/.changeset/eighty-pens-sip.md new file mode 100644 index 0000000..afd1090 --- /dev/null +++ b/.changeset/eighty-pens-sip.md @@ -0,0 +1,11 @@ +--- +"create-astro-reactive": patch +"@astro-reactive/validator": patch +"@astro-reactive/landing-page": patch +"@astro-reactive/common": patch +"@astro-reactive/form": patch +"@astro-reactive/demo": patch +"@astro-reactive/docs": patch +--- + +Update homepage to https://astro-reactive.js.org diff --git a/apps/demo/package.json b/apps/demo/package.json index 5c54038..5826bd6 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -32,7 +32,7 @@ "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "devDependencies": { "@astro-reactive/eslint-config-custom": "*", "@astro-reactive/tsconfig": "*", diff --git a/apps/docs/astro.config.mjs b/apps/docs/astro.config.mjs index 4e50584..13f7db4 100644 --- a/apps/docs/astro.config.mjs +++ b/apps/docs/astro.config.mjs @@ -10,5 +10,5 @@ export default defineConfig({ // Enable React for the Algolia search component. react(), ], - site: `https://docs.astro-reactive.dev`, + site: `https://astro-reactive-docs.netlify.app`, }); diff --git a/apps/docs/package.json b/apps/docs/package.json index de6e667..75f0134 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -41,7 +41,7 @@ "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "devDependencies": { "@astro-reactive/eslint-config-custom": "*", "@astro-reactive/tsconfig": "*", diff --git a/apps/landing-page/astro.config.mjs b/apps/landing-page/astro.config.mjs index 8b36e21..68aec7e 100644 --- a/apps/landing-page/astro.config.mjs +++ b/apps/landing-page/astro.config.mjs @@ -3,5 +3,5 @@ import tailwind from '@astrojs/tailwind'; export default defineConfig({ integrations: [tailwind()], - site: 'https://astro-reactive.dev', + site: 'https://astro-reactive.js.org', }); diff --git a/apps/landing-page/package.json b/apps/landing-page/package.json index 866ecbc..55f191b 100644 --- a/apps/landing-page/package.json +++ b/apps/landing-page/package.json @@ -45,5 +45,5 @@ "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, - "homepage": "https://astro-reactive.dev" + "homepage": "https://astro-reactive.js.org" } diff --git a/package.json b/package.json index 3e59e28..b31399e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Astro components for building reactive user interfaces 🚀", "version": "0.0.0", "repository": "https://github.com/astro-reactive/astro-reactive", - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "author": "astro-reactive", "type": "module", "exports": { diff --git a/packages/common/package.json b/packages/common/package.json index 6557f50..dd1bf8d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -29,7 +29,7 @@ "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "publishConfig": { "access": "public" }, diff --git a/packages/create-astro-reactive/package.json b/packages/create-astro-reactive/package.json index f5e0620..a36af89 100644 --- a/packages/create-astro-reactive/package.json +++ b/packages/create-astro-reactive/package.json @@ -14,5 +14,5 @@ "bugs": { "url": "https://github.com/astro-reactive/astro-reactive/issues" }, - "homepage": "https://astro-reactive.dev" + "homepage": "https://astro-reactive.js.org" } diff --git a/packages/form/README.md b/packages/form/README.md index de76eea..efb3fcd 100644 --- a/packages/form/README.md +++ b/packages/form/README.md @@ -85,7 +85,7 @@ userNameControl?.setValue("RAMOOOON"); /> ``` -👉 For more examples and explanations of the component properties, see the [Form API Docs](https://docs.astro-reactive.dev/en/api/form/form-component/). +👉 For more examples and explanations of the component properties, see the [Form API Docs](https://astro-reactive-docs.netlify.app/en/api/form/form-component/). # Screenshots Result of example above: diff --git a/packages/form/package.json b/packages/form/package.json index 11723e0..7ab4034 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -3,7 +3,7 @@ "description": "The Reactive Form component for Astro 🔥", "version": "0.9.0", "repository": "https://github.com/astro-reactive/astro-reactive", - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "author": "astro-reactive", "type": "module", "exports": { diff --git a/packages/validator/README.md b/packages/validator/README.md index 4491552..2f930c1 100644 --- a/packages/validator/README.md +++ b/packages/validator/README.md @@ -80,7 +80,7 @@ form.controls.push( --> ``` -👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://docs.astro-reactive.dev/en/api/validator/validators/). +👉 For more examples and explanations of the component properties, see the [Validators API Docs](https://astro-reactive-docs.netlify.app/en/api/validator/validators/). # Screenshots diff --git a/packages/validator/package.json b/packages/validator/package.json index 89cb331..2996322 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -3,7 +3,7 @@ "description": "Form validation library for Astro 🔥", "version": "0.4.0", "repository": "https://github.com/astro-reactive/astro-reactive", - "homepage": "https://astro-reactive.dev", + "homepage": "https://astro-reactive.js.org", "author": "astro-reactive", "type": "module", "exports": {