diff --git a/.changeset/every-shoes-turn.md b/.changeset/every-shoes-turn.md new file mode 100644 index 0000000..2d8e392 --- /dev/null +++ b/.changeset/every-shoes-turn.md @@ -0,0 +1,6 @@ +--- +"@callstack/inspector-cli": patch +"@callstack/inspector": patch +--- + +update docs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8bb0f3..5094444 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: yarn build - name: Create version PR or publish package - uses: changesets/action@9f2f0d5b6aa7a1f1d2d8b4a3a8ef4f5f4d9d7c4a # v1 + uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0 with: version: yarn ci:version publish: yarn ci:publish diff --git a/README.md b/README.md index f5c3022..667f218 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - inspector + inspector @@ -20,7 +20,7 @@ This package fixes this gap following the same analogy from React on Web, by all ## Demo -![inspector](./docs/assets/inspector.gif) +![inspector](https://github.com/callstackincubator/inspector/blob/main/docs/assets/inspector.gif)
@@ -32,7 +32,7 @@ This package fixes this gap following the same analogy from React on Web, by all Most teams leverage React DevTools to profile their components in Debug Builds. If you are looking to profile React Components in Release builds, then this package is for you. -![Release Profilng](./docs/assets/release.png) +![Release Profilng](https://github.com/callstackincubator/inspector/blob/main/docs/assets/release.png) #### Inspecting React.Profiler callbacks in Release builds diff --git a/docs/assets/banner.png b/docs/assets/banner.png index d4799dd..60cdac7 100644 Binary files a/docs/assets/banner.png and b/docs/assets/banner.png differ