Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
heyJonBray committed Aug 7, 2024
1 parent 69aae00 commit 75c0ace
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 8 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Update Changelog

on:
pull_request:
types: [closed]

jobs:
update-changelog:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: main

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Run changelog script
run: npm run changelog

- name: Commit changes
run: |
git config --local user.name "Xamie"
git config --local user.email "xamie-xeon@github.com"
git add .
git commit -m "ci: update changelog"
- name: Push changes
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### Merged

- docs: add bug bounty specs to SECURITY.md [`#26`](https://github.com/xeon-protocol/xeon-dapp/pull/26)
- fix: remove return buttons from token claim table [`#38`](https://github.com/xeon-protocol/xeon-dapp/pull/38)
- fix: switch to base sepolia on mobile web browsers [`#37`](https://github.com/xeon-protocol/xeon-dapp/pull/37)
- move contracts to `v1-core` repo and prepare `xeon-dapp` for public visibility [`#27`](https://github.com/xeon-protocol/xeon-dapp/pull/27)
- fix : solve token failing to claim [`#17`](https://github.com/xeon-protocol/xeon-dapp/pull/17)
- feat: add connect to base sepolia network enforcer [`#20`](https://github.com/xeon-protocol/xeon-dapp/pull/20)
- fix : disable click events on wallet and analytics page [`#14`](https://github.com/xeon-protocol/xeon-dapp/pull/14)
- style : make options darker [`#18`](https://github.com/xeon-protocol/xeon-dapp/pull/18)
Expand All @@ -21,35 +26,37 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### Fixed

- fix: remove return buttons from token claim table (#38) [`#28`](https://github.com/xeon-protocol/xeon-dapp/issues/28)
- style : make options darker (#18) [`#23`](https://github.com/xeon-protocol/xeon-dapp/issues/23)
- add SEO improvements (#19) [`#19`](https://github.com/xeon-protocol/xeon-dapp/issues/19)

### Commits

- refactor: remove `contracts/` directory [`e27bcf7`](https://github.com/xeon-protocol/xeon-dapp/commit/e27bcf79ca1cbe96442e8f3ea4699c5b96b13d99)
- docs: move necessary docs into contracts directory [`096f02f`](https://github.com/xeon-protocol/xeon-dapp/commit/096f02f13609052d185de4d4309c6e30ad0ba536)
- fix : teller modal [`a13e424`](https://github.com/xeon-protocol/xeon-dapp/commit/a13e424a182b00b27f4a68807fa39833e70a5376)
- docs: add license + fix link in SECURITY.md [`9dfaf11`](https://github.com/xeon-protocol/xeon-dapp/commit/9dfaf116328e8d81741eff43128abc677080a709)
- chore: add workflow and remove unused ABI file [`e6a6dbd`](https://github.com/xeon-protocol/xeon-dapp/commit/e6a6dbd9e79876f6586f30c94a7499b0c64841df)
- fix: update broken import to `contracts/abi` in `TokenTable.js` [`f5bde17`](https://github.com/xeon-protocol/xeon-dapp/commit/f5bde1791a6e086d9b7327594fbd9cb65d27f312)
- docs: update docs for public consumption [`021e9ea`](https://github.com/xeon-protocol/xeon-dapp/commit/021e9ea6891580561161a1f80dfa1bb36dd0d70e)
- docs: update CONTRIBUTING.md + README.md [`c1a35fa`](https://github.com/xeon-protocol/xeon-dapp/commit/c1a35fad49f5c8771b5f0f27e08a2687cb63ae34)
- docs: update README.md for app and contracts [`426ddf2`](https://github.com/xeon-protocol/xeon-dapp/commit/426ddf2286522352390bf567bc7057e361e8781b)
- chore: update formatting in issue templates [`e6b5cb8`](https://github.com/xeon-protocol/xeon-dapp/commit/e6b5cb8e22a729abcba56c984afb0d05561eebe6)
- chore: update testnet info paragraph [`2c3fdf5`](https://github.com/xeon-protocol/xeon-dapp/commit/2c3fdf5f7db3c6b07e12b1c5d3956d49445a3ff1)
- docs: create issue templates [`6db64a5`](https://github.com/xeon-protocol/xeon-dapp/commit/6db64a52b16d5b2da78621b09f5110824988ad87)
- docs: clean up changelog for v0.3.0 [`f3ce1b5`](https://github.com/xeon-protocol/xeon-dapp/commit/f3ce1b5f2ae71a3febde5bec7d7db60bf2451e6b)
- docs: update README.md to reflect changes [`7db7dc9`](https://github.com/xeon-protocol/xeon-dapp/commit/7db7dc907e6c005dbbc608d65347f7ccee3101a2)
- docs: add access request form submission [`f8d6709`](https://github.com/xeon-protocol/xeon-dapp/commit/f8d670988ed33076e72555a2706c0d510f43032c)
- docs: add badges to README.md [`dcce176`](https://github.com/xeon-protocol/xeon-dapp/commit/dcce176b2e7f9764994b6f02c295c5bad6b1987c)
- refactor: add v1-core as a submodule [`9538eea`](https://github.com/xeon-protocol/xeon-dapp/commit/9538eea6449a877ad8f4084b95238414f9ad0d78)
- feat: update SEO metadata and layout structure [`1b6f6f1`](https://github.com/xeon-protocol/xeon-dapp/commit/1b6f6f17240ff668d8a234f456cab0df0bb01461)
- docs: update bug-bounty to match v1-core [`e5aeb1c`](https://github.com/xeon-protocol/xeon-dapp/commit/e5aeb1c8dd2f9954035f601c6df378598d3997d8)
- Update page.js [`1014020`](https://github.com/xeon-protocol/xeon-dapp/commit/10140209a55c6314f8489500dc3878cb69be46c2)
- chore: remove contract dependencies from `package.json` [`930c3ba`](https://github.com/xeon-protocol/xeon-dapp/commit/930c3ba59e5ee7b919381d120a30329ef278ad4f)
- build: remove v1-core submodule [`c5564ce`](https://github.com/xeon-protocol/xeon-dapp/commit/c5564ce3d18639764546c84084563d1d5f0fc5c0)
- build: update git config in `sync-main-to-fleek.yml` [`65cd173`](https://github.com/xeon-protocol/xeon-dapp/commit/65cd1733d5d11e1cbfac6804969475189266205f)
- build: update config in deploy/fleek sync action [`bb61be4`](https://github.com/xeon-protocol/xeon-dapp/commit/bb61be4989a7d194cac2a05fdd3ad8fdf82596b2)
- chore: update addresses in script [`37b2a25`](https://github.com/xeon-protocol/xeon-dapp/commit/37b2a25cec5a038a0052f78b4b3c08f9e5ab1c1f)
- chore(release): version 0.3.0 [`bc9b5e7`](https://github.com/xeon-protocol/xeon-dapp/commit/bc9b5e7fd94c2190292232de046eba82f389d0db)
- build: give write permission to deploy/fleek sync action [`7552248`](https://github.com/xeon-protocol/xeon-dapp/commit/75522489c45673cbb9e584080279755a169a17af)
- feat: update SEO metadata [`41ba01e`](https://github.com/xeon-protocol/xeon-dapp/commit/41ba01e5ac8630f578b8930e56b220e74c894785)
- Update Header.js [`a8096e8`](https://github.com/xeon-protocol/xeon-dapp/commit/a8096e81dc98931cb407daa7fbdefc416fdf0ae0)
- Update Header.js [`d18f561`](https://github.com/xeon-protocol/xeon-dapp/commit/d18f561b1742cbf1ad61999937504b98d81978bb)
- Update Header.js [`d07e5fc`](https://github.com/xeon-protocol/xeon-dapp/commit/d07e5fcc9471cf01e407acf94f8f44d090c43e9b)
- fix: fix filename on access request template [`255db24`](https://github.com/xeon-protocol/xeon-dapp/commit/255db2410e6437414549e2f7afe67e1a06f31fc6)

## v0.3.0 - 2024-07-22

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"version": "auto-changelog -p && git add CHANGELOG.md"
"changelog": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down

0 comments on commit 75c0ace

Please sign in to comment.