From 557ddd78253180c59f9d21f8ee63af0a76916d47 Mon Sep 17 00:00:00 2001 From: EisenbergEffect Date: Sun, 1 Jul 2018 20:40:48 -0700 Subject: [PATCH] chore(all): prepare release 1.4.3 --- bower.json | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index d2406ab..3e15151 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "1.4.2", + "version": "1.4.3", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia", @@ -20,7 +20,7 @@ "url": "http://github.com/aurelia/templating-binding" }, "dependencies": { - "aurelia-binding": "^1.3.0", + "aurelia-binding": "^2.0.0", "aurelia-logging": "^1.0.0", "aurelia-templating": "^1.3.0" } diff --git a/package.json b/package.json index a800d43..89b03b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-templating-binding", - "version": "1.4.2", + "version": "1.4.3", "description": "An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.", "keywords": [ "aurelia", @@ -29,12 +29,12 @@ "dist": "dist/amd" }, "peerDependencies": { - "aurelia-binding": "^1.3.0 || ^2.0.0", + "aurelia-binding": "^2.0.0", "aurelia-logging": "^1.0.0", "aurelia-templating": "^1.3.0" }, "dependencies": { - "aurelia-binding": "^1.3.0 || ^2.0.0", + "aurelia-binding": "^2.0.0", "aurelia-logging": "^1.0.0", "aurelia-templating": "^1.3.0" }, @@ -50,7 +50,7 @@ } }, "dependencies": { - "aurelia-binding": "^1.3.0 || ^2.0.0", + "aurelia-binding": "^2.0.0", "aurelia-logging": "^1.0.0", "aurelia-templating": "^1.3.0" },