Skip to content

Commit 257c3fa

Browse files
committed
v3.17.8
1 parent 66b458d commit 257c3fa

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please open an issues only for a bug report or feature request. Make sure no one
2020
### UIkit Version
2121

2222
_Check if the issue is reproducible with the latest stable version._
23-
3.17.7
23+
3.17.8
2424

2525
### Actual Behavior
2626

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## WIP
3+
## 3.17.8 (November 2, 2023)
44

55
### Fixed
66

dist/css/uikit-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UIkit 3.17.7 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1+
/*! UIkit 3.17.8 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
22
/* ========================================================================
33
Component: Base
44
========================================================================== */

dist/css/uikit-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/uikit.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UIkit 3.17.7 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1+
/*! UIkit 3.17.8 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
22
/* ========================================================================
33
Component: Base
44
========================================================================== */

dist/css/uikit.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/uikit-icons.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/uikit-icons.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/uikit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! UIkit 3.17.7 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
1+
/*! UIkit 3.17.8 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
22

33
(function (global, factory) {
44
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -3517,7 +3517,7 @@
35173517
};
35183518
App.util = util;
35193519
App.options = {};
3520-
App.version = "3.17.7";
3520+
App.version = "3.17.8";
35213521

35223522
const PREFIX = "uk-";
35233523
const DATA = "__uikit__";

dist/js/uikit.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)