Skip to content

Commit 5257813

Browse files
AxelPeterCDS Agent
authored andcommitted
chore: bump version to v2.18.0
1 parent 9739cc7 commit 5257813

File tree

10 files changed

+54
-33
lines changed

10 files changed

+54
-33
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="2.18.0"></a>
2+
# [2.18.0](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.17.2...v2.18.0) (2018-08-07)
3+
4+
5+
### Bug Fixes
6+
7+
* add default style to custom tag ([3f6709d](https://github.com/ovh-ux/ovh-ui-kit/commit/3f6709d))
8+
* **oui-spinner:** fix deprecated mixins ([e8578aa](https://github.com/ovh-ux/ovh-ui-kit/commit/e8578aa))
9+
* **oui-switch:** fix switch layout ([b45f25b](https://github.com/ovh-ux/ovh-ui-kit/commit/b45f25b))
10+
11+
12+
113
<a name="2.17.2"></a>
214
## [2.17.2](https://github.com/ovh-ux/ovh-ui-kit/compare/v2.17.1...v2.17.2) (2018-08-01)
315

dist/icons/icons.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: "icons";
3-
src: url("./icons.eot?15e50de03dbd614ce624c1a12c5366c1?#iefix") format("embedded-opentype"),
4-
url("./icons.woff2?15e50de03dbd614ce624c1a12c5366c1") format("woff2"),
5-
url("./icons.woff?15e50de03dbd614ce624c1a12c5366c1") format("woff"),
6-
url("./icons.ttf?15e50de03dbd614ce624c1a12c5366c1") format("truetype"),
7-
url("./icons.svg?15e50de03dbd614ce624c1a12c5366c1#icons") format("svg");
3+
src: url("./icons.eot?a29024546af18b9df125ff94b5b63a54?#iefix") format("embedded-opentype"),
4+
url("./icons.woff2?a29024546af18b9df125ff94b5b63a54") format("woff2"),
5+
url("./icons.woff?a29024546af18b9df125ff94b5b63a54") format("woff"),
6+
url("./icons.ttf?a29024546af18b9df125ff94b5b63a54") format("truetype"),
7+
url("./icons.svg?a29024546af18b9df125ff94b5b63a54#icons") format("svg");
88
}
99

1010
i {

dist/icons/icons.eot

0 Bytes
Binary file not shown.

dist/icons/icons.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454

5555
@font-face {
5656
font-family: "icons";
57-
src: url("./icons.eot?da8ca746c6b1527d852542510f52a40a?#iefix") format("embedded-opentype"),
58-
url("./icons.woff2?da8ca746c6b1527d852542510f52a40a") format("woff2"),
59-
url("./icons.woff?da8ca746c6b1527d852542510f52a40a") format("woff"),
60-
url("./icons.ttf?da8ca746c6b1527d852542510f52a40a") format("truetype"),
61-
url("./icons.svg?da8ca746c6b1527d852542510f52a40a#icons") format("svg");
57+
src: url("./icons.eot?df1a765f493b29a2512bd02ee924ba0d?#iefix") format("embedded-opentype"),
58+
url("./icons.woff2?df1a765f493b29a2512bd02ee924ba0d") format("woff2"),
59+
url("./icons.woff?df1a765f493b29a2512bd02ee924ba0d") format("woff"),
60+
url("./icons.ttf?df1a765f493b29a2512bd02ee924ba0d") format("truetype"),
61+
url("./icons.svg?df1a765f493b29a2512bd02ee924ba0d#icons") format("svg");
6262
}
6363

6464
i {

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.

dist/oui.css

Lines changed: 30 additions & 21 deletions
Large diffs are not rendered by default.

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.17.2",
3+
"version": "2.18.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.17.2";
4+
@oui-version: "2.18.0";

0 commit comments

Comments
 (0)