Skip to content

Commit dfd9a3a

Browse files
committed
Release 0.1.0
1 parent 4576d9a commit dfd9a3a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
## v0.1.0 (2022-05-25)
2+
3+
Initial release
4+
5+
16
# Changelog

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.0",
2+
"version": "0.1.0",
33
"private": true,
44
"repository": "https://github.com/kaliber5/ember-bootstrap-constraint-validations.git",
55
"license": "MIT",

packages/ember-bootstrap-constraint-validations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-bootstrap-constraint-validations",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Add support for native HTML5 constraint validation to ember-bootstrap forms.",
55
"keywords": [
66
"ember-addon"

packages/test-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-app",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "Small description for test-app goes here",
66
"repository": "",
@@ -34,7 +34,7 @@
3434
"broccoli-asset-rev": "^3.0.0",
3535
"ember-auto-import": "^2.4.1",
3636
"ember-bootstrap": "^5.1.1",
37-
"ember-bootstrap-constraint-validations": "^0.0.0",
37+
"ember-bootstrap-constraint-validations": "^0.1.0",
3838
"ember-cli": "~4.3.0",
3939
"ember-cli-app-version": "^5.0.0",
4040
"ember-cli-babel": "^7.26.11",

0 commit comments

Comments
 (0)