Skip to content

Commit

Permalink
version : bump to 1.0.9
Browse files Browse the repository at this point in the history
* version : bump to 1.0.9

* fix : remove contribution owner from co-authors #132

* feat : add default mod texture to the git repo

* feat : archive contributions who's texture has been deleted

* feat : (part 1) new contribution system using git

* feat : (part 2) move contribution settings to profile & remove reports

* feat : (part 3) almost finished new contribution system

* fix : fix mods resource pack download for the new contributions

* fix : delete contributions download endpoint #134

* fix : remove unused function

* fix : hide help by default

* fix : remove sync button (not needed)

* feat : (part 4) add missing functions

* fix : add messages

* fix : use a different repo for dev

* fix : use hashes instead of texture ids as it's immutable

* fix : improve wording

* fix : adapt user page to small devices

* feat : add the fork button to the contribute page

* fix : make sure resolution branches are empty

* feat : add ID to search filter

* feat : add magic wand to select vanilla texture

* feat : add texture hash & vanilla mention to popup

* feat : add vanilla texture & disabled contribution to contributions

* fix : clean up unused code

* feat : use mod unique id instead of cuid for pagination

* deps-dev : bump tailwindcss from 3.4.8 to 3.4.10 (#136)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.8 to 3.4.10.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.8...v3.4.10)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deps-dev : bump eslint-plugin-unused-imports from 3.2.0 to 4.1.3 (#127)

Bumps [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) from 3.2.0 to 4.1.3.
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits/v4.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-unused-imports
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps-dev : bump tsx from 4.16.5 to 4.17.0 (#128)

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.5 to 4.17.0.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.16.5...v4.17.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* deps: update deps and dev-deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Juknum and dependabot[bot] authored Aug 19, 2024
1 parent 74f39f8 commit 5d9959a
Show file tree
Hide file tree
Showing 40 changed files with 2,008 additions and 2,482 deletions.
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

0 comments on commit 5d9959a

Please sign in to comment.