Skip to content

Commit

Permalink
ci(changeset): add jsdoc for test releaser (#6)
Browse files Browse the repository at this point in the history
## Test Versioning
add jsdoc for test auto-version

---------

Co-authored-by: tommy(정충일) <[email protected]>
  • Loading branch information
manudeli and tooooo1 committed Sep 11, 2023
1 parent d4175ea commit f7caccc
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@fepack/demo-image"]
}
5 changes: 5 additions & 0 deletions .changeset/itchy-cougars-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fepack/image": patch
---

ci(changeset): add jsdoc for test releaser
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": ["packlint", "codecov"]
"cSpell.words": ["packlint", "codecov", "fepack"]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"type": "module",
"workspaces": [
"configs/*",
"demo/*",
"packages/*",
"websites/*"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/image/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// https://developers.google.com/speed/webp/faq?hl=ko#in_your_own_javascript
/**
* @see https://developers.google.com/speed/webp/faq?hl=ko#in_your_own_javascript
*/
function isSupportWebP(): Promise<boolean> {
return new Promise((resolve) => {
const image = new Image();
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
packages:
- "configs/*"
- "demo"
- "packages/*"
- "websites/*"
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f7caccc

Please sign in to comment.