Skip to content

Commit

Permalink
chore(release): publish v0.3.5-alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdlet committed Nov 27, 2020
1 parent e370113 commit 9c4456c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -24,5 +24,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.5-alpha.40"
"version": "0.3.5-alpha.41"
}
2 changes: 1 addition & 1 deletion packages/charts/package.json
@@ -1,6 +1,6 @@
{
"name": "@hurumap-ui/charts",
"version": "0.3.5-alpha.36",
"version": "0.3.5-alpha.41",
"description": "HURUmap charts.",
"author": "CodeForAfrica",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions packages/content/package.json
@@ -1,6 +1,6 @@
{
"name": "@hurumap-ui/content",
"version": "0.3.5-alpha.40",
"version": "0.3.5-alpha.41",
"description": "CMS functions for HURUmap Dashboard.",
"author": "CodeForAfrica",
"license": "GPL-2.0-or-later",
Expand All @@ -19,7 +19,7 @@
},
"main": "index.js",
"dependencies": {
"@hurumap-ui/core": "^0.3.5-alpha.40",
"@hurumap-ui/core": "^0.3.5-alpha.41",
"prop-types": "^15.7.2",
"shortid": "^2.2.15"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@hurumap-ui/core",
"version": "0.3.5-alpha.40",
"version": "0.3.5-alpha.41",
"description": "UI components for HURUmap.",
"author": "CodeForAfrica",
"license": "GPL-2.0-or-later",
Expand All @@ -19,7 +19,7 @@
},
"main": "index.js",
"dependencies": {
"@hurumap-ui/charts": "^0.3.5-alpha.36",
"@hurumap-ui/charts": "^0.3.5-alpha.41",
"classnames": "^2.2.6",
"dequal": "^1.0.0",
"dom-to-image": "^2.6.0",
Expand Down

0 comments on commit 9c4456c

Please sign in to comment.