Skip to content

Commit d3f09d1

Browse files
CDS AgentCDS Agent
authored andcommitted
chore: bump version to v2.7.1
1 parent 744278c commit d3f09d1

File tree

7 files changed

+12
-2
lines changed

7 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="2.7.1"></a>
2+
## [2.7.1](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.7.0...v2.7.1) (2018-03-19)
3+
4+
5+
### Features
6+
7+
* **oui-field:** add auto size for field ([744278c](https://github.com/ovh-ux/ovh-ui-kit/commit/744278c))
8+
9+
10+
111
<a name="2.7.0"></a>
212
# [2.7.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.6.2...v2.7.0) (2018-03-16)
313

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

16 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.7.0",
3+
"version": "2.7.1",
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.7.0";
4+
@oui-version: "2.7.1";

0 commit comments

Comments
 (0)