Skip to content

Commit

Permalink
v0.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Aug 27, 2024
1 parent 9335f1e commit a5130d1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/example-react",
"version": "0.35.0",
"version": "0.35.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -40,7 +40,7 @@
]
},
"devDependencies": {
"@loki/create-async-callback": "^0.35.0",
"@loki/create-async-callback": "^0.35.1",
"@loki/is-loki-running": "^0.35.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
Expand All @@ -54,7 +54,7 @@
"@storybook/testing-library": "^0.0.9",
"concurrently": "^7.6.0",
"deelay": "^2.0.0",
"loki": "^0.35.0",
"loki": "^0.35.1",
"webpack": "^5.70.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.35.0",
"version": "0.35.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-async-callback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/create-async-callback",
"version": "0.35.0",
"version": "0.35.1",
"description": "Loki async story management helper",
"keywords": [
"loki"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/integration-react",
"version": "0.35.0",
"version": "0.35.1",
"description": "Loki react integration",
"keywords": [
"loki"
Expand Down
4 changes: 2 additions & 2 deletions packages/loki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loki",
"version": "0.35.0",
"version": "0.35.1",
"description": "Visual Regression Testing for Storybook",
"bin": {
"loki": "bin/loki"
Expand Down Expand Up @@ -44,7 +44,7 @@
"*.js"
],
"dependencies": {
"@loki/integration-react": "^0.35.0",
"@loki/integration-react": "^0.35.1",
"@loki/integration-react-native": "^0.35.0",
"@loki/integration-vue": "^0.35.0",
"@loki/runner": "^0.35.0",
Expand Down
4 changes: 2 additions & 2 deletions test/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@loki/test-cli",
"version": "0.35.0",
"version": "0.35.1",
"private": true,
"scripts": {
"test": "bash ./test-cra-init.sh"
},
"devDependencies": {
"execa": "^5.0.0",
"loki": "^0.35.0"
"loki": "^0.35.1"
}
}

0 comments on commit a5130d1

Please sign in to comment.