Skip to content

Commit

Permalink
Merge pull request #234 from pixeleye-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AlfieJones authored Mar 5, 2024
2 parents 30752f9 + 91ac325 commit 55623e8
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-dryers-itch.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cypress/pixeleye.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
token: "pxi__9hI4JoYvGmyt3e7AYgmda6fY8LeJZaaL:Jw-gbMBbOd5RRbcOF-Q2-",
token: "your-token",
endpoint: "http://localhost:5000",
};
2 changes: 1 addition & 1 deletion examples/playwright/pixeleye.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
token: "pxi__hcyslbsduva8-TOnCAMY5lTQQTaPfWgf:eTgDhcVrB-MEZ7NutB4K3",
token: "your-token",
endpoint: "http://localhost:5000",
};
2 changes: 1 addition & 1 deletion examples/puppeteer-with-vitest/pixeleye.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
token: "pxi__cqF-4SvS3nVJE7bkFxzB7avUw8mxHGKJ:IkI32N9lhBHtS8cCJN3HG",
token: "your-token",
endpoint: "http://localhost:5000",
};
7 changes: 7 additions & 0 deletions integrations/cli/pixeleye/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pixeleye

## 0.4.19

### Patch Changes

- Updated dependencies [[`71f4d04`](https://github.com/pixeleye-io/pixeleye/commit/71f4d047efba72f65d8b22a7ecc704a4face6ab9)]:
- @pixeleye/storybook@0.5.16

## 0.4.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/pixeleye/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixeleye",
"version": "0.4.18",
"version": "0.4.19",
"private": false,
"license": "AGPL-3.0",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions integrations/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pixeleye/storybook

## 0.5.16

### Patch Changes

- [#233](https://github.com/pixeleye-io/pixeleye/pull/233) [`71f4d04`](https://github.com/pixeleye-io/pixeleye/commit/71f4d047efba72f65d8b22a7ecc704a4face6ab9) Thanks [@AlfieJones](https://github.com/AlfieJones)! - Catching timeout error waiting for story to render

## 0.5.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pixeleye/storybook",
"private": false,
"version": "0.5.15",
"version": "0.5.16",
"scripts": {
"lint": "eslint",
"types": "tsc --noEmit",
Expand Down

0 comments on commit 55623e8

Please sign in to comment.