Skip to content

Commit 6156811

Browse files
committed
add changesets
1 parent c6bb7ac commit 6156811

File tree

5 files changed

+1695
-36
lines changed

5 files changed

+1695
-36
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/poor-badgers-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vite-plugin-solid': minor
3+
---
4+
5+
add changesets, update to solid-refresh 0.7

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
"vitefu": "^0.2.5"
5050
},
5151
"devDependencies": {
52-
"@babel/preset-typescript": "^7.23.3",
5352
"@babel/preset-env": "^7.23.3",
53+
"@babel/preset-typescript": "^7.23.3",
54+
"@changesets/cli": "^2.27.1",
5455
"@rollup/plugin-babel": "^6.0.4",
5556
"@rollup/plugin-commonjs": "^25.0.7",
5657
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -69,7 +70,9 @@
6970
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
7071
},
7172
"peerDependenciesMeta": {
72-
"@testing-library/jest-dom": { "optional": true }
73+
"@testing-library/jest-dom": {
74+
"optional": true
75+
}
7376
},
7477
"packageManager": "[email protected]"
7578
}

0 commit comments

Comments
 (0)