Skip to content

Commit b0d2268

Browse files
committed
Tagged 4.1.0
1 parent b6fce74 commit b0d2268

14 files changed

Lines changed: 33 additions & 31 deletions

.changeset/cyan-horses-sort.md

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

.changeset/few-suits-kneel.md

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

.changeset/ten-tips-listen.md

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

.changeset/tidy-badgers-juggle.md

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

.changeset/wicked-years-accept.md

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

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# docs-app-for-codemod-utils
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#275](https://github.com/ijlee2/codemod-utils/pull/275) Scaffolded page for @codemod-utils/threads ([@ijlee2](https://github.com/ijlee2))
8+
39
## 1.2.0
410

511
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-app-for-codemod-utils",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"description": "Docs app for codemod-utils",
66
"homepage": "https://codemod-utils.netlify.app/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"private": true,
55
"description": "Workspace root for @codemod-utils",
66
"repository": {

packages/cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codemod-utils/cli
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#274](https://github.com/ijlee2/codemod-utils/pull/274) Allowed installing @codemod-utils/threads ([@ijlee2](https://github.com/ijlee2))
8+
9+
### Patch Changes
10+
11+
- [#274](https://github.com/ijlee2/codemod-utils/pull/274) Updated latestVersions ([@ijlee2](https://github.com/ijlee2))
12+
313
## 4.0.0
414

515
### Major Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemod-utils/cli",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "CLI to create a codemod project",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)