diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 29d8728ad..f1206bbc6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -42,7 +42,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }} - ASSETS: ${{ github.workspace }}/assets - name: Export shell: bash # issue with parallelism diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 90fe28fdb..dc7a6a6ad 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -46,7 +46,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }} - ASSETS: ${{ github.workspace }}/assets - name: Copy dists for publishing run: ./scripts/copy-dists-for-publishing.sh - name: Create Release Pull Request or Publish to NPM @@ -63,8 +62,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }} - ASSETS: ${{ github.workspace }}/assets - - name: Containers + - name: Containers zen shell: bash run: npx nx run-many --target=container --configuration=production-testnet-zen -all --parallel=5 env: diff --git a/apps/website/pages/grants/index.tsx b/apps/website/pages/grants/index.tsx index 24a18fbe4..4d536071b 100644 --- a/apps/website/pages/grants/index.tsx +++ b/apps/website/pages/grants/index.tsx @@ -81,10 +81,6 @@ export default function Grants({ href: '#proposal-formats', title: 'Proposal formats', }, - { - href: '#create-a-proposal', - title: 'Create a proposal', - }, { href: '#grant-applicant-faq', title: 'Grant applicant FAQ', @@ -94,8 +90,8 @@ export default function Grants({ title: 'Approved grantee FAQ', }, { - href: '#more-questions', - title: 'More questions?', + href: '#create-a-proposal', + title: 'Create a proposal', }, ]} className="mt-10" diff --git a/libs/react-core/package.json b/libs/react-core/package.json index f9ad1578d..6f8a26ee6 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/react-core", "description": "Core Sia types and library methods.", "version": "0.14.0", - "private": true, "license": "MIT" } diff --git a/libs/react-hostd/package.json b/libs/react-hostd/package.json index 633839014..93d34be20 100644 --- a/libs/react-hostd/package.json +++ b/libs/react-hostd/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/react-hostd", "description": " React hooks for interacting with `hostd`.", "version": "0.9.0", - "private": true, "license": "MIT" } diff --git a/libs/react-renterd/package.json b/libs/react-renterd/package.json index 865db52e8..0cd61d564 100644 --- a/libs/react-renterd/package.json +++ b/libs/react-renterd/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/react-renterd", "description": " React hooks for interacting with `renterd`.", "version": "0.8.0", - "private": true, "license": "MIT" } diff --git a/libs/react-sia-central/package.json b/libs/react-sia-central/package.json index 709da9175..6c08ae9af 100644 --- a/libs/react-sia-central/package.json +++ b/libs/react-sia-central/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/react-sia-central", "description": "React hooks for interacting with the Sia Central API.", "version": "0.0.1", - "private": true, "license": "MIT" } diff --git a/libs/react-walletd/package.json b/libs/react-walletd/package.json index 34f73526f..9109e5ae6 100644 --- a/libs/react-walletd/package.json +++ b/libs/react-walletd/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/react-walletd", "description": " React hooks for interacting with `walletd`.", "version": "0.2.0", - "private": true, "license": "MIT" } diff --git a/libs/sia-central/package.json b/libs/sia-central/package.json index eed2a3c54..a5cfbbb1d 100644 --- a/libs/sia-central/package.json +++ b/libs/sia-central/package.json @@ -2,6 +2,5 @@ "name": "@siafoundation/sia-central", "description": "Methods and types for interacting with the Sia Central API.", "version": "0.0.1", - "private": true, "license": "MIT" }