Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version : bump to 1.0.9 #135

Merged
merged 30 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
61e52b0
version : bump to 1.0.9
Juknum Aug 16, 2024
a5ca831
fix : remove contribution owner from co-authors #132
Juknum Aug 16, 2024
fc55703
feat : add default mod texture to the git repo
Juknum Aug 17, 2024
962504f
feat : archive contributions who's texture has been deleted
Juknum Aug 17, 2024
640c882
feat : (part 1) new contribution system using git
Juknum Aug 17, 2024
eb629f8
feat : (part 2) move contribution settings to profile & remove reports
Juknum Aug 18, 2024
26e97e1
feat : (part 3) almost finished new contribution system
Juknum Aug 18, 2024
ae623b0
fix : fix mods resource pack download for the new contributions
Juknum Aug 18, 2024
2b149f9
fix : delete contributions download endpoint #134
Juknum Aug 18, 2024
5264e05
fix : remove unused function
Juknum Aug 18, 2024
cb00138
fix : hide help by default
Juknum Aug 18, 2024
648a28a
fix : remove sync button (not needed)
Juknum Aug 18, 2024
d069c76
feat : (part 4) add missing functions
Juknum Aug 18, 2024
65eafac
fix : add messages
Juknum Aug 18, 2024
f4f76fb
fix : use a different repo for dev
Juknum Aug 18, 2024
655be21
fix : use hashes instead of texture ids as it's immutable
Juknum Aug 18, 2024
af9a9e6
fix : improve wording
Juknum Aug 18, 2024
b3dbf51
fix : adapt user page to small devices
Juknum Aug 18, 2024
3a4b8ce
feat : add the fork button to the contribute page
Juknum Aug 18, 2024
83e4c70
fix : make sure resolution branches are empty
Juknum Aug 18, 2024
1896776
feat : add ID to search filter
Juknum Aug 18, 2024
24c8359
feat : add magic wand to select vanilla texture
Juknum Aug 19, 2024
bcb0133
feat : add texture hash & vanilla mention to popup
Juknum Aug 19, 2024
f8b8bf6
feat : add vanilla texture & disabled contribution to contributions
Juknum Aug 19, 2024
daec0ad
fix : clean up unused code
Juknum Aug 19, 2024
33189c6
feat : use mod unique id instead of cuid for pagination
Juknum Aug 19, 2024
e7fd04e
deps-dev : bump tailwindcss from 3.4.8 to 3.4.10 (#136)
dependabot[bot] Aug 19, 2024
86ad541
deps-dev : bump eslint-plugin-unused-imports from 3.2.0 to 4.1.3 (#127)
dependabot[bot] Aug 19, 2024
2dc7fbb
deps-dev : bump tsx from 4.16.5 to 4.17.0 (#128)
dependabot[bot] Aug 19, 2024
6cb0461
deps: update deps and dev-deps
Juknum Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
708 changes: 427 additions & 281 deletions package-lock.json

Large diffs are not rendered by default.

33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faithful-mods",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"scripts": {
"dev": "npx cross-env NODE_ENV=development tsx watch src/server.ts",
Expand All @@ -15,14 +15,15 @@
"@auth/prisma-adapter": "^2.4.2",
"@hookform/resolvers": "^3.9.0",
"@ltd/j-toml": "^1.38.0",
"@mantine/carousel": "^7.12.0",
"@mantine/core": "^7.12.0",
"@mantine/dates": "^7.12.0",
"@mantine/dropzone": "^7.12.0",
"@mantine/form": "^7.12.0",
"@mantine/hooks": "^7.12.0",
"@mantine/modals": "^7.12.0",
"@mantine/notifications": "^7.12.0",
"@mantine/carousel": "^7.12.1",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mantine/dropzone": "^7.12.1",
"@mantine/form": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@mantine/modals": "^7.12.1",
"@mantine/notifications": "^7.12.1",
"@octokit/rest": "^21.0.2",
"@types/unzipper": "^0.10.9",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
Expand All @@ -34,39 +35,39 @@
"react-compare-slider": "^3.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"sass": "^1.77.8",
"server-only": "^0.0.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unzipper": "^0.12.1",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@prisma/client": "^5.18.0",
"@types/node": "^20.14.14",
"@types/node": "^20.16.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^5.18.0",
"prisma-json-types-generator": "^3.0.4",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.5.0",
"tailwindcss": "^3.4.8",
"tsx": "^4.16.5",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
}
}
52 changes: 0 additions & 52 deletions src/app/(pages)/(protected)/contribute/about/page.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions src/app/(pages)/(protected)/contribute/layout.tsx

This file was deleted.

Loading