Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor corrections. #119

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v5.1.1](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.1.0...v5.1.1) (2024-01-06)
### Features

* Minor corrections.

## [v5.1.0](https://github.com/neonexus/sails-react-bootstrap-webpack/compare/v5.0.0...v5.1.0) (2024-01-06)
### Features

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A virtual start-up in a box!

```shell
npx drfg neonexus/sails-react-bootstrap-webpack my-new-site
cd my-new-site
npm run setup
npm run start OR npm run ngrok
```
Expand Down
2 changes: 1 addition & 1 deletion assets/src/Admin/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class Login extends Component {
<Form.Text id="adminHelpBlock" muted>
If you need to create your first admin user, run this in your terminal:
<br />
<code>sails run create-admin</code>
<code>npm run create:admin</code>
</Form.Text>
</Row>
</Form>
Expand Down
4 changes: 2 additions & 2 deletions 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": "sails-react-bootstrap-webpack",
"version": "5.1.0",
"version": "5.1.1",
"description": "An opinionated, starter application built on Sails, React, Bootstrap and Webpack. A start-up in a box!",
"keywords": [
"sails",
Expand Down