Skip to content

Commit 5a7fd81

Browse files
chore: version packages (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b8b3927 commit 5a7fd81

5 files changed

Lines changed: 18 additions & 8 deletions

File tree

.changeset/every-shoes-turn.md

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

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @callstack/inspector-cli
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b8b3927: update docs

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": "@callstack/inspector-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI for Inspector",
55
"type": "module",
66
"exports": {

packages/inspector/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @callstack/inspector
2+
3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- b8b3927: update docs
8+
- Updated dependencies [b8b3927]
9+
- @callstack/inspector-cli@0.1.1

packages/inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@callstack/inspector",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Profile React Native App in Release mode with React DevTools",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)