Skip to content

Commit

Permalink
Version bump to v1.4.7 (JS not published on CDN for v1.4.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed May 20, 2022
1 parent fe31e22 commit 6521739
Show file tree
Hide file tree
Showing 5 changed files with 11 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.6
current_version: 1.4.7
authors: Themesberg
social_image_path: /docs/images/og-image.png

Expand Down
4 changes: 4 additions & 0 deletions content/getting-started/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ 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.7

- fix datepicker CDN JS

### v1.4.6

- fix datepicker colors issues on dark mode
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.6a"></script>
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.6a"></script>
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.6a"></script>
<script src="{{ .Site.BaseURL }}flowbite.js?v=1.4.7a"></script>
<script src="{{ .Site.BaseURL }}datepicker.js?v=1.4.7a"></script>
<script src="{{ .Site.BaseURL }}docs.js?v=1.4.7a"></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.6a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.6a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}flowbite.css?v=1.4.7a">
<link rel="stylesheet" href="{{ .Site.BaseURL }}docs.css?v=1.4.7a">
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.6",
"version": "1.4.7",
"description": "The most popular library of interactive components built with Tailwind CSS",
"keywords": [
"flowbite",
Expand Down

0 comments on commit 6521739

Please sign in to comment.