Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit d1c495e

Browse files
CDS AgentCDS Agent
authored andcommitted
chore: bump version to v2.20.1
1 parent 92a40a9 commit d1c495e

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
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.20.1"></a>
2+
## [2.20.1](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.20.0...v2.20.1) (2018-09-21)
3+
4+
5+
### Bug Fixes
6+
7+
* **oui-clipboard:** fix unit tests ([14c41f4](https://github.com/ovh-ux/ovh-ui-angular/commit/14c41f4))
8+
9+
10+
111
<a name="2.20.0"></a>
212
# [2.20.0](https://github.com/ovh-ux/ovh-ui-angular/compare/v2.19.0...v2.20.0) (2018-09-17)
313

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A set of maintainable components for the OVH ecosystem (Angular).",
44
"license": "BSD-3-Clause",
55
"author": "OVH SAS",
6-
"version": "2.20.0",
6+
"version": "2.20.1",
77
"keywords": [
88
"angular"
99
],
@@ -41,8 +41,8 @@
4141
"clipboard": "^2.0.1",
4242
"escape-string-regexp": "^1.0.5",
4343
"flatpickr": "^4.5.2",
44-
"popper.js": "^1.14.4",
45-
"ovh-ui-kit": "^2.20.0"
44+
"ovh-ui-kit": "^2.20.0",
45+
"popper.js": "^1.14.4"
4646
},
4747
"devDependencies": {
4848
"angular-mocks": ">=1.6.x",

0 commit comments

Comments
 (0)