Skip to content

Commit

Permalink
Version bump to v1.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed May 4, 2022
1 parent b9c8042 commit 9b17058
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ baseURL: "https://flowbite.com/docs/"
enableInlineShortcodes: true

params:
current_version: 1.4.4
current_version: 1.4.5
authors: Themesberg
social_image_path: /docs/images/og-image.png

Expand Down
5 changes: 5 additions & 0 deletions content/getting-started/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ nextLink: customize/configuration/

We strive to keep a good accountability of all of the version changes that we make for the Flowbite library.

### v1.4.5

- show navbar search input on mobile devices
- fix interactive tabs default active/inactive classes for dark mode

### v1.4.4

- use `data-modal-show="true"` to show modal by default
Expand Down
6 changes: 3 additions & 3 deletions layouts/partials/scripts.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"
integrity="sha512-axJX7DJduStuBB8ePC8ryGzacZPr3rdLaIDZitiEgWWk2gsXxEFlm4UW0iNzj2h3wp5mOylgHAzBzM4nRSvTZA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="{{ .Site.BaseURL }}flowbite.js?v=1.4.4a"></script>
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.4a"></script>
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.4a"></script>
<script src="{{ .Site.BaseURL }}flowbite.js?v=1.4.5a"></script>
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.5a"></script>
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.5a"></script>
4 changes: 2 additions & 2 deletions layouts/partials/stylesheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism.min.css" integrity="sha512-tN7Ec6zAFaVSG3TpNAKtk4DOHNpSwKHxxrsiw4GHKESGPs5njn/0sMCUMl2svV4wo4BK/rCP7juYz+zx+l6oeQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@alpha" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}flowbite.css?v=1.4.4a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.4a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}flowbite.css?v=1.4.5a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.5a">
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite",
"version": "1.4.4",
"version": "1.4.5",
"description": "The most popular library of interactive components built with Tailwind CSS",
"keywords": [
"flowbite",
Expand Down

0 comments on commit 9b17058

Please sign in to comment.