Skip to content

Commit

Permalink
Merge pull request #181 from folio-org/blueprint-updates
Browse files Browse the repository at this point in the history
Blueprint updates
  • Loading branch information
ttamj authored Mar 6, 2019
2 parents 01f65de + 53c64f2 commit 3021570
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/ui-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change history for <%= uiAppName %>

## 0.1.0 (IN PROGRESS)
## 1.0.0 (IN PROGRESS)

* New app created with stripes-cli
2 changes: 1 addition & 1 deletion resources/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^3.2.1",
"@folio/stripes": "^2.0.0",
"@folio/stripes-cli": "<%= cliVersion %>",
"@folio/stripes-cli": "^<%= cliVersion %>",
"@folio/stripes-core": "^3.0.0",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 deletions resources/ui-app/src/routes/application.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import Link from 'react-router-dom/Link';
import NewAppGreeting from '../components/new-app-greeting';
import { Pane, Paneset } from '@folio/stripes/components';
import NewAppGreeting from '../components/new-app-greeting';

export default class Application extends React.Component {
static propTypes = {
Expand All @@ -27,7 +27,7 @@ export default class Application extends React.Component {
Please refer to the
{' '}
<a href="https://github.com/folio-org/stripes/blob/master/doc/dev-guide.md">
Stripes Module Developer's Guide
Stripes Module Developer&apos;s Guide
</a>
{' '}
for more information.
Expand Down
3 changes: 1 addition & 2 deletions resources/ui-app/src/routes/example-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
Pane,
Paneset,
Icon,
} from '@folio/stripes-components';
} from '@folio/stripes/components';

import GreetingModal from '../components/greeting-modal';

Expand All @@ -21,7 +21,6 @@ import GreetingModal from '../components/greeting-modal';

export default class ExamplePage extends React.Component {
static propTypes = {
match: PropTypes.object.isRequired,
resources: PropTypes.shape({
health: PropTypes.shape({
hasLoaded: PropTypes.bool.isRequired,
Expand Down

0 comments on commit 3021570

Please sign in to comment.