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

Commit ec5e618

Browse files
authored
Merge pull request #6 from ovh-ux/chore/resurrectOvh
Chore/resurrect ovh
2 parents 0fa14c6 + 713e2f6 commit ec5e618

File tree

7 files changed

+803
-169
lines changed

7 files changed

+803
-169
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "2.0.0-beta.32",
2+
"lerna": "2.2.0",
33
"version": "independent",
44
"packages": [
55
"packages/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"karma-sourcemap-loader": "^0.3.7",
6464
"karma-spec-reporter": "0.0.31",
6565
"karma-webpack": "^2.0.4",
66-
"lerna": "2.0.0-beta.32",
66+
"lerna": "~2.2.0",
6767
"less": "^2.7.2",
6868
"less-loader": "^2.2.3",
6969
"loader-utils": "^0.2.16",

packages/oui-checkbox/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Checkbox
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Label

packages/oui-message/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# oui-message
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Success

packages/oui-radio-group/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Radio group
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## One-way binding properties
46

57
### value
@@ -22,4 +24,4 @@
2224
<oui-radio label="Second" value="second"></oui-radio>
2325
<oui-radio label="Third" value="third"></oui-radio>
2426
</oui-radio-group>
25-
```
27+
```

packages/oui-radio/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Radio
22

3+
<component-status cx-design="partial" ux="rc"></component-status>
4+
35
## Usage
46

57
### Label
@@ -94,4 +96,4 @@
9496

9597
## Groups
9698

97-
see `oui-radio-group` for details
99+
see `oui-radio-group` for details

0 commit comments

Comments
 (0)