Skip to content

Commit

Permalink
chore(all): prepare release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Nov 16, 2018
1 parent 919af79 commit 73338f8
Show file tree
Hide file tree
Showing 35 changed files with 917 additions and 984 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-validation",
"version": "1.3.0",
"version": "1.3.1",
"description": "Validation for Aurelia applications",
"keywords": [
"aurelia",
Expand Down
4 changes: 2 additions & 2 deletions dist/amd/aurelia-validation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define('aurelia-validation', ['exports', 'aurelia-pal', 'aurelia-binding', 'aurelia-dependency-injection', 'aurelia-task-queue', 'aurelia-templating', 'aurelia-framework', 'aurelia-logging'], function (exports, aureliaPal, aureliaBinding, aureliaDependencyInjection, aureliaTaskQueue, aureliaTemplating, aureliaFramework, LogManager) { 'use strict';
define('aurelia-validation', ['exports', 'aurelia-pal', 'aurelia-binding', 'aurelia-dependency-injection', 'aurelia-task-queue', 'aurelia-templating', 'aurelia-logging'], function (exports, aureliaPal, aureliaBinding, aureliaDependencyInjection, aureliaTaskQueue, aureliaTemplating, LogManager) { 'use strict';

/**
* Gets the DOM element associated with the data-binding. Most of the time it's
Expand Down Expand Up @@ -940,7 +940,7 @@ define('aurelia-validation', ['exports', 'aurelia-pal', 'aurelia-binding', 'aure
this.renderer = null;
};
ValidationRendererCustomAttribute = __decorate([
aureliaFramework.customAttribute('validation-renderer')
aureliaTemplating.customAttribute('validation-renderer')
], ValidationRendererCustomAttribute);
return ValidationRendererCustomAttribute;
}());
Expand Down
Loading

2 comments on commit 73338f8

@gimerstedt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this broke typing, the d.ts is no longer in "dist/types". either move it into the types-folder or change the path in package.json

@EisenbergEffect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies! Fix releasing in just a couple of minutes.

Please sign in to comment.