Skip to content

Commit 5ab60db

Browse files
committed
release: v5.10.0
1 parent 1165dcd commit 5ab60db

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

LICENSE

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

3-
Copyright (c) 2025 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2026 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
Several quick start options are available:
5050

51-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.2.zip)
51+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.10.0.zip)
5252
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5353
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5454
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
@@ -112,9 +112,9 @@ import "bootstrap/dist/css/bootstrap.min.css";
112112
- [React Callout](https://coreui.io/react/docs/components/callout/)
113113
- [React Card](https://coreui.io/react/docs/components/card/)
114114
- [React Carousel](https://coreui.io/react/docs/components/carousel/)
115+
- [React Checkbox](https://coreui.io/react/docs/forms/checkbox/)
115116
- [React Chip](https://coreui.io/react/docs/components/chip/)
116117
- [React Chip Input](https://coreui.io/react/docs/forms/chip-input/)
117-
- [React Checkbox](https://coreui.io/react/docs/forms/checkbox/)
118118
- [React Close Button](https://coreui.io/react/docs/components/close-button/)
119119
- [React Collapse](https://coreui.io/react/docs/components/collapse/)
120120
- [React Date Picker](https://coreui.io/react/docs/forms/date-picker/) **PRO**
@@ -237,4 +237,4 @@ CoreUI is an MIT-licensed open source project and is completely free to use. How
237237

238238
## Copyright and license
239239

240-
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-react/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
240+
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-react/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"npmClient": "yarn",
33
"packages": ["packages/*"],
4-
"version": "5.9.2",
4+
"version": "5.10.0",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
66
}

packages/coreui-react/LICENSE

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

3-
Copyright (c) 2025 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2026 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/coreui-react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
Several quick start options are available:
4848

49-
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.9.2.zip)
49+
- [Download the latest release](https://github.com/coreui/coreui-react/archive/v5.10.0.zip)
5050
- Clone the repo: `git clone https://github.com/coreui/coreui-react.git`
5151
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/react`
5252
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/react`
@@ -259,4 +259,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
259259

260260
## Copyright and license
261261

262-
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-react/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
262+
Copyright 2026 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-react/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

packages/coreui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "5.9.2",
3+
"version": "5.10.0",
44
"description": "UI Components Library for React.js",
55
"keywords": [
66
"react",

packages/docs/content/components/footer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { CFooter, CLink } from '@coreui/react'
1515
<CFooter>
1616
<div>
1717
<CLink href="https://coreui.io">CoreUI</CLink>
18-
<span>&copy; 2025 creativeLabs.</span>
18+
<span>&copy; 2026 creativeLabs.</span>
1919
</div>
2020
<div>
2121
<span>Powered by</span>

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react-docs",
3-
"version": "5.9.2",
3+
"version": "5.10.0",
44
"private": true,
55
"description": "",
66
"homepage": "https://coreui.io/react/",

packages/docs/src/components/Seo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const SEO = ({ title, description, name, image, article, pro }: SEOProps) => {
154154
'@type': 'WebPage',
155155
'@id': seo.url.replace('docs//', 'docs/'),
156156
},
157-
version: pro ? '5.17.1' : '5.9.2',
157+
version: pro ? '5.17.1' : '5.10.0',
158158
proficiencyLevel: 'Beginner',
159159
},
160160
]

packages/docs/src/styles/bootstrap-examples.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* CoreUI Bootstrap Theme v5.3.2 (https://coreui.io)
4-
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
4+
* Copyright (c) 2026 creativeLabs Łukasz Holeczek
55
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
66
*/
77
.theme-bootstrap,

0 commit comments

Comments
 (0)