Skip to content

Commit ac3b304

Browse files
committed
feat: readme
1 parent fe22806 commit ac3b304

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+10
-74
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@ jobs:
4949
run: yarn npm publish
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
52+
53+
- run: echo "Published to NPM 🚀- https://www.npmjs.com/package/${{ github.event.repository.name }}"
54+

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To instead test a "built" version of this package which is installed into an "ex
2929
When a new version should be cut since some new changes have landed on the `main` branch, do the following to publish it:
3030

3131
1. Go to the `main` branch and pull in the latest changes.
32-
2. Commit change using (commit convention)[https://www.conventionalcommits.org/en/v1.0.0-beta.4/]
32+
2. Commit change using (commit convention)[https://www.conventionalcommits.org]
3333
3. Push the commit (ex: `git push origin main`)
3434
4. The `release.yml` GitHub Actions workflow will auto-generate a tag, change log, release note and a PR branch
3535
5. The `automerge.yml` GitHub Actions workflow will merge and delete the PR branch

example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<!-- need this for MUI -->
88
<link

example/public/favicon.ico

15 KB
Binary file not shown.

example/public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/public/icons/align-center.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/public/icons/align-justify.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/public/icons/align-left.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/public/icons/align-right.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/public/icons/bold.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)