-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configuration to ignore build-scripts and implement new dashbo…
…ard design with API endpoint updates
- Loading branch information
1 parent
bf79b1e
commit 501e804
Showing
7 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@studiocms/renderers": patch | ||
--- | ||
|
||
New Renderer component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@studiocms/auth": patch | ||
--- | ||
|
||
Implement new StudioCMS Auth lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |