Skip to content

Commit 99a8e3e

Browse files
committed
chore: downgrade version to 0.3.0 and add @changesets/cli dependency
1 parent b06858f commit 99a8e3e

4 files changed

Lines changed: 694 additions & 6 deletions

File tree

.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/config@3.1.2/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+
}

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageManager": "pnpm@10.28.2",
3-
"version": "1.0.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -50,7 +50,8 @@
5050
"tsdx": "^2.0.0",
5151
"tslib": "^2.8.1",
5252
"typescript": "^5.9.3",
53-
"vitest": "^4.0.18"
53+
"vitest": "^4.0.18",
54+
"@changesets/cli": "^2.29.8"
5455
},
5556
"dependencies": {
5657
"@react-spring/web": "^10.0.3"

0 commit comments

Comments
 (0)