Skip to content

Commit f519d3f

Browse files
CDS AgentCDS Agent
authored andcommitted
chore: bump version to v2.6.0
1 parent c1da801 commit f519d3f

File tree

7 files changed

+20
-2
lines changed

7 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="2.6.0"></a>
2+
# [2.6.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.5.0...v2.6.0) (2018-03-13)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-radio-toggle-group:** fix font weight ([c3c853f](https://github.com/ovh-ux/ovh-ui-kit/commit/c3c853f))
8+
* **radio-toggle-group:** remove x-offset for box-shadow ([61a72ef](https://github.com/ovh-ux/ovh-ui-kit/commit/61a72ef))
9+
10+
11+
### Features
12+
13+
* **color:** add new colors ([021c115](https://github.com/ovh-ux/ovh-ui-kit/commit/021c115))
14+
* **oui-chip:** add chip component style ([7464667](https://github.com/ovh-ux/ovh-ui-kit/commit/7464667))
15+
* **oui-modal:** add loader to modal styles ([3f9275b](https://github.com/ovh-ux/ovh-ui-kit/commit/3f9275b))
16+
17+
18+
119
<a name="2.5.0"></a>
220
# [2.5.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.4.1...v2.5.0) (2018-03-05)
321

dist/icons/icons.eot

0 Bytes
Binary file not shown.

dist/icons/icons.ttf

0 Bytes
Binary file not shown.

dist/icons/icons.woff

0 Bytes
Binary file not shown.

dist/icons/icons.woff2

-4 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ovh-ui-kit",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "A LESS stylekit for the OVH brand.",
55
"license": "BSD-3-Clause",
66
"scripts": {

packages/oui/_version.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// ONLY EDIT THE _version.tmpl.less FILE OTHERWISE YOUR
22
// CHANGES WILL BE OVERRIDDEN ON NEXT BUILD
33

4-
@oui-version: "2.5.0";
4+
@oui-version: "2.6.0";

0 commit comments

Comments
 (0)