Skip to content

Commit

Permalink
chore: bump version to v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CDS Agent authored and CDS Agent committed Mar 13, 2018
1 parent c1da801 commit f519d3f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="2.6.0"></a>
# [2.6.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.5.0...v2.6.0) (2018-03-13)


### Bug Fixes

* **oui-radio-toggle-group:** fix font weight ([c3c853f](https://github.com/ovh-ux/ovh-ui-kit/commit/c3c853f))
* **radio-toggle-group:** remove x-offset for box-shadow ([61a72ef](https://github.com/ovh-ux/ovh-ui-kit/commit/61a72ef))


### Features

* **color:** add new colors ([021c115](https://github.com/ovh-ux/ovh-ui-kit/commit/021c115))
* **oui-chip:** add chip component style ([7464667](https://github.com/ovh-ux/ovh-ui-kit/commit/7464667))
* **oui-modal:** add loader to modal styles ([3f9275b](https://github.com/ovh-ux/ovh-ui-kit/commit/3f9275b))



<a name="2.5.0"></a>
# [2.5.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.4.1...v2.5.0) (2018-03-05)

Expand Down
Binary file modified dist/icons/icons.eot
Binary file not shown.
Binary file modified dist/icons/icons.ttf
Binary file not shown.
Binary file modified dist/icons/icons.woff
Binary file not shown.
Binary file modified dist/icons/icons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ovh-ui-kit",
"version": "2.5.0",
"version": "2.6.0",
"description": "A LESS stylekit for the OVH brand.",
"license": "BSD-3-Clause",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oui/_version.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ONLY EDIT THE _version.tmpl.less FILE OTHERWISE YOUR
// CHANGES WILL BE OVERRIDDEN ON NEXT BUILD

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

0 comments on commit f519d3f

Please sign in to comment.