Skip to content

Commit 07b6b77

Browse files
authored
chore: version packages (#1402)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @suspensive/[email protected] ### Minor Changes - [#1401](#1401) [`9d72053`](9d72053) Thanks [@gwansikk](https://github.com/gwansikk)! - feat(codemods): add codemod dry, print options
1 parent 7d64a9b commit 07b6b77

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/angry-cars-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/codemods/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @suspensive/codemods
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#1401](https://github.com/toss/suspensive/pull/1401) [`9d72053`](https://github.com/toss/suspensive/commit/9d72053bd3f51cf00b7f33b58ba4dd8167a1577e) Thanks [@gwansikk](https://github.com/gwansikk)! - feat(codemods): add codemod dry, print options
8+
39
## 0.1.1
410

511
### Patch Changes

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suspensive/codemods",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Codemods for @suspensive.",
55
"keywords": [
66
"suspensive",

0 commit comments

Comments
 (0)