diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index ddf836eb3..6062b1e18 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [Camberi] +github: [FireCMS] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username diff --git a/.github/workflows/publish-pre.yml b/.github/workflows/publish-pre.yml deleted file mode 100644 index 90c1bafec..000000000 --- a/.github/workflows/publish-pre.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Node.js Package -on: - push: - branches: [ pre ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - # Setup .npmrc file to publish to npm - - uses: actions/setup-node@v2 - with: - node-version: '16.x' - registry-url: 'https://registry.npmjs.org' - - run: yarn install - # Publish to npm - - run: npm publish --tag pre - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - # Setup .npmrc file to publish to GitHub Packages - - uses: actions/setup-node@v2 - with: - node-version: '16.x' - registry-url: 'https://npm.pkg.github.com' - scope: '@Camberi' - # Publish to GitHub Packages - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Create Git version tag - - run: npm run createTag diff --git a/.gitmodules b/.gitmodules index 693ceb181..2359da929 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "saas"] path = saas - url = git@github.com:Camberi/firecms_saas.git + url = git@github.com:FireCMSco/firecms_saas.git [submodule "collection_editor"] path = collection_editor - url = git@github.com:Camberi/firecms_collection_editor.git + url = git@github.com:FireCMSco/firecms_collection_editor.git [submodule "user_management"] path = user_management - url = git@github.com:Camberi/firecms_collection_editor.git + url = git@github.com:FireCMSco/firecms_collection_editor.git [submodule "data_enhancement"] path = data_enhancement - url = git@github.com:Camberi/firecms_data_enhancement.git + url = git@github.com:FireCMSco/firecms_data_enhancement.git diff --git a/LICENSE b/LICENSE index 0681de202..ff6c9ef68 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Camberi +Copyright (c) 2023 FireCMS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 730be091a..ec3061f30 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You can replace the Firebase Storage implementation with your own. ## Included example You can access the code for the demo project under -[`example`](https://github.com/Camberi/firecms/tree/master/example). It includes +[`example`](https://github.com/FireCMSco/firecms/tree/master/example). It includes every feature provided by this CMS. Keep in mind you need to update the dependencies in that project if you want to @@ -176,4 +176,4 @@ Then simply run `yarn` and `yarn dev` ## License -MIT © [camberi](https://github.com/camberi) +MIT © [FireCMS](https://github.com/FireCMSco) diff --git a/example/src/SampleApp/ExampleCMSView.tsx b/example/src/SampleApp/ExampleCMSView.tsx index a13d540ac..2c029eee0 100644 --- a/example/src/SampleApp/ExampleCMSView.tsx +++ b/example/src/SampleApp/ExampleCMSView.tsx @@ -77,7 +77,7 @@ export function ExampleCMSView() { >( @@ -333,14 +333,14 @@ function ReferenceDialogActions({ onClick={onNewClick} startIcon={} size="large" - variant="contained" + variant="outlined" color="primary"> Add {collection.singularName ?? collection.name} :