Skip to content

Commit

Permalink
chore: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Nov 5, 2024
1 parent 8ef1093 commit f4e6fd9
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 199 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-scissors-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@umijs/tnf': patch
---

first changeset log
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
},
"ignore": ["@examples/normal"]
"ignore": [
"@examples/hackernews",
"@examples/normal"
]
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0-alpha.5",
"scripts": {
"build": "father build",
"changeset": "tsx scripts/changeset.ts",
"changeset": "tsx scripts/changeset.ts && changeset",
"check": "prettier --check .",
"ci": "npm run check && npm run build && npm run test --run && npm run test:e2e && father doctor",
"dev": "father dev",
Expand Down Expand Up @@ -54,8 +54,7 @@
"react-dom": "19.0.0-rc-02c0e824-20241028",
"spdy": "^4.0.2",
"yargs-parser": "^21.1.1",
"zod": "^3.23.8",
"zx": "^7.2.0"
"zod": "^3.23.8"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
Expand Down
Loading

0 comments on commit f4e6fd9

Please sign in to comment.