Skip to content

Commit

Permalink
Merge pull request #206 from hypermod-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
danieldelcore authored Sep 18, 2023
2 parents 9aace38 + 56b2d3c commit c1b2425
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-apes-travel.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli-alias/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeshift/cli

## 0.19.2

### Patch Changes

- Updated dependencies [61c95968]
- @hypermod/cli@0.19.2

## 0.19.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-alias/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeshift/cli",
"version": "0.19.1",
"version": "0.19.2",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"start:dev": "ts-node src/index.ts"
},
"dependencies": {
"@hypermod/cli": "^0.19.1",
"@hypermod/cli": "^0.19.2",
"ts-node": "^10.9.1"
},
"engines": {
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 @@
# @hypermod/cli

## 0.19.2

### Patch Changes

- 61c95968: Experimental loader will now install deps relative to the CLI source files

## 0.19.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": "@hypermod/cli",
"version": "0.19.1",
"version": "0.19.2",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c1b2425

Please sign in to comment.