Skip to content

Commit b4c93f2

Browse files
committed
chore: bump version to 4.0.0-alpha.2
1 parent 928b14e commit b4c93f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+126
-123
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141

4242
Several quick start options are available:
4343

44-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-alpha.1.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-alpha.2.zip)
4545
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4646
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui@next`
4747
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui@next`
48-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-alpha.1`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-alpha.2`
4949

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

config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ params:
4747
social_image_path: /4.0/assets/brand/coreui-social.jpg
4848
social_logo_path: /4.0/assets/brand/coreui-social-logo.png
4949

50-
current_version: "4.0.0-alpha.1"
51-
current_ruby_version: "4.0.0-alpha.1"
50+
current_version: "4.0.0-alpha.2"
51+
current_ruby_version: "4.0.0-alpha.2"
5252
docs_version: "4.0"
5353
rfs_version: "9.0.3"
5454
github_org: "https://github.com/coreui"
@@ -59,13 +59,13 @@ params:
5959
icons: "https://icons.coreui.io/"
6060

6161
download:
62-
source: "https://github.com/coreui/coreui/archive/v4.0.0-alpha.1.zip"
63-
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-alpha.1/coreui-4.0.0-alpha.1-dist.zip"
62+
source: "https://github.com/coreui/coreui/archive/v4.0.0-alpha.2.zip"
63+
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-alpha.2/coreui-4.0.0-alpha.2-dist.zip"
6464

6565
cdn:
6666
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css"
6767
css_hash: "sha384-SioVlhqDfohZs0yvVVrzGw+diDZpksfDLOVEi9+aVygeysugUIn4ZhURCPazThIe"
68-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].1/dist/css/coreui.rtl.min.css"
68+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/coreui.rtl.min.css"
6969
css_rtl_hash: "sha384-eeaOE0J/T7Hra8Lt14DptalSBgBbMzA1vXHLwbsHL7aavNwu1ADkumHiH4mdVVy2"
7070
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
7171
js_hash: "sha384-Xp3Ya0jjKuch8vFoNIlmzE5w8uiRRC6C2/yUBbageWoRoWL40V+ikQpJT6f/4JZI"

dist/css/coreui-grid.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/coreui-grid.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/coreui-grid.rtl.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/coreui-grid.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/coreui-reboot.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/coreui-reboot.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/coreui-reboot.rtl.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/coreui-reboot.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.

0 commit comments

Comments
 (0)