Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/good-mice-mix.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thirty-rings-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-humans-stick.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "node --test"
},
"devDependencies": {
"@e18e/deopt-shared": "0.1.0",
"@e18e/deopt-shared": "0.2.0",
"@preact/preset-vite": "^2.10.5",
"@preact/signals": "^2.9.2",
"open-props": "^1.7.23",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e18e/deopt

## 0.3.0

### Minor Changes

- 71791a9: Migrate the CLI to typescript and clean up processor/shared types.
- 053018f: Add markdown output to the CLI.

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e18e/deopt",
"version": "0.2.0",
"version": "0.3.0",
"description": "Investigates v8/Node.js function deoptimizations.",
"keywords": [],
"homepage": "https://github.com/e18e/deopt",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@e18e/deopt-app": "0.2.0",
"@e18e/deopt-processor": "0.1.0",
"@e18e/deopt-shared": "0.1.0",
"@e18e/deopt-processor": "0.2.0",
"@e18e/deopt-shared": "0.2.0",
"@types/node": "^22.0.0",
"tsdown": "^0.22.3"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @e18e/deopt-processor

## 0.2.0

### Minor Changes

- ea8bb09: Migrate processor and shared library to typescript.
- 71791a9: Migrate the CLI to typescript and clean up processor/shared types.

### Patch Changes

- Updated dependencies [ea8bb09]
- Updated dependencies [71791a9]
- Updated dependencies [053018f]
- @e18e/deopt-shared@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e18e/deopt-processor",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Investigates v8/Node.js function deoptimizations.",
"keywords": [],
Expand All @@ -23,7 +23,7 @@
"test": "node --test"
},
"dependencies": {
"@e18e/deopt-shared": "0.1.0"
"@e18e/deopt-shared": "0.2.0"
},
"devDependencies": {
"@types/node": "^22.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @e18e/deopt-shared

## 0.2.0

### Minor Changes

- ea8bb09: Migrate processor and shared library to typescript.
- 71791a9: Migrate the CLI to typescript and clean up processor/shared types.
- 053018f: Add markdown output to the CLI.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e18e/deopt-shared",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"description": "Investigates v8/Node.js function deoptimizations.",
"keywords": [],
Expand Down