Skip to content

Commit

Permalink
2.0.0 (#263)
Browse files Browse the repository at this point in the history
* Move BB and _ to peerDependencies

* Bump and Build 2.0.0-pre.1

* Update changelog

* * peerDependency update Backbone ^1.3.3 and underscore ^1.8.3
* dependencies Backbone >=1.3.3 <1.4.0 and underscore ^1.8.3

* Bump and build 2.0.0-pre.2

* 2.0.0-pre.2

* Bump and Build 2.0.0

* Modify travis matrix

* Lock down devDependencies
  • Loading branch information
ahumphreys87 committed Aug 23, 2016
1 parent 8b944ba commit 8d3c7de
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 67 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ cache:
- node_modules
matrix:
include:
- env: UNDERSCORE=1.4.4 BACKBONE=1.0
- env: UNDERSCORE=1.5 BACKBONE=1.0
- env: UNDERSCORE=1.7 BACKBONE=1.2.3
- env: UNDERSCORE=1.7 BACKBONE=1.1
- env: UNDERSCORE=1.7 BACKBONE=1.0
- env: UNDERSCORE=1.6 BACKBONE=1.0
- env: UNDERSCORE=1.4.4 BACKBONE=1.1.0
- env: UNDERSCORE=1.5 BACKBONE=1.1
- env: UNDERSCORE=1.8 BACKBONE=1.2.3
- env: UNDERSCORE=1.8 BACKBONE=1.3.2
- env: LODASH=2.4 BACKBONE=1.1
- env: UNDERSCORE=1.8 BACKBONE=1.3
- env: LODASH=2.4 BACKBONE=1.3
env: MAINRUN=true
before_install:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### [2.0.0](https://github.com/marionettejs/backbone.radio/releases/tag/2.0.0)

- Updated Backbone and Underscore version ranges.
- Moved Backbone and Underscore to peerDependencies.

### [2.0.0-pre.2](https://github.com/marionettejs/backbone.radio/releases/tag/2.0.0-pre.2)

- Updated Backbone and Underscore version ranges.

### [2.0.0-pre.1](https://github.com/marionettejs/backbone.radio/releases/tag/2.0.0-pre.1)

- Moved Backbone and Underscore to peerDependencies.

### [1.0.5](https://github.com/marionettejs/backbone.radio/releases/tag/1.0.5)

- Updated Backbone dep to allow v1.3.3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ bower install backbone.radio
npm install backbone.radio
```

You must also ensure that Backbone.Radio's dependencies on Underscore (or Lodash) and Backbone are installed.

## Documentation

- [Getting Started](#getting-started)
Expand Down
8 changes: 2 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.radio",
"version": "1.0.5",
"version": "2.0.0",
"homepage": "https://github.com/marionettejs/backbone.radio",
"authors": [
"Jmeas <[email protected]>"
Expand All @@ -25,9 +25,5 @@
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.0.0 - 1.3.x",
"underscore": "1.4.4 - 1.8.3"
}
]
}
10 changes: 4 additions & 6 deletions build/backbone.radio.js

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

2 changes: 1 addition & 1 deletion build/backbone.radio.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/backbone.radio.min.js

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

3 changes: 1 addition & 2 deletions build/backbone.radio.min.js.map

Large diffs are not rendered by default.

81 changes: 42 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "backbone.radio",
"description": "Messaging patterns for Backbone applications.",
"homepage": "https://github.com/marionettejs/backbone.radio",
"version": "1.0.5",
"version": "2.0.0",
"main": "build/backbone.radio.js",
"keywords": [
"backbone",
Expand Down Expand Up @@ -40,46 +40,49 @@
"url": "https://github.com/marionettejs/backbone.radio.git"
},
"github": "https://github.com/marionettejs/backbone.radio",
"dependencies": {
"backbone": "1.0.0 - 1.3.x",
"underscore": "1.4.4 - 1.8.3"
"peerDependencies": {
"backbone": "^1.3.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-register": "^6.3.13",
"chai": "^3.4.1",
"del": "^2.2.0",
"glob": "^6.0.3",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.0",
"gulp-header": "^1.7.1",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"json-loader": "^0.5.3",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"rollup": "^0.25.4",
"rollup-plugin-babel": "^2.4.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
"babel-core": "6.7.0",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.0",
"babel-polyfill": "6.6.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-es2015-rollup": "1.1.1",
"babel-register": "6.4.3",
"backbone": ">=1.3.3 <1.4.0",
"chai": "3.4.1",
"del": "2.2.0",
"eslint": "3.2.2",
"glob": "6.0.3",
"gulp": "3.9.0",
"gulp-eslint": "3.0.1",
"gulp-file": "0.2.0",
"gulp-filter": "3.0.0",
"gulp-header": "1.7.1",
"gulp-istanbul": "0.10.3",
"gulp-jscs": "3.0.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.1.0",
"gulp-mocha": "2.2.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"isparta": "4.0.0",
"json-loader": "0.5.3",
"mkdirp": "0.5.1",
"mocha": "2.3.4",
"rollup": "0.25.4",
"rollup-plugin-babel": "2.4.0",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"underscore": "1.8.3",
"webpack": "1.12.9",
"webpack-stream": "3.1.0"
},
"babelBoilerplateOptions": {
"entryFileName": "backbone.radio",
Expand Down

0 comments on commit 8d3c7de

Please sign in to comment.