Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhansamani committed Sep 9, 2021
1 parent f35d484 commit a95824e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.5.1",
"version": "3.5.2",
"lerna": "2.11.0",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@appbaseio/dejavu-browser",
"description": "Dejavu monorepo data browser components",
"version": "3.5.1",
"version": "3.5.2",
"authors": [
"Anuj Shah <anujshah584@gmail.com>",
"Lakhan Samani <lakhan.m.samani@gmail.com> (https://github.com/lakhansamani)",
Expand All @@ -12,7 +12,7 @@
"main": "lib/index.js",
"module": "lib/index.es.js",
"peerDependencies": {
"@appbaseio/reactivesearch": "^3.11.7",
"@appbaseio/reactivesearch": "^3.23.1",
"antd": "^3.18.2",
"brace": "^0.11.1",
"lodash": "^4.17.10",
Expand Down
6 changes: 3 additions & 3 deletions packages/dejavu-main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dejavu-main",
"description": "Dejavu main module",
"version": "3.5.1",
"version": "3.5.2",
"authors": [
"Anuj Shah <anujshah584@gmail.com>",
"Lakhan Samani <lakhan.m.samani@gmail.com> (https://github.com/lakhansamani)",
Expand All @@ -16,9 +16,9 @@
"react-dom": "^16.13.1"
},
"dependencies": {
"@appbaseio/dejavu-browser": "^3.5.1",
"@appbaseio/dejavu-browser": "^3.5.2",
"@appbaseio/designkit": "^0.9.12",
"@appbaseio/reactivesearch": "^3.11.7",
"@appbaseio/reactivesearch": "^3.23.1",
"@divyanshu013/media": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
Expand Down

0 comments on commit a95824e

Please sign in to comment.