Skip to content

Commit

Permalink
bump version to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
weizman committed Feb 11, 2024
1 parent 4982bf6 commit 4cc0902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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": "@lavamoat/lavadome-core",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/lavadome-javascript",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"license": "MIT",
"module": "src/index.mjs",
Expand All @@ -10,7 +10,7 @@
"build"
],
"dependencies": {
"@lavamoat/lavadome-core": "^0.0.11",
"@lavamoat/lavadome-core": "^0.0.12",
"@lavamoat/preinstall-always-fail": "^2.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lavamoat/lavadome-react",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"license": "MIT",
"module": "src/index.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-dom": "^16.12.0"
},
"dependencies": {
"@lavamoat/lavadome-core": "^0.0.11",
"@lavamoat/lavadome-core": "^0.0.12",
"@lavamoat/preinstall-always-fail": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 4cc0902

Please sign in to comment.