Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 25, 2022
1 parent 4576d9a commit dfd9a3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
## v0.1.0 (2022-05-25)

Initial release


# Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/kaliber5/ember-bootstrap-constraint-validations.git",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-bootstrap-constraint-validations",
"version": "0.0.0",
"version": "0.1.0",
"description": "Add support for native HTML5 constraint validation to ember-bootstrap forms.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-app",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "Small description for test-app goes here",
"repository": "",
Expand Down Expand Up @@ -34,7 +34,7 @@
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^2.4.1",
"ember-bootstrap": "^5.1.1",
"ember-bootstrap-constraint-validations": "^0.0.0",
"ember-bootstrap-constraint-validations": "^0.1.0",
"ember-cli": "~4.3.0",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.11",
Expand Down

0 comments on commit dfd9a3a

Please sign in to comment.