Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
msafi committed Feb 18, 2017
1 parent 4b99250 commit 78c61ec
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 24 deletions.
2 changes: 1 addition & 1 deletion angular1/dist/angular1TextMask.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular1-text-mask",
"version": "2.0.0",
"version": "3.0.0",
"description": "Angular 1 directive for input text masking",
"main": "dist/angular1TextMask.js",
"author": "Thomas (@PerfectPixel)",
Expand Down
4 changes: 2 additions & 2 deletions angular2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-text-mask",
"version": "4.1.0",
"version": "5.0.0",
"description": "Angular 2 directive for input text masking",
"main": "dist/angular2TextMask.js",
"typings": "./dist/angular2TextMask.d.ts",
Expand Down Expand Up @@ -59,6 +59,6 @@
"zone.js": "^0.7.2"
},
"dependencies": {
"text-mask-core": "^1.0.0"
"text-mask-core": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-mask-core",
"version": "1.1.0",
"version": "2.0.0",
"description": "Core of https://github.com/text-mask/text-mask",
"main": "dist/textMaskCore.js",
"author": "M.K. Safi <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-text-mask",
"version": "2.0.0",
"version": "3.0.0",
"description": "Ember input component that accepts mask pattern",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"broccoli-merge-trees": "^1.1.4",
"ember-cli-babel": "^5.1.7",
"text-mask-core": "^1.1.0"
"text-mask-core": "^2.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config",
Expand Down
Loading

0 comments on commit 78c61ec

Please sign in to comment.