Skip to content

Commit

Permalink
Merge pull request #261 from agustinusnathaniel/dev
Browse files Browse the repository at this point in the history
release/v1.16.19
  • Loading branch information
agustinusnathaniel authored Nov 23, 2024
2 parents d2174dd + 23f4029 commit d76ed0e
Show file tree
Hide file tree
Showing 12 changed files with 1,136 additions and 1,198 deletions.
6 changes: 3 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "spoker",
"projectOwner": "sozonome",
"projectOwner": "agustinusnathaniel",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
Expand All @@ -11,10 +11,10 @@
"commitConvention": "none",
"contributors": [
{
"login": "sozonome",
"login": "agustinusnathaniel",
"name": "Agustinus Nathaniel",
"avatar_url": "https://avatars.githubusercontent.com/u/17046154?v=4",
"profile": "https://sznm.dev/",
"profile": "https://agustinusnathaniel.com/",
"contributions": [
"code",
"bug",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:
name: Release
jobs:
release:
uses: sozonome/workflows/.github/workflows/release.yml@main
uses: agustinusnathaniel/workflows/.github/workflows/release.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
update-license:
uses: sozonome/workflows/.github/workflows/update-license.yml@main
uses: agustinusnathaniel/workflows/.github/workflows/update-license.yml@main
401 changes: 204 additions & 197 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<table>
<tbody>
<tr>
<td align="center"><a href="https://sznm.dev/"><img src="https://avatars.githubusercontent.com/u/17046154?v=4?s=72" width="72px;" alt=""/><br /><sub><b>Agustinus Nathaniel</b></sub></a><br /><a href="https://github.com/sozonome/spoker/commits?author=sozonome" title="Code">💻</a> <a href="https://github.com/sozonome/spoker/issues?q=author%3Asozonome" title="Bug reports">🐛</a> <a href="#design-sozonome" title="Design">🎨</a> <a href="#ideas-sozonome" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-sozonome" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-sozonome" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://agustinusnathaniel.com/"><img src="https://avatars.githubusercontent.com/u/17046154?v=4?s=72" width="72px;" alt="Agustinus Nathaniel"/><br /><sub><b>Agustinus Nathaniel</b></sub></a><br /><a href="https://github.com/agustinusnathaniel/spoker/commits?author=agustinusnathaniel" title="Code">💻</a> <a href="https://github.com/agustinusnathaniel/spoker/issues?q=author%3Aagustinusnathaniel" title="Bug reports">🐛</a> <a href="#design-agustinusnathaniel" title="Design">🎨</a> <a href="#ideas-agustinusnathaniel" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-agustinusnathaniel" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-agustinusnathaniel" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion next-seo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultSEOConfig = {
site_name: 'spoker',
},
twitter: {
handle: '@sozonome',
handle: '@agstnsnathaniel',
cardType: 'summary_large_image',
},
};
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "spoker",
"version": "1.16.18",
"version": "1.16.19",
"private": true,
"author": "sozonome",
"author": "agustinusnathaniel",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
Expand Down Expand Up @@ -32,22 +32,22 @@
"@emotion/styled": "^11.13.0",
"@fontsource/gabarito": "^5.1.0",
"@fontsource/gantari": "^5.1.0",
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.32.0",
"firebase": "^10.13.2",
"framer-motion": "^11.9.0",
"@hookform/resolvers": "^3.9.1",
"@sentry/nextjs": "^8.36.0",
"firebase": "^11.0.1",
"framer-motion": "^11.11.11",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"next": "^14.2.13",
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-rewards": "^2.0.4",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.3",
"react-textarea-autosize": "^8.5.4",
"sortablejs": "^1.15.3",
"twemoji": "14.0.2",
"zod": "^3.23.8",
Expand All @@ -59,28 +59,28 @@
"@commitlint/types": "^19.5.0",
"@jahed/firebase-rules": "^1.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/sortablejs": "^1.15.8",
"all-contributors-cli": "^6.26.1",
"babel-loader": "^9.2.1",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"commitlint": "^19.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"eslint-config-sznm": "^2.0.3",
"eslint-config-sznm": "^2.0.4",
"husky": "^9.1.6",
"knip": "^5.30.2",
"knip": "^5.36.1",
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"repository": {
"url": "https://github.com/sozonome/spoker"
"url": "https://github.com/agustinusnathaniel/spoker"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down
Loading

0 comments on commit d76ed0e

Please sign in to comment.