Skip to content

Commit 6670b0d

Browse files
authored
Chore: Monorepo (#140)
* created monorepo * created monorepo * Stuff * Progress * progress * Added folder * More stuff * All hooks and components complete * More stuff * Ported some tests * Moved all testes * format * svelte-package finally works * Fix src/lib verbosity * Added more stuff * test git hook * test git hook * test git hook * stuff * Removed githook * stuff * stuff * I don't get it * Remove redundant deps * Add changeset * Fix * Update deps * Formatting * Moved `packages/docs` to `sites/docs` * Fixed build issue * Add sync to post install * Prepack step * Follow skeleton monorepo convention with name * Fix pnpm lock * test * test * test * switch to adapter vercel * update lockfile
1 parent 974248d commit 6670b0d

File tree

169 files changed

+5736
-7291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+5736
-7291
lines changed

.changeset/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected].0/schema.json",
3-
"changelog": ["@changesets/cli/changelog", { "repo": "skeletonlabs/floating-ui-svelte" }],
2+
"$schema": "https://unpkg.com/@changesets/[email protected].5/schema.json",
3+
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "public",
7+
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

.changeset/gorgeous-rocks-perform.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@skeletonlabs/floating-ui-svelte": patch
3+
---
4+
5+
Update svelte 5 peerDep from next to stable

.eslintignore

Lines changed: 0 additions & 17 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/docs_issue.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)