Skip to content

Commit a9f202e

Browse files
committed
chore: release v1.2.1
1 parent fd68430 commit a9f202e

9 files changed

+75
-82
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this template will be documented in this file.
44

5+
## v1.2.1 (2023-11-09)
6+
7+
### Fixed
8+
9+
- Minor improvements & Bugfixes
10+
511
## v1.2.0 (2023-11-01)
612

713
### Updated

html/auth-forgot-password-basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<!-- /Logo -->
116116
<h4 class="mb-2">Forgot Password? 🔒</h4>
117117
<p class="mb-4">Enter your email and we'll send you instructions to reset your password</p>
118-
<form id="formAuthentication" class="mb-3" action="index.html" method="POST">
118+
<form id="formAuthentication" class="mb-3" action="index.html">
119119
<div class="mb-3">
120120
<label for="email" class="form-label">Email</label>
121121
<input

html/auth-login-basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<h4 class="mb-2">Welcome to Sneat! 👋</h4>
117117
<p class="mb-4">Please sign-in to your account and start the adventure</p>
118118

119-
<form id="formAuthentication" class="mb-3" action="index.html" method="POST">
119+
<form id="formAuthentication" class="mb-3" action="index.html">
120120
<div class="mb-3">
121121
<label for="email" class="form-label">Email or Username</label>
122122
<input

html/auth-register-basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<h4 class="mb-2">Adventure starts here 🚀</h4>
117117
<p class="mb-4">Make your app management easy and fun!</p>
118118

119-
<form id="formAuthentication" class="mb-3" action="index.html" method="POST">
119+
<form id="formAuthentication" class="mb-3" action="index.html">
120120
<div class="mb-3">
121121
<label for="username" class="form-label">Username</label>
122122
<input

html/forms-basic-inputs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ <h5 class="card-header">Form Controls</h5>
828828
<!-- Input Sizing -->
829829
<div class="col-md-6">
830830
<div class="card mb-4">
831-
<h5 class="card-header">Input Sizing & Shape</h5>
831+
<h5 class="card-header">Input Sizing</h5>
832832
<div class="card-body">
833833
<small class="text-light fw-medium">Input text</small>
834834

html/forms-input-groups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ <h5 class="card-header">Merged</h5>
844844
<!-- Sizing -->
845845
<div class="col-md-6">
846846
<div class="card mb-4">
847-
<h5 class="card-header">Sizing & Shape</h5>
847+
<h5 class="card-header">Sizing</h5>
848848
<div class="card-body demo-vertical-spacing demo-only-element">
849849
<div class="input-group input-group-lg">
850850
<span class="input-group-text">@</span>

html/tables-basic.html

Lines changed: 59 additions & 59 deletions
Large diffs are not rendered by default.

html/ui-badges.html

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,8 @@ <h5 class="card-header">Label Badges</h5>
784784
<div class="card mb-4">
785785
<h5 class="card-header">Button with Badges</h5>
786786
<div class="card-body">
787-
<div class="row gy-3">
788-
<div class="col-sm-4">
787+
<div class="row">
788+
<div class="col-sm-6">
789789
<small class="text-light fw-medium">Default</small>
790790
<div class="demo-inline-spacing">
791791
<button type="button" class="btn btn-primary">
@@ -798,20 +798,7 @@ <h5 class="card-header">Button with Badges</h5>
798798
</button>
799799
</div>
800800
</div>
801-
<div class="col-sm-4">
802-
<small class="text-light fw-medium">Label</small>
803-
<div class="demo-inline-spacing">
804-
<button type="button" class="btn btn-outline-primary">
805-
Text
806-
<span class="badge bg-white text-primary ms-1">4</span>
807-
</button>
808-
<button type="button" class="btn btn-outline-primary">
809-
Text
810-
<span class="badge bg-secondary rounded-pill ms-1">4</span>
811-
</button>
812-
</div>
813-
</div>
814-
<div class="col-sm-4">
801+
<div class="col-sm-6">
815802
<small class="text-light fw-medium">Outline</small>
816803
<div class="demo-inline-spacing">
817804
<button type="button" class="btn btn-outline-primary">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sneat-bootstrap-html-admin-template-free",
33
"description": "Most Powerful & Comprehensive Free Bootstrap 5 HTML Admin Dashboard Template built for developers! 🚀",
44
"license": "MIT",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"author": {
77
"name": "ThemeSelection",
88
"url": "https://themeselection.com/"
@@ -118,4 +118,4 @@
118118
],
119119
"default": "development"
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)