Skip to content

Commit

Permalink
Tagged 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Feb 21, 2025
1 parent 3a17221 commit e2c2dd9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-lizards-check.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-root",
"version": "2.3.1",
"version": "2.3.2",
"private": true,
"description": "Workspace root for @codemod-utils",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/cli

## 2.3.2

### Patch Changes

- [#152](https://github.com/ijlee2/codemod-utils/pull/152) Extracted getPackageRoots() ([@ijlee2](https://github.com/ijlee2))

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/cli",
"version": "2.3.1",
"version": "2.3.2",
"description": "CLI to create a codemod project",
"keywords": [
"codemod",
Expand Down
6 changes: 6 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for @codemod-utils/files

## 2.1.0

### Minor Changes

- [#152](https://github.com/ijlee2/codemod-utils/pull/152) Extracted getPackageRoots() ([@ijlee2](https://github.com/ijlee2))

## 2.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-utils/files",
"version": "2.0.8",
"version": "2.1.0",
"description": "Utilities for handling files",
"keywords": [
"codemod",
Expand Down

0 comments on commit e2c2dd9

Please sign in to comment.