diff --git a/.changeset/config.json b/.changeset/config.json index 00158883..afef0099 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -9,6 +9,7 @@ "updateInternalDependencies": "patch", "ignore": [ "*-example", - "*-benchmark" + "*-benchmark", + "landing" ] } diff --git a/.changeset/eleven-days-cross.md b/.changeset/eleven-days-cross.md new file mode 100644 index 00000000..b07f1433 --- /dev/null +++ b/.changeset/eleven-days-cross.md @@ -0,0 +1,5 @@ +--- +"@devup-ui/wasm": patch +--- + +Optimize media and Change sorting css var diff --git a/.changeset/loud-carrots-remain.md b/.changeset/loud-carrots-remain.md new file mode 100644 index 00000000..75a514a5 --- /dev/null +++ b/.changeset/loud-carrots-remain.md @@ -0,0 +1,5 @@ +--- +"@devup-ui/webpack-plugin": patch +--- + +Fix collecting css diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94817cac..9895d4f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,3 +66,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + if: github.ref == 'refs/heads/main' diff --git a/apps/landing/devup.json b/apps/landing/devup.json index ab490c09..e7680c3a 100644 --- a/apps/landing/devup.json +++ b/apps/landing/devup.json @@ -49,6 +49,7 @@ "base": "#000000", "negativeBase": "#FFFFFF", "title": "#FAFAFA", + "caption": "#A9A8B4", "shadow": "#62626240", "codeBg": "#2E303C", "cardBg": "#28272B", diff --git a/apps/landing/src/app/layout.tsx b/apps/landing/src/app/layout.tsx index 80543566..a6b38098 100644 --- a/apps/landing/src/app/layout.tsx +++ b/apps/landing/src/app/layout.tsx @@ -16,6 +16,11 @@ export default function RootLayout({ }>) { return ( + + + {children}