Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 4, 2024
1 parent e9ec5fe commit 8966a46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.1",
"packages": [
"packages/*",
"examples/*"
],
"npmClient": "pnpm"
}
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.2",
"packages": ["packages/*", "examples/*"],
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lootsurvivor/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "./dist/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lootsurvivor/react",
"version": "0.0.1",
"version": "0.0.2",
"description": "Useful React hooks for Survivor",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 8966a46

Please sign in to comment.