Skip to content

Commit

Permalink
Chore: Monorepo (#140)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Hugos68 authored Jan 1, 2025
1 parent 974248d commit 6670b0d
Show file tree
Hide file tree
Showing 169 changed files with 5,736 additions and 7,291 deletions.
8 changes: 0 additions & 8 deletions .changeset/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected].0/schema.json",
"changelog": ["@changesets/cli/changelog", { "repo": "skeletonlabs/floating-ui-svelte" }],
"$schema": "https://unpkg.com/@changesets/[email protected].5/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
5 changes: 5 additions & 0 deletions .changeset/gorgeous-rocks-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@skeletonlabs/floating-ui-svelte": patch
---

Update svelte 5 peerDep from next to stable
17 changes: 0 additions & 17 deletions .eslintignore

This file was deleted.

45 changes: 0 additions & 45 deletions .eslintrc.cjs

This file was deleted.

13 changes: 0 additions & 13 deletions .github/FUNDING.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/docs_issue.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/pull_request_template.md

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/ci.yml

This file was deleted.

Loading

0 comments on commit 6670b0d

Please sign in to comment.