first changeset

This commit is contained in:
Fractal-Tess
2023-05-19 04:02:56 +03:00
parent 5b53d2989d
commit 41ffe7b0a1
5 changed files with 1343 additions and 15 deletions

8
.changeset/README.md Normal file
View File

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

11
.changeset/config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "dev",
"updateInternalDependencies": "patch",
"ignore": []
}

View File

@@ -0,0 +1,5 @@
---
'svelte-tauri': patch
---
First changeset

View File

@@ -28,6 +28,7 @@
"src/**/*.{js,ts,svelte,css,scss,postcss,md,json}": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
@@ -41,7 +42,6 @@
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",
"changeset": "^0.2.6",
"daisyui": "^2.51.6",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",

1332
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff