Skip to content

Commit 4e03c7b

Browse files
authored
Merge pull request #17 from offirgolan/release-1.0
Release 1.0
2 parents 7a85bf2 + 2008761 commit 4e03c7b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
ember install ember-bootstrap-cp-validations
1111
```
1212

13-
If using ember-bootstrap 1.0 (alpha), install the corresponding version of this addon:
14-
15-
ember install ember-bootstrap-cp-validations@1.0.0-alpha
16-
1713
## Usage
1814

1915
Just install this addon and use ember-bootstrap as intended. This addon adds support for form validation (error and warning messages) of the following components
@@ -23,4 +19,4 @@ Just install this addon and use ember-bootstrap as intended. This addon adds sup
2319

2420
## Requirements
2521

26-
This addon needs ember-bootstrap starting at 0.7.0. For warning messages you will need at least ember-cp-validations 3.0 and ember-bootstrap 0.8.0.
22+
This addon needs ember-bootstrap starting at 1.0.0. For warning messages you will need at least ember-cp-validations 3.0.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-cp-validations",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0",
44
"description": "ember-cp-validations support for ember-bootstrap",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)