Skip to content

Commit

Permalink
release: sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-yato committed Sep 20, 2024
1 parent 92bb37a commit 844af1b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/sdk/.changeset/little-kids-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@justmiracle/checkitout": patch
---

Ignore uneeded files
2 changes: 2 additions & 0 deletions packages/sdk/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.turbo
.DS_STORE
src
.gitignore
.npmignore
Expand Down
7 changes: 7 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @justmiracle/checkitout

## 0.1.1

### Patch Changes

- Ignore uneeded files
3 changes: 0 additions & 3 deletions packages/sdk/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"author": "RinYato <[email protected]> (https://rinyato.com)",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --minify",
Expand Down

0 comments on commit 844af1b

Please sign in to comment.