Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
Long time coming
  • Loading branch information
paulfalgout committed Mar 11, 2019
1 parent 301c550 commit 5d5a705
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

### v1.0.0

* Updated Backbone and Underscore version ranges again

### v1.0.0-pre.2

* Updated Backbone and Underscore version ranges
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.babysitter",
"version": "0.1.12",
"version": "1.0.0",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"authors": [
"Derick Bailey <[email protected]>"
Expand All @@ -17,8 +17,8 @@
"browser"
],
"dependencies": {
"backbone": ">=0.9.9 <1.4",
"underscore": ">=1.4.0 <=1.8.3"
"backbone": ">=1.3.3",
"underscore": ">=1.8.3"
},
"license": "MIT",
"ignore": [
Expand Down
6 changes: 3 additions & 3 deletions lib/backbone.babysitter.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Backbone.BabySitter
// -------------------
// v1.0.0-pre.1
// v1.0.0
//
// Copyright (c)2016 Derick Bailey, Muted Solutions, LLC.
// Copyright (c)2019 Derick Bailey, Muted Solutions, LLC.
// Distributed under MIT license
//
// http://github.com/marionettejs/backbone.babysitter
Expand Down Expand Up @@ -191,7 +191,7 @@
})(Backbone, _);


Backbone.ChildViewContainer.VERSION = '1.0.0-pre.1';
Backbone.ChildViewContainer.VERSION = '1.0.0';

Backbone.ChildViewContainer.noConflict = function () {
Backbone.ChildViewContainer = previousChildViewContainer;
Expand Down
1 change: 0 additions & 1 deletion lib/backbone.babysitter.map

This file was deleted.

6 changes: 3 additions & 3 deletions lib/backbone.babysitter.min.js

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

2 changes: 1 addition & 1 deletion lib/backbone.babysitter.min.js.map

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "backbone.babysitter",
"description": "Manage child views in a Backbone.View",
"version": "1.0.0-pre.2",
"version": "1.0.0",
"homepage": "https://github.com/marionettejs/backbone.babysitter",
"main": "lib/backbone.babysitter.js",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"underscore": "^1.8.3"
},
"devDependencies": {
"backbone": ">=1.3.3 <1.4.0",
"backbone": ">=1.3.3",
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "0.1.2",
Expand All @@ -53,6 +53,6 @@
"grunt-contrib-watch": "0.2.0",
"grunt-preprocess": "4.0.0",
"grunt-template": "0.2.3",
"underscore": ">=1.4.0 <=1.8.3"
"underscore": ">=1.4.0 <=1.9.1"
}
}

0 comments on commit 5d5a705

Please sign in to comment.