Skip to content

Commit

Permalink
chore(release): bump version number to 3.46.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patternfly-build committed May 17, 2018
1 parent 41fe9dd commit 816869a
Show file tree
Hide file tree
Showing 16 changed files with 398 additions and 68 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rcue",
"version": "3.46.0",
"version": "3.46.1",
"authors": "Red Hat",
"license": "Apache-2.0",
"homepage": "http://rcue-uxd.itos.redhat.com/",
Expand All @@ -18,7 +18,7 @@
"rcue.spec.in"
],
"dependencies": {
"patternfly": "3.45.3"
"patternfly": "3.46.0"
},
"private": true,
"resolutions": {
Expand Down
221 changes: 221 additions & 0 deletions dist/img/rcue-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
92 changes: 92 additions & 0 deletions dist/img/rcue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/redhat_reverse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "rcue",
"version": "3.46.0",
"version": "3.46.1",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.7",
"font-awesome": "^4.7.0",
"jquery": "~3.2.1",
"patternfly": "3.45.3"
"patternfly": "3.46.0"
},
"devDependencies": {
"connect-livereload": "~0.5.4",
Expand Down
4 changes: 3 additions & 1 deletion tests/about-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@ <h1>Product Title</h1>
</div>
</div>
<div class="modal-footer">
<img src="/dist/img/logo.svg" alt="Patternfly Symbol">
<img src="/dist/img/logo.svg" alt="Red Hat&reg; Symbol">
</div>
</div>
</div>
</div>


</div><!-- /container -->
</body>
</html>
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h2>Layouts</h2>
<a href="list-view.html">List View</a>
</li>
<li>
<a href="login-basic.html">Login basic</a>
<a href="login-basic.html">Login Basic</a>
</li>
<li>
<a href="login-multi-factor-identity-first-1.html">Login Multi-Factor Indentity First - Step One</a>
Expand Down
75 changes: 39 additions & 36 deletions tests/login-basic.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login basic - Red Hat&reg; Common User Experience</title>
<title>Login Basic - Red Hat&reg; Common User Experience</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -43,18 +45,18 @@

<body class="login-pf">
<div class="login-pf-page">
<div class="container-fluid">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3">
<header class="login-pf-page-header">
<img class="login-pf-brand" src="/" alt="Red Hat&reg; logo" />
<p>
This is placeholder text, only. Use this area to place any information or introductory message about your application that may be relevant for users.
</p>
</header>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<div class="card-pf">
<div class="container-fluid">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3">
<header class="login-pf-page-header">
<img class="login-pf-brand" src="/" alt="Red Hat&reg; logo" />
<p>
This is placeholder text, only. Use this area to place any information or introductory message about your application that may be relevant for users.
</p>
</header>
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
<div class="card-pf">
<header class="login-pf-header">
<select class="selectpicker">
<option>English</option>
Expand All @@ -63,39 +65,40 @@
</select>
<h1>Log In to Your Account</h1>
</header>
<form>
<div class="form-group">
<label class="sr-only" for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control input-lg" id="exampleInputEmail1" placeholder="Email address">
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputPassword1">Password
</label>
<input type="password" class="form-control input-lg" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group login-pf-settings">
<label class="checkbox-label">
<input type="checkbox"> Keep me logged in for 30 days
</label>
<a href="#">Forgot password?</a>
</div>
<button type="submit" class="btn btn-primary btn-block btn-lg">Log In</button>
</form>
<p class="login-pf-signup">Need an account?<a href="#">Sign up</a></p>
</div><!-- card -->
<form>
<div class="form-group">
<label class="sr-only" for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control input-lg" id="exampleInputEmail1" placeholder="Email address">
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputPassword1">Password
</label>
<input type="password" class="form-control input-lg" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group login-pf-settings">
<label class="checkbox-label">
<input type="checkbox"> Keep me logged in for 30 days
</label>
<a href="#">Forgot password?</a>
</div>
<button type="submit" class="btn btn-primary btn-block btn-lg">Log In</button>
</form>
<p class="login-pf-signup">Need an account?<a href="#">Sign up</a></p>
</div><!-- card -->

<footer class="login-pf-page-footer">
<ul class="login-pf-page-footer-links list-unstyled">
<li><a class="login-pf-page-footer-link" href="#">Terms of Use</a></li>
<li><a class="login-pf-page-footer-link" href="#">Help</a></li>
<li><a class="login-pf-page-footer-link" href="#">Privacy Policy</a></li>
</ul>
</footer>
</div><!-- col -->
</div><!-- row -->
</div><!-- col -->
</div><!-- row -->
</div><!-- col -->
</div><!-- container -->
</div><!-- login-pf-page -->
</div><!--row-->
</div><!--container-->


</body>
Expand Down
2 changes: 2 additions & 0 deletions tests/login-multi-factor-identity-first-1.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login Multi-Factor Indentity First - Step One - Red Hat&reg; Common User Experience</title>
Expand Down
2 changes: 2 additions & 0 deletions tests/login-multi-factor-identity-first-2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login Multi-Factor Indentity First - Step Two - Red Hat&reg; Common User Experience</title>
Expand Down
2 changes: 2 additions & 0 deletions tests/login-single-sign-on.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login Single Sign-On - Red Hat&reg; Common User Experience</title>
Expand Down
2 changes: 2 additions & 0 deletions tests/login-social-account-two-column.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login Social Account (two column) - Red Hat&reg; Common User Experience</title>
Expand Down
2 changes: 2 additions & 0 deletions tests/login-social-account.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login Social Account - Red Hat&reg; Common User Experience</title>
Expand Down
2 changes: 2 additions & 0 deletions tests/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 login-pf"><![endif]-->
<!--[if gt IE 9]><!-->

<html lang="en-us">

<!--<![endif]-->
<head>
<title>Login - Red Hat&reg; Common User Experience</title>
Expand Down
Loading

0 comments on commit 816869a

Please sign in to comment.