Skip to content

Commit

Permalink
chore: rc deploy test2
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-dudu committed Feb 9, 2025
1 parent a093773 commit 4fe6edc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-mirrors-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sync-api-kit": patch
---

rc release test2
4 changes: 1 addition & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"initialVersions": {
"sync-api-kit": "1.0.0"
},
"changesets": [
"thirty-bobcats-burn"
]
"changesets": ["thirty-bobcats-burn"]
}
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"name": "sync-api-kit",
"version": "1.0.1-rc.0",
"description": "Swagger-based clients for multiple APIs for the frontend, with daily type checks.",
"keywords": [
"openapi-typescript",
"daily type check"
],
"keywords": ["openapi-typescript", "daily type check"],
"repository": {
"type": "git",
"url": "https://github.com/fe-dudu/sync-api-kit.git"
Expand All @@ -29,9 +26,7 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"changeset": "changeset",
Expand Down

0 comments on commit 4fe6edc

Please sign in to comment.