Skip to content

Commit

Permalink
Update configuration to ignore build-scripts and implement new dashbo…
Browse files Browse the repository at this point in the history
…ard design with API endpoint updates
  • Loading branch information
Adammatthiesen committed Jan 30, 2025
1 parent bf79b1e commit 501e804
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["docs", "node-playground"]
"ignore": ["docs", "node-playground", "build-scripts"]
}
6 changes: 6 additions & 0 deletions .changeset/dry-mangos-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@studiocms/dashboard": patch
"@studiocms/auth": patch
---

Implement new Dashboard design and update API endpoints
12 changes: 12 additions & 0 deletions .changeset/great-knives-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@studiocms/imagehandler": patch
"@studiocms/dashboard": patch
"@studiocms/renderers": patch
"@studiocms/robotstxt": patch
"@studiocms/frontend": patch
"@studiocms/auth": patch
"@studiocms/core": patch
"studiocms": patch
---

Implement Build step with esbuild and Update for Astro v5
5 changes: 5 additions & 0 deletions .changeset/nervous-fans-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@studiocms/renderers": patch
---

New Renderer component
8 changes: 8 additions & 0 deletions .changeset/selfish-chefs-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@studiocms/dashboard": patch
"@studiocms/frontend": patch
"@studiocms/auth": patch
"@studiocms/core": patch
---

Implement new StudioCMS SDK in @studiocms/core and integrate it into the new dashboard and frontend package
5 changes: 5 additions & 0 deletions .changeset/smooth-frogs-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@studiocms/auth": patch
---

Implement new StudioCMS Auth lib
5 changes: 5 additions & 0 deletions .changeset/tasty-dancers-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"studiocms": patch
---

New CLI, Updated integration logic and updated config processing.

0 comments on commit 501e804

Please sign in to comment.