Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mode": "pre",
"tag": "beta",
"initialVersions": {
"skycrypt-frontend": "3.3.3"
},
"changesets": [
"puny-owls-say"
]
}
5 changes: 5 additions & 0 deletions .changeset/puny-owls-say.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"skycrypt-frontend": minor
---

feat: add player profile card image generation
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Set this to be the domain of your website in production
# Example: "https://sky.shiiyu.moe"
ORIGIN="http://localhost:5173"
PUBLIC_ORIGIN=$ORIGIN

PUBLIC_DISCORD_INVITE="https://discord.gg/"
PUBLIC_PATREON="https://www.patreon.com/"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.4.0-beta.0

### Minor Changes

- feat: add player profile card image generation ([`13d3fee`](https://github.com/SkyCryptWebsite/SkyCrypt-Frontend/commit/13d3fee85df394e7ba98386acba00b095d821a6e))

## 3.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The scope is optional but recommended for better categorization.
- `fix: resolve rendering issue`
- `docs: update contributing guidelines`

**Commit Type Reference**: See [.github/CONVENTIONAL_COMMITS.md](.github/CONVENTIONAL_COMMITS.md) for a quick reference guide.
**Commit Type Reference**: See [conventionalcommits.org](https://www.conventionalcommits.org/en/v1.0.0/#summary) for a quick reference guide.

### Automated Releases

Expand Down
30 changes: 16 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skycrypt-frontend",
"version": "3.3.3",
"version": "3.4.0-beta.0",
"private": true,
"type": "module",
"repository": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@dnd-kit/svelte": "^0.3.2",
"@eslint/compat": "^2.0.3",
"@eslint/js": "^10.0.1",
"@lucide/svelte": "^0.577.0",
"@lucide/svelte": "^1.0.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@playwright/test": "^1.58.2",
Expand All @@ -57,32 +57,33 @@
"@types/node": "^25.5.0",
"@types/relaxed-json": "^1.0.4",
"@types/upng-js": "^2.1.5",
"@vitest/browser-playwright": "^4.1.0",
"@vitest/coverage-v8": "^4.1.0",
"@vitest/ui": "^4.1.0",
"@vitest/browser-playwright": "^4.1.1",
"@vitest/coverage-v8": "^4.1.1",
"@vitest/ui": "^4.1.1",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"devalue": "^5.6.4",
"dotenv-cli": "^11.0.0",
"eslint": "^10.0.3",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.15.2",
"eslint-plugin-svelte": "^3.16.0",
"formsnap": "^2.0.1",
"globals": "^17.4.0",
"ky": "^1.14.3",
"numerable": "^0.3.15",
"orval": "^8.5.3",
"orval": "^8.6.2",
"paneforge": "^1.0.2",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"pretty-ms": "^9.3.0",
"runed": "^0.37.1",
"satori-html": "^0.3.2",
"skinview3d": "^3.4.1",
"super-sitemap": "^1.0.7",
"svelte": "^5.54.0",
"svelte": "^5.55.0",
"svelte-check": "^4.4.5",
"svelte-persisted-store": "^0.12.0",
"svelte-preprocess": "^6.0.3",
Expand All @@ -94,17 +95,18 @@
"tailwindcss": "^4.2.2",
"tailwindcss-motion": "^1.1.1",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.0.0",
"vite": "^8.0.2",
"vite-plugin-devtools-json": "^1.0.0",
"vitest": "^4.1.0",
"vitest": "^4.1.1",
"vitest-browser-svelte": "^2.1.0",
"zod": "^4.3.6"
},
"dependencies": {
"@sentry/sveltekit": "^10.44.0",
"@sentry/sveltekit": "^10.45.0",
"@takumi-rs/image-response": "1.0.0-beta.14",
"culori": "^4.0.2",
"simple-git-hooks": "^2.13.1"
},
Expand Down
Loading
Loading