Skip to content

Commit b1fd69f

Browse files
bump packages version (#2)
1 parent 2732f34 commit b1fd69f

16 files changed

Lines changed: 74 additions & 22 deletions

File tree

.changeset/curvy-cats-fetch.md

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

.changeset/stale-buses-cover.md

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

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @react-trace/core
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- fde948b: Add ability to expand/collapse the toolbar
8+
- 204ec50: Improve how source location is resolved and compute relative and absolute paths
9+
- Updated dependencies [fde948b]
10+
- @react-trace/ui-components@0.0.2
11+
312
## 0.0.3
413

514
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-trace/core",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Core runtime for react-trace: inspector overlay, plugin API, and shared hooks",
55
"keywords": [
66
"react-find",

packages/plugin-comments/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @react-trace/plugin-comments
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 204ec50: Improve how source location is resolved and compute relative and absolute paths
8+
- Updated dependencies [fde948b]
9+
- Updated dependencies [204ec50]
10+
- @react-trace/ui-components@0.0.2
11+
- @react-trace/core@0.0.4
12+
313
## 0.0.3
414

515
### Patch Changes

packages/plugin-comments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-trace/plugin-comments",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "react-trace plugin: inline code comments with OpenCode AI integration",
55
"keywords": [
66
"react-trace",

packages/plugin-copy-to-clipboard/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @react-trace/plugin-copy-to-clipboard
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 204ec50: Improve how source location is resolved and compute relative and absolute paths
8+
- Updated dependencies [fde948b]
9+
- Updated dependencies [204ec50]
10+
- @react-trace/ui-components@0.0.2
11+
- @react-trace/core@0.0.4
12+
313
## 0.0.3
414

515
### Patch Changes

packages/plugin-copy-to-clipboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-trace/plugin-copy-to-clipboard",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "react-trace plugin: copy selected component source and path to clipboard",
55
"keywords": [
66
"react-trace",

packages/plugin-open-editor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @react-trace/plugin-open-editor
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- 204ec50: Improve how source location is resolved and compute relative and absolute paths
8+
- Updated dependencies [fde948b]
9+
- Updated dependencies [204ec50]
10+
- @react-trace/ui-components@0.0.2
11+
- @react-trace/core@0.0.4
12+
313
## 0.0.3
414

515
### Patch Changes

packages/plugin-open-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-trace/plugin-open-editor",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "react-trace plugin: open inspected component source in your code editor",
55
"keywords": [
66
"react-trace",

0 commit comments

Comments
 (0)