Skip to content

Commit

Permalink
bump version to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
weizman committed Mar 4, 2024
1 parent d46c1ec commit 57c7f38
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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"description": "",
"license": "MIT",
"module": "src/index.mjs",
Expand All @@ -10,7 +10,7 @@
"build"
],
"dependencies": {
"@lavamoat/lavadome-core": "^0.0.15",
"@lavamoat/lavadome-core": "^0.0.16",
"@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.15",
"version": "0.0.16",
"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.15",
"@lavamoat/lavadome-core": "^0.0.16",
"@lavamoat/preinstall-always-fail": "^2.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 57c7f38

Please sign in to comment.