Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Nov 9, 2024
1 parent 85b4053 commit 1eef4d7
Show file tree
Hide file tree
Showing 13 changed files with 867 additions and 58 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ npm run playground

Thanks to the following friends for their contributions to project:

<a href="https://github.com/hunghg255/reactjs-tiptap-editor/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hunghg255/reactjs-tiptap-editor" alt="contributors">
</a>
![App Screenshot](./screenshot/contributor-wide.svg)

## Related

Expand Down
19 changes: 19 additions & 0 deletions contributorkit.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import { defineConfig } from 'contributorkit'

export default defineConfig({
outputDir: './screenshot',
owner: 'hunghg255',
repo: 'reactjs-tiptap-editor',
renders: [
{
name: 'contributor-wide',
width: 1000,
formats: ['svg'],
},
{
renderer: 'circles',
name: 'contributor-circles',
width: 1000,
},
],
})
5 changes: 5 additions & 0 deletions docs/.vitepress/components/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ const members = computed(() => [
<div flex="~ col wrap" mt8 items-center>
<VPTeamMembers size="small" :members="members" />
</div>

<h4 class="text-center mt-[50px] mb-[10px] font-bold">Thanks to the following friends for their contributions to project</h4>
<div class="flex items-center justify-center">
<img class="max-w-[300px]" src="/contributor-circles.svg" alt="logo" />
</div>
</template>
61 changes: 61 additions & 0 deletions docs/public/contributor-circles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"prepare": "git-scm-hooks",
"release": "bumpp -r",
"gen-changelog": "esno ./scripts/genExtensions.ts && esno ./scripts/changelog.ts",
"modify-css": "esno ./scripts/modifyCss.ts"
"modify-css": "esno ./scripts/modifyCss.ts",
"gen-contributors": "contributorkit"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.17.6",
Expand Down Expand Up @@ -146,6 +147,7 @@
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"bumpp": "^9.8.1",
"contributorkit": "^0.0.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
Expand Down
Loading

0 comments on commit 1eef4d7

Please sign in to comment.