Skip to content

Commit 02a68d5

Browse files
committed
v0.34.1
1 parent 9ecc607 commit 02a68d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/example-react",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "^5.14.1",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@loki/create-async-callback": "^0.34.0",
44-
"@loki/is-loki-running": "^0.34.0",
44+
"@loki/is-loki-running": "^0.34.1",
4545
"@storybook/addon-actions": "^6.4.19",
4646
"@storybook/addon-essentials": "^6.4.19",
4747
"@storybook/addon-interactions": "^6.4.19",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.34.0",
2+
"version": "0.34.1",
33
"useWorkspaces": true,
44
"registry": "https://registry.npmjs.org",
55
"npmClient": "yarn"

packages/is-loki-running/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@loki/is-loki-running",
3-
"version": "0.34.0",
3+
"version": "0.34.1",
44
"description": "Loki test indicator",
55
"keywords": [
66
"loki"

0 commit comments

Comments
 (0)