Skip to content

Commit

Permalink
Merge pull request #162 from lana/fix-linear-progress-import
Browse files Browse the repository at this point in the history
Fix LinearProgress export
  • Loading branch information
José Ortiz authored Jul 19, 2021
2 parents 7429f9e + 9b80d21 commit 22486ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lana/b2c-mapp-ui",
"version": "8.27.1",
"version": "8.27.2",
"description": "Shared custom libraries for building µapps.",
"bugs": {
"url": "https://github.com/lana/b2c-mapp-ui/issues"
Expand Down
2 changes: 2 additions & 0 deletions src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import FormField from './components/FormField/FormField.vue';
import ForwardButton from './components/ForwardButton/ForwardButton.vue';
import Heading from './components/Heading/Heading.vue';
import Infobox from './components/Infobox/Infobox.vue';
import LinearProgress from './components/LinearProgress/LinearProgress.vue';
import ListItem from './components/ListItem/ListItem.vue';
import LoadingSpinner from './components/LoadingSpinner/LoadingSpinner.vue';
import PhoneNumberField from './components/PhoneNumberField/PhoneNumberField.vue';
Expand Down Expand Up @@ -72,6 +73,7 @@ export {
ForwardButton,
Heading,
Infobox,
LinearProgress,
ListItem,
LoadingSpinner,
PhoneNumberField,
Expand Down

0 comments on commit 22486ad

Please sign in to comment.