Skip to content

Commit

Permalink
release: v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed May 7, 2024
1 parent cf48942 commit 76da293
Show file tree
Hide file tree
Showing 102 changed files with 137 additions and 232 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui/archive/v5.0.0.zip)
- [Download the latest release](https://github.com/coreui/coreui/archive/v5.0.1.zip)
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.0.0`
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.0.1`

Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.

Expand Down
3 changes: 2 additions & 1 deletion build/change-version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const FILES = [
'hugo.yml',
'js/src/base-component.js',
'package.js',
'scss/mixins/_banner.scss'
'scss/mixins/_banner.scss',
'scss/themes/bootstrap/mixins/_banner.scss'
]

// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37
Expand Down
2 changes: 1 addition & 1 deletion dist/css/coreui-grid.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-grid.rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.min.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.rtl.css

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

2 changes: 1 addition & 1 deletion dist/css/coreui-reboot.rtl.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 76da293

Please sign in to comment.