Skip to content

Commit eee07cb

Browse files
changeset
1 parent a94d48d commit eee07cb

26 files changed

+1614
-830
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

.changeset/social-humans-fail.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'sveltedown': major
3+
'svehast': major
4+
---
5+
6+
feat: Initial release

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: elliott-with-the-longest-name-on-github

.github/workflows/quality.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Quality
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
concurrency: ${{ github.workflow }}-${{ github.ref }}
10+
11+
jobs:
12+
quality:
13+
name: Type Check and Lint
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: pnpm/action-setup@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 24.x
21+
cache: 'pnpm'
22+
23+
- run: pnpm install
24+
env:
25+
CI: true
26+
27+
- run: pnpm build
28+
- run: pnpm check
29+
- run: pnpm lint

.github/workflows/release.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
concurrency: ${{ github.workflow }}-${{ github.ref }}
9+
10+
jobs:
11+
release:
12+
name: Release
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout
16+
uses: actions/checkout@v4
17+
18+
- uses: pnpm/action-setup@v4
19+
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: 24.x
23+
cache: 'pnpm'
24+
25+
- name: Install Dependencies
26+
run: pnpm install
27+
28+
- name: Create Release Pull Request or Publish to npm
29+
id: changesets
30+
uses: changesets/action@v1
31+
with:
32+
publish: pnpm release
33+
version: pnpm version-packages
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.github/workflows/test.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Test
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
concurrency: ${{ github.workflow }}-${{ github.ref }}
10+
11+
jobs:
12+
test:
13+
name: Unit Test
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: pnpm/action-setup@v4
18+
- uses: actions/setup-node@v4
19+
with:
20+
node-version: 24.x
21+
cache: 'pnpm'
22+
23+
- run: pnpm install
24+
env:
25+
CI: true
26+
27+
- run: pnpm build
28+
29+
- name: Run tests
30+
run: pnpm test

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pnpm-lock.yaml
44
yarn.lock
55
bun.lock
66
bun.lockb
7+
.changeset
78

89
# Miscellaneous
910
/static/

apps/docs/src/app.css

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
body {
2-
margin: 0;
3-
padding: 0;
4-
font-family: 'Geist';
5-
font-weight: 400;
6-
font-style: normal;
7-
-webkit-font-smoothing: antialiased;
8-
-moz-osx-font-smoothing: grayscale;
2+
margin: 0;
3+
padding: 0;
4+
font-family: 'Geist';
5+
font-weight: 400;
6+
font-style: normal;
7+
-webkit-font-smoothing: antialiased;
8+
-moz-osx-font-smoothing: grayscale;
99
}
1010

1111
pre {
12-
margin: 0;
13-
font-family: 'GeistMono', monospace;
14-
}
12+
margin: 0;
13+
font-family: 'GeistMono', monospace;
14+
}
1515

1616
code {
17-
font-family: 'GeistMono', monospace;
17+
font-family: 'GeistMono', monospace;
1818
}
1919

2020
@font-face {
21-
font-family: 'GeistMono';
22-
src: url('/fonts/GeistMono[wght].ttf') format('truetype-variations');
23-
font-weight: 100 900;
24-
font-style: normal;
25-
font-display: swap;
21+
font-family: 'GeistMono';
22+
src: url('/fonts/GeistMono[wght].ttf') format('truetype-variations');
23+
font-weight: 100 900;
24+
font-style: normal;
25+
font-display: swap;
2626
}
2727

2828
@font-face {
29-
font-family: 'GeistMono';
30-
src: url('/fonts/GeistMono-Italic[wght].ttf') format('truetype-variations');
31-
font-weight: 100 900;
32-
font-style: italic;
33-
font-display: swap;
29+
font-family: 'GeistMono';
30+
src: url('/fonts/GeistMono-Italic[wght].ttf') format('truetype-variations');
31+
font-weight: 100 900;
32+
font-style: italic;
33+
font-display: swap;
3434
}
3535

3636
@font-face {
37-
font-family: 'Geist';
38-
src: url('/fonts/Geist[wght].ttf') format('truetype-variations');
39-
font-weight: 100 900;
40-
font-style: normal;
41-
font-display: swap;
37+
font-family: 'Geist';
38+
src: url('/fonts/Geist[wght].ttf') format('truetype-variations');
39+
font-weight: 100 900;
40+
font-style: normal;
41+
font-display: swap;
4242
}
4343

4444
@font-face {
45-
font-family: 'Geist';
46-
src: url('/fonts/Geist-Italic[wght].ttf') format('truetype-variations');
47-
font-weight: 100 900;
48-
font-style: italic;
49-
font-display: swap;
45+
font-family: 'Geist';
46+
src: url('/fonts/Geist-Italic[wght].ttf') format('truetype-variations');
47+
font-weight: 100 900;
48+
font-style: italic;
49+
font-display: swap;
5050
}

0 commit comments

Comments
 (0)