Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more progress moving urls over #381

Merged
merged 3 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["web", "docs", "node-playground", "ui-playground"]
"ignore": ["docs", "node-playground", "ui-playground"]
}
3 changes: 1 addition & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"@studiocms/ui": "0.1.0-beta.7",
"node-playground": "0.0.1",
"ui-playground": "0.0.1",
"docs": "0.0.1",
"web": "0.0.1"
"docs": "0.0.1"
},
"changesets": [
"breezy-rockets-lie",
Expand Down
17 changes: 17 additions & 0 deletions .changeset/spotty-beds-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"@studiocms/betaresources": patch
"@studiocms/imagehandler": patch
"@studiocms/dashboard": patch
"@studiocms/renderers": patch
"@studiocms/robotstxt": patch
"@studiocms/frontend": patch
"@studiocms/devapps": patch
"@studiocms/assets": patch
"@studiocms/auth": patch
"@studiocms/blog": patch
"@studiocms/core": patch
"@studiocms/ui": patch
"studiocms": patch
---

Update URLs
8 changes: 4 additions & 4 deletions packages/studiocms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ StudioCMS is built from the ground up to seamlessly integrate with Astro's robus

## A Community-Driven Effort

At the heart of Astrolicious is a deep commitment to community involvement and collaboration. We believe that the development of StudioCMS should be a collective effort, drawing on the diverse talents and perspectives of the Astro community.
We believe that the development of StudioCMS should be a collective effort, drawing on the diverse talents and perspectives of the Astro community.

To that end, we've handed the repository Astrolicious as an open organization, welcoming contributors of all skill levels to get involved and help shape the future of this CMS. Whether you're a seasoned Astro developer or new to the ecosystem, we encourage you to join our [Discord server](https://chat.studiocms.xyz/) and explore ways to contribute.
To that end, we are welcoming contributors of all skill levels to get involved and help shape the future of this CMS. Whether you're a seasoned Astro developer or new to the ecosystem, we encourage you to join our [Discord server](https://chat.studiocms.dev/) and explore ways to contribute.

By fostering a sense of shared ownership and investment, we aim to create a CMS that truly reflects the needs and desires of the Astro community. Your feedback, ideas, and code contributions will be invaluable as we work to build a feature-rich and user-friendly content management solution for Astro.

So don't be a stranger - come join us on this journey and help us realize the full potential of StudioCMS!

## Get Started

Follow the documentation to [get started with StudioCMS](https://docs.studiocms.xyz/start-here/getting-started).
Follow the documentation to [get started with StudioCMS](https://docs.studiocms.dev/start-here/getting-started).

## Get Involved

As members of [Astrolicious](https://github.com/astrolicious) we are a free and open-source project, and we welcome contributions from the Astro community. If you're interested in getting involved, please visit our [GitHub repository](https://github.com/astrolicious/studiocms) and join our [Discord server](https://chat.studiocms.xyz/). Together, let's build an even stronger and more vibrant Astro ecosystem.
As members of [withstudiocms](https://github.com/withstudiocms) we are a free and open-source project, and we welcome contributions from the Astro community. If you're interested in getting involved, please visit our [GitHub repository](https://github.com/withstudiocms/studiocms) and join our [Discord server](https://chat.studiocms.dev/). Together, let's build an even stronger and more vibrant Astro ecosystem.
6 changes: 3 additions & 3 deletions packages/studiocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "A dedicated CMS for Astro DB. Built from the ground up by the Astro community.",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -29,7 +29,7 @@
"studiocms",
"withastro"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Assets for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Auth components for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_betaresources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Beta Resources and Assets for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Add a blog to your StudioCMS project with ease!",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand Down Expand Up @@ -38,7 +38,7 @@
"studiocms-theme",
"astro-studiocms-theme"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Core component for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Dashboard Integration for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_devapps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "A dedicated CMS for Astro DB. Built from the ground up by the Astro community.",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -24,7 +24,7 @@
"studiocms",
"withastro"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Core component for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_imagehandler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Image Handler for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_renderers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Renderers component for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_robotstxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "RobotsTXT integration for the StudioCMS Integration",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"contributors": [
"Adammatthiesen",
Expand All @@ -21,7 +21,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/studiocms_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the UI library that we use to build StudioCMS.

All of these components can be tested [here](https://ui-testing.studiocms.xyz).
All of these components can be tested [here](https://ui-testing.studiocms.dev).

## Components & how to use them
All components are exported from `@studiocms/ui/components`.
Expand Down
6 changes: 3 additions & 3 deletions packages/studiocms_ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.",
"repository": {
"type": "git",
"url": "git+https://github.com/astrolicious/studiocms.git"
"url": "git+https://github.com/withstudiocms/studiocms.git"
},
"author": {
"name": "Louis Escher",
"url": "https://studiocms.xyz"
"url": "https://studiocms.dev"
},
"contributors": [
"louisescher"
Expand All @@ -18,7 +18,7 @@
"cms",
"studiocms"
],
"homepage": "https://studiocms.xyz",
"homepage": "https://studiocms.dev",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/node/astro.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ import { getCoolifyURL } from '../../www/hostUtils';

// https://astro.build/config
export default defineConfig({
site: getCoolifyURL(true) || 'https://demo.studiocms.xyz/',
site: getCoolifyURL(true) || 'https://demo.studiocms.dev/',
output: 'server',
adapter: node({ mode: 'standalone' }),
integrations: [
sentry({
dsn: 'https://34abf40ffdbf5e574344842942046b30@sentry.studiocms.xyz/2',
dsn: 'https://71c3c874d5d8ad20486529628ac13aae@sentry.studiocms.dev/4',
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
sourceMapsUploadOptions: {
project: 'studiocms-playground',
project: 'node-playground',
authToken: process.env.SENTRY_AUTH_TOKEN,
},
}),
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/node/sentry.client.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as Sentry from '@sentry/astro';

Sentry.init({
dsn: 'https://34abf40ffdbf5e574344842942046b30@sentry.studiocms.xyz/2',
dsn: 'https://71c3c874d5d8ad20486529628ac13aae@sentry.studiocms.dev/4',
integrations: [
Sentry.feedbackIntegration({
// Additional SDK configuration goes in here, for example:
Expand Down
Loading