Skip to content

Commit

Permalink
feat(codemods): fixed version like other suspensive libraries (#1461)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

#1387 (comment)

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.

---------

Co-authored-by: Gwansik Kim <39869096+gwansikk@users.noreply.github.com>
  • Loading branch information
manudeli and gwansikk authored Mar 3, 2025
1 parent 553dfdf commit 9e1c24d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"@suspensive/react-query",
"@suspensive/react-query-4",
"@suspensive/react-query-5",
"@suspensive/jotai"
"@suspensive/jotai",
"@suspensive/codemods"
]
],
"ignore": [
Expand Down
5 changes: 5 additions & 0 deletions .changeset/selfish-maps-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suspensive/codemods": major
---

feat(codemods): fixed version like other suspensive libraries

0 comments on commit 9e1c24d

Please sign in to comment.