Skip to content

Commit

Permalink
Merge branch 'release/v3.20.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Apr 24, 2024
2 parents 9727b86 + 6c20d0b commit f98f2ab
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please open an issues only for a bug report or feature request. Make sure no one
### UIkit Version

_Check if the issue is reproducible with the latest stable version._
3.20.5
3.20.6

### Actual Behavior

Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
!/dist/js/
/dist/js/*
!/dist/js/uikit.js
!/dist/js/uikit.esm.js
!/dist/js/uikit.min.js
!/dist/js/uikit-core.js
!/dist/js/uikit-core.min.js
!/dist/js/uikit-icons.js
!/dist/js/uikit-icons.esm.js
!/dist/js/uikit-icons.min.js
!/dist/js/components/
/.circleci
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.20.6 (April 24, 2024)

### Fixed

- Fix missing esm dist files in package

## 3.20.5 (April 24, 2024)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit-rtl.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.20.5 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/*! UIkit 3.20.6 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/uikit.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.20.5 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/*! UIkit 3.20.6 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
Component: Base
========================================================================== */
Expand Down
2 changes: 1 addition & 1 deletion dist/css/uikit.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.js

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

2 changes: 1 addition & 1 deletion dist/js/uikit-icons.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/uikit.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/uikit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! UIkit 3.20.5 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/*! UIkit 3.20.6 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */

(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
Expand Down Expand Up @@ -3552,7 +3552,7 @@
};
App.util = util;
App.options = {};
App.version = "3.20.5";
App.version = "3.20.6";

const PREFIX = "uk-";
const DATA = "__uikit__";
Expand Down
2 changes: 1 addition & 1 deletion dist/js/uikit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "uikit",
"title": "UIkit",
"description": "UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.",
"version": "3.20.5",
"version": "3.20.6",
"exports": {
".": {
"import": "./dist/js/uikit.esm.js",
Expand Down

0 comments on commit f98f2ab

Please sign in to comment.