Skip to content

Commit

Permalink
3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar committed Mar 9, 2024
1 parent 351885f commit 6db3194
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: npm run build-storybook

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

</details>
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: npm run serve &

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

</details>
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
run: npm run story:build

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

</details>
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
run: npm run start &

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

</details>
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
run: npx playwright install --with-deps && npm run test:e2e

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://lostpixel/lost-pixel:v3.15.1'
image: 'docker://lostpixel/lost-pixel:v3.16.0'
# for branch testing
# image: 'Dockerfile'
2 changes: 1 addition & 1 deletion docs/guides/getting-started/getting-started-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ coverY: 0
run: npm run serve &#x26;

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
</code></pre>

4. _(Optional)_ Add [automatic PR for easy baseline update](../../recipes/lost-pixel-oss/automatic-baseline-update-pr.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ coverY: 0
run: npm run serve &
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

{% endcode %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Lost Pixel
id: lp
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_MODE: update
- name: Create Pull Request
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/lost-pixel-platform/monorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
CI: true

- name: ${{ matrix.config.name }}
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}
LOST_PIXEL_CONFIG_DIR: ${{ matrix.config.package }}
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/checkout@v2

- name: Lost Pixel Finalize
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}
LOST_PIXEL_CONFIG_DIR: apps/web
Expand Down
6 changes: 3 additions & 3 deletions docs/setup/integrating-with-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Lost Pixel has first-class support for GitHub Actions, offering a dedicated acti

```
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```

As outlined in [modes](project-configuration/modes.md), Lost Pixel can run in different modes or all of them simultaneously. You would need to build the respective provider and serve it in the action to make it available for the Lost Pixel, e.g. build & serve storybook, build & serve ladle, build & serve next app
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: npm run build-storybook

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
```
{% endcode %}

Expand All @@ -47,7 +47,7 @@ Using Lost Pixel in **Platform Mode,** you need to provide the `LOST_PIXEL_API_K

```
- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
env:
LOST_PIXEL_API_KEY: ${{ secrets.LOST_PIXEL_API_KEY }}
```
Expand Down
2 changes: 1 addition & 1 deletion examples/example-storybook-v6.4/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: npm run build-storybook

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: npm run build-storybook

- name: Lost Pixel
uses: lost-pixel/lost-pixel@v3.15.1
uses: lost-pixel/lost-pixel@v3.16.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lost-pixel",
"version": "3.15.1",
"version": "3.16.0",
"description": "GitHub Action for Lost Pixel integration",
"main": "dist/",
"bin": "dist/bin.js",
Expand Down

0 comments on commit 6db3194

Please sign in to comment.