Skip to content

Commit

Permalink
Merge pull request #1051 from carloslancha/ClayTooltipMissingInClay
Browse files Browse the repository at this point in the history
Add ClayTooltip to clay | Fixes #1048
  • Loading branch information
jbalsas authored Jul 9, 2018
2 parents 5eb8df8 + f4ebbb7 commit 4156a81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/clay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"clay-select": "^2.1.12",
"clay-sticker": "^2.1.12",
"clay-table": "^2.1.12",
"clay-tooltip": "^2.1.12",
"ncp": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/clay/src/clay.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import ClayRadio from 'clay-radio';
import ClaySelect from 'clay-select';
import ClaySticker from 'clay-sticker';
import ClayTable from 'clay-table';
import ClayTooltip from 'clay-tooltip';

export {
ClayAlert,
Expand Down Expand Up @@ -81,4 +82,5 @@ export {
ClaySelect,
ClaySticker,
ClayTable,
ClayTooltip,
};
2 changes: 1 addition & 1 deletion packages/generator-metal-clay/app/templates/_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "<%= repoName %>",
"version": "1.0.0-alpha.8",
"version": "2.1.12",
"description": "Metal <%= componentName %> component",
"license": "BSD",
"repository": "https://github.com/liferay/clay/tree/master/packages/<%= repoName %>",
Expand Down

0 comments on commit 4156a81

Please sign in to comment.