Skip to content

Commit

Permalink
Prepare for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Nov 15, 2014
1 parent edc11e4 commit 98fe120
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 16 deletions.
3 changes: 3 additions & 0 deletions packages/npm/RELEASE_NOTES.md
@@ -1,6 +1,9 @@
Please refer to the following release notes when upgrading your version of Knockback.js.

## 0.20.5
* Additional check for a collection updating during release.

## 0.20.4
* Compatibility fix for IE9.

## 0.20.3
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/knockback-core-stack.js
Expand Up @@ -377,7 +377,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/knockback-core-stack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/npm/knockback-core.js
Expand Up @@ -379,7 +379,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/knockback-core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/npm/knockback-full-stack.js
Expand Up @@ -382,7 +382,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/knockback-full-stack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/npm/knockback.js
Expand Up @@ -384,7 +384,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/npm/knockback.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions packages/nuget/Content/Scripts/RELEASE_NOTES.md
@@ -1,6 +1,9 @@
Please refer to the following release notes when upgrading your version of Knockback.js.

## 0.20.5
* Additional check for a collection updating during release.

## 0.20.4
* Compatibility fix for IE9.

## 0.20.3
Expand Down
2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-core-stack.js
Expand Up @@ -377,7 +377,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-core-stack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-core.js
Expand Up @@ -379,7 +379,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-core.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-full-stack.js
Expand Up @@ -382,7 +382,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback-full-stack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback.js
Expand Up @@ -384,7 +384,7 @@ return /******/ (function(modules) { // webpackBootstrap
return kb.ignore((function(_this) {
return function() {
var collection, comparator, observable, view_model;
if (_this.in_edit) {
if (_this.in_edit || kb.wasReleased(_this)) {
return;
}
switch (event) {
Expand Down
2 changes: 1 addition & 1 deletion packages/nuget/Content/Scripts/knockback.min.js

Large diffs are not rendered by default.

0 comments on commit 98fe120

Please sign in to comment.