Skip to content

Commit

Permalink
v0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Mar 12, 2024
1 parent 9ecc607 commit 02a68d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.34.0",
"version": "0.34.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@loki/create-async-callback": "^0.34.0",
"@loki/is-loki-running": "^0.34.0",
"@loki/is-loki-running": "^0.34.1",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.34.0",
"version": "0.34.1",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"npmClient": "yarn"
Expand Down
2 changes: 1 addition & 1 deletion packages/is-loki-running/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loki/is-loki-running",
"version": "0.34.0",
"version": "0.34.1",
"description": "Loki test indicator",
"keywords": [
"loki"
Expand Down

0 comments on commit 02a68d5

Please sign in to comment.