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

📝 First beta #189

Merged
merged 11 commits into from
Jul 24, 2024
Merged
5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-103.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-104.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-112.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-161.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-60.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-61.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-63.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-64.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-89.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-94.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-95.md

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/studiocms-deployment-helper-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `Deployments are available at the following URLS:
- [StudioCMS Package Demo](https://pr${{context.issue.number}}-demo.astro-studiocms.xyz)
- [StudioCMS Documentation](https://pr${{context.issue.number}}-docs.astro-studiocms.xyz)
- [StudioCMS Landing Page](https://pr${{context.issue.number}}-web.astro-studiocms.xyz)
`
body: `@${context.payload.pull_request.user.login}, thank you for opening this pull request!

Automated deployments are currently disabled for this project due to upstream issues. Please wait for a maintainer to review your changes and queue a deployment for you.

If you have any questions, feel free to ask!`
})

7 changes: 7 additions & 0 deletions packages/studioCMS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @astrolicious/studiocms

## 0.1.0-beta.1

### Minor Changes

- Initial beta release
2 changes: 1 addition & 1 deletion packages/studioCMS/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrolicious/studiocms",
"version": "0.0.0-alpha.1",
"version": "0.1.0-beta.1",
"description": "A dedicated CMS for Astro Studio. Built from the ground up by the Astro community.",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
Expand Down
12 changes: 12 additions & 0 deletions packages/studioCMSBlog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @astrolicious/studiocms-blog

## 0.1.0-beta.1

### Minor Changes

- Initial beta release

### Patch Changes

- Updated dependencies
- @astrolicious/studiocms@0.1.0-beta.1
2 changes: 1 addition & 1 deletion packages/studioCMSBlog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrolicious/studiocms-blog",
"version": "0.0.0-alpha.1",
"version": "0.1.0-beta.1",
"description": "Add a blog to your StudioCMS project with ease!",
"author": {
"name": "Adam Matthiesen | Jacob Jenkins | Paul Valladares",
Expand Down
140 changes: 140 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading